Commit 9efbb0a9 by Kevin Moore

Removing reference to VERSION.yml from gemspec

It no longer exists
parent a786d70b
...@@ -12,7 +12,7 @@ Gem::Specification.new do |s| ...@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.extra_rdoc_files = ["README.rdoc"] s.extra_rdoc_files = ["README.rdoc"]
s.files = %w( README.rdoc VERSION.yml History.txt ) s.files = %w( README.rdoc History.txt )
s.files += Dir.glob("lib/**/*") s.files += Dir.glob("lib/**/*")
s.files += Dir.glob("tasks/**/*") s.files += Dir.glob("tasks/**/*")
s.files += ["bin/annotate"] # todo: annotate_models s.files += ["bin/annotate"] # todo: annotate_models
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment