Skip to content

Commit

Permalink
Added a gemspec for foundry
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy McAnally <jeremymcanally@gmail.com>
  • Loading branch information
toolmantim authored and jm committed Feb 11, 2009
1 parent b70cb9b commit e93260c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions foundry.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
FOUNDRY_GEMSPEC = Gem::Specification.new do |s|
s.name = "foundry"
s.version = "1.0.0"
s.date = "2009-02-09"
s.summary = s.description = "Another fixture replacement using named_scope. It's fast and simple."
s.email = "jeremymcanally@gmail.com"
s.homepage = "http://github.com/jeremymcanally/foundry/"
s.has_rdoc = true
s.authors = ["Jeremy McNally"]
s.files = ["init.rb",
"lib/dsl.rb",
"lib/foundry.rb",
"MIT-LICENSE",
"Rakefile",
"README.rdoc",
"test/dsl_test.rb",
"test/foundry_test.rb",
"test/test_helper.rb"]
s.rdoc_options = ["--main", "README.rdoc"]
s.extra_rdoc_files = ["README.rdoc"]
end

0 comments on commit e93260c

Please sign in to comment.