Sha256: fc588dc0b2319c12c35cc81c123a3fb234380d1e270b67c798aff12caaa9b6c4

Contents?: true

Size: 909 Bytes

Versions: 4

Compression:

Stored size: 909 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "embedded_associations"
  gem.version       = EmbeddedAssociations::VERSION
  gem.authors       = ["Gordon L. Hempton"]
  gem.email         = ["ghempton@gmail.com"]
  gem.description   = %q{ActiveRecord controller-level support for embedded associations}
  gem.summary       = %q{ActiveRecord controller-level support for embedded associations}
  gem.homepage      = "https://github.com/GroupTalent/embedded_associations"

  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 "railties", "> 3.0.0"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
embedded_associations-0.0.4 embedded_associations.gemspec
embedded_associations-0.0.3 embedded_associations.gemspec
embedded_associations-0.0.2 embedded_associations.gemspec
embedded_associations-0.0.1 embedded_associations.gemspec