Skip to content

Commit

Permalink
Added the gemspec for 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Jun 3, 2008
1 parent c6884a0 commit eb2389d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions factory_girl.gemspec
@@ -0,0 +1,21 @@
Gem::Specification.new do |s|
s.name = %q{factory_girl}
s.version = "1.1"

s.specification_version = 2 if s.respond_to? :specification_version=

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Joe Ferris"]
s.date = %q{2008-06-03}
s.description = %q{factory_girl provides a framework and DSL for defining and using factories - less error-prone, more explicit, and all-around easier to work with than fixtures.}
s.email = %q{jferris@thoughtbot.com}
s.extra_rdoc_files = ["README"]
s.files = ["LICENSE", "Rakefile", "README", "lib/factory_girl/attribute_proxy.rb", "lib/factory_girl/factory.rb", "lib/factory_girl/sequence.rb", "lib/factory_girl.rb", "test/attribute_proxy_test.rb", "test/factory_test.rb", "test/integration_test.rb", "test/models.rb", "test/sequence_test.rb", "test/test_helper.rb"]
s.has_rdoc = true
s.require_paths = ["lib"]
s.rubygems_version = %q{1.0.1}
s.summary = %q{factory_girl provides a framework and DSL for defining and using model instance factories.}
s.test_files = ["test/attribute_proxy_test.rb", "test/factory_test.rb", "test/integration_test.rb", "test/sequence_test.rb"]

s.add_dependency(%q<activesupport>, [">= 1.0"])
end

0 comments on commit eb2389d

Please sign in to comment.