Sha256: bf183754d8bcd2802480fdd6cac47591d9b7b5c2ee68cc7960af8de4446b612a

Contents?: true

Size: 547 Bytes

Versions: 1

Compression:

Stored size: 547 Bytes

Contents

# coding: utf-8
VERSION = File.read(File.expand_path('../VERSION', __FILE__)).strip

Gem::Specification.new do |spec|
  spec.name          = "backbone-cocktail-rails"
  spec.version       = VERSION
  spec.authors       = ["Alexander Schwartzberg"]
  spec.email         = ["aeksco@gmail.com"]
  spec.summary       = "Rails asset wrapper for backbone.cocktail"
  spec.homepage      = "https://github.com/aeksco/backbone-cocktail-rails"
  spec.license       = "MIT"

  spec.files       = `git ls-files`.split("\n")
  spec.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backbone-cocktail-rails-0.5.10 backbone-cocktail-rails.gemspec