Sha256: b15e134666c0c63e27e9c644bd370766852e5a8f3cebae2e26c2b9ba24ee2c56

Contents?: true

Size: 813 Bytes

Versions: 6

Compression:

Stored size: 813 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'backbone-nested-attributes/version'

Gem::Specification.new do |gem|
  gem.name          = "backbone-nested-attributes"
  gem.version       = Backbone::NestedAttributes::VERSION
  gem.authors       = ["Vicente Mundim"]
  gem.email         = ["vicente.mundim@gmail.com"]
  gem.description   = %q{Add nested attributes to your Backbone models}
  gem.summary       = %q{Add nested attributes to your Backbone models}

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_dependency "rails", ">= 3.2.8"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
backbone-nested-attributes-0.5.0 backbone-nested-attributes.gemspec
backbone-nested-attributes-0.4.4 backbone-nested-attributes.gemspec
backbone-nested-attributes-0.4.3 backbone-nested-attributes.gemspec
backbone-nested-attributes-0.4.2 backbone-nested-attributes.gemspec
backbone-nested-attributes-0.4.1 backbone-nested-attributes.gemspec
backbone-nested-attributes-0.4.0 backbone-nested-attributes.gemspec