Skip to content

Commit

Permalink
Fixed the gemspec a little.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Moore committed Mar 27, 2012
1 parent 88fe15f commit 2f552ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mixology.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{mixology} s.name = %q{mixology}
s.description = "Mixology enables objects to mixin and unmix modules." s.description = "Mixology enables objects to mixin and unmix modules."
s.description = s.summary s.summary = s.description
s.version = "0.2.0" s.version = "0.2.0"
s.date = %q{2009-08-24} s.date = %q{2009-08-24}
s.authors = ["anonymous z", "Pat Farley", "Dan Manges"] s.authors = ["anonymous z", "Pat Farley", "Dan Manges"]
Expand All @@ -11,5 +11,5 @@ Gem::Specification.new do |s|
::Dir.glob("ext/**/*.{c,java,rb}") + ::Dir.glob("ext/**/*.{c,java,rb}") +
::Dir.glob("test/**/*.rb") + ::Dir.glob("test/**/*.rb") +
['README.markdown', 'Rakefile'] ['README.markdown', 'Rakefile']
# s.extensions = ::Dir.glob("ext/**/extconf.rb") s.extensions = ::Dir.glob("ext/**/extconf.rb")
end end

0 comments on commit 2f552ac

Please sign in to comment.