Skip to content

Commit

Permalink
Remove VERSION file from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuga committed Feb 10, 2011
1 parent fb34482 commit 0c7d14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spira.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.email = 'blavender@gmail.com'

gem.platform = Gem::Platform::RUBY
gem.files = %w(CHANGES.md AUTHORS README UNLICENSE VERSION) + Dir.glob('lib/**/*.rb')
gem.files = %w(CHANGES.md AUTHORS README UNLICENSE) + Dir.glob('lib/**/*.rb')
gem.bindir = %w(bin)
gem.executables = %w()
gem.default_executable = gem.executables.first
Expand Down

0 comments on commit 0c7d14e

Please sign in to comment.