Skip to content

Commit

Permalink
Look up the version from m
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Jan 12, 2012
1 parent 7d4e6fd commit 7bc6684
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion m.gemspec
@@ -1,3 +1,5 @@
require './lib/m'

Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.authors = ["Nick Quaranto"] gem.authors = ["Nick Quaranto"]
gem.email = ["nick@quaran.to"] gem.email = ["nick@quaran.to"]
Expand All @@ -8,7 +10,7 @@ Gem::Specification.new do |gem|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "m" gem.name = "m"
gem.require_paths = ["lib"] gem.require_paths = ["lib"]
gem.version = "0.0.1" gem.version = M::VERSION


gem.add_runtime_dependency "method_source", "~> 0.6.7" gem.add_runtime_dependency "method_source", "~> 0.6.7"
gem.add_runtime_dependency "rake", "~> 0.9.2.2" gem.add_runtime_dependency "rake", "~> 0.9.2.2"
Expand Down

0 comments on commit 7bc6684

Please sign in to comment.