Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:lmarburger/foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarburger committed Feb 13, 2009
2 parents 558cea4 + c1faf43 commit 82273d9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions foundry.gemspec
@@ -0,0 +1,21 @@
FOUNDRY_GEMSPEC = Gem::Specification.new do |s|
s.name = "foundry"
s.version = "0.1.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
1 change: 1 addition & 0 deletions rails/init.rb
@@ -0,0 +1 @@
Kernel.load File.join(File.dirname(__FILE__), '..', 'init.rb')

0 comments on commit 82273d9

Please sign in to comment.