Skip to content

Commit

Permalink
make VERSION part of the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jan 11, 2011
1 parent d91bffe commit b6f3349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taps.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.description = "A simple database agnostic import/export app to transfer data to/from a remote database."
gem.executables = %w( taps schema )

gem.files = Dir["**/*"].select { |d| d =~ %r{^(README|bin/|data/|ext/|lib/|spec/|test/)} }
gem.files = Dir["**/*"].select { |d| d =~ %r{^(README|VERSION|bin/|data/|ext/|lib/|spec/|test/)} }

gem.add_dependency "json", "~> 1.4.6"
gem.add_dependency "rack", ">= 1.0.1"
Expand Down

0 comments on commit b6f3349

Please sign in to comment.