# -*- encoding: utf-8 -*- # stub: acts_as_edition 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "acts_as_edition".freeze s.version = "1.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Lee Capps".freeze] s.date = "2013-07-02" s.description = "Editions for ActiveRecord models".freeze s.email = ["himself@leecapps.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "acts_as_edition.gemspec".freeze, "init.rb".freeze, "lib/acts_as_edition.rb".freeze, "lib/acts_as_edition/version.rb".freeze, "test/acts_as_edition_test.rb".freeze, "test/database.yml".freeze, "test/fixtures/abbreviation.rb".freeze, "test/fixtures/abbreviations.yml".freeze, "test/fixtures/alphabet.rb".freeze, "test/fixtures/alphabets.yml".freeze, "test/fixtures/author.rb".freeze, "test/fixtures/authors.yml".freeze, "test/fixtures/countries.yml".freeze, "test/fixtures/country.rb".freeze, "test/fixtures/guide.rb".freeze, "test/fixtures/guides.yml".freeze, "test/fixtures/imprint.rb".freeze, "test/fixtures/imprints.yml".freeze, "test/fixtures/law.rb".freeze, "test/fixtures/laws.yml".freeze, "test/fixtures/map.rb".freeze, "test/fixtures/maps.yml".freeze, "test/fixtures/place.rb".freeze, "test/fixtures/places.yml".freeze, "test/fixtures/retailer.rb".freeze, "test/fixtures/retailers.yml".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/jlcapps/acts_as_edition".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "acts_as_edition is a ruby gem for creating new editions of trees of ActiveRecord objects.".freeze s.test_files = ["test/acts_as_edition_test.rb".freeze, "test/database.yml".freeze, "test/fixtures/abbreviation.rb".freeze, "test/fixtures/abbreviations.yml".freeze, "test/fixtures/alphabet.rb".freeze, "test/fixtures/alphabets.yml".freeze, "test/fixtures/author.rb".freeze, "test/fixtures/authors.yml".freeze, "test/fixtures/countries.yml".freeze, "test/fixtures/country.rb".freeze, "test/fixtures/guide.rb".freeze, "test/fixtures/guides.yml".freeze, "test/fixtures/imprint.rb".freeze, "test/fixtures/imprints.yml".freeze, "test/fixtures/law.rb".freeze, "test/fixtures/laws.yml".freeze, "test/fixtures/map.rb".freeze, "test/fixtures/maps.yml".freeze, "test/fixtures/place.rb".freeze, "test/fixtures/places.yml".freeze, "test/fixtures/retailer.rb".freeze, "test/fixtures/retailers.yml".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end