Skip to content

Commit

Permalink
Distribute the gemspec too
Browse files Browse the repository at this point in the history
  • Loading branch information
cysp committed Oct 23, 2013
1 parent 178e6c4 commit 0e45f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion itunes_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.summary = 'iTunes Receipt validation'
s.homepage = 'https://github.com/cysp/itunes_validator-ruby'

meta_files = %w| LICENSE README.md Rakefile |
meta_files = %w| LICENSE README.md Rakefile itunes_validator.gemspec |
lib_files = %w| lib/itunes_validator.rb lib/itunes_validator/client.rb lib/itunes_validator/receipt.rb |
test_files = `git ls-files test`.split($/)
s.test_files = test_files.select{ |f| File.extname(f) == 'rb' }
Expand Down
2 changes: 1 addition & 1 deletion lib/itunes_validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
require_relative 'itunes_validator/receipt'

module ItunesValidator
VERSION = '0.4.1'
VERSION = '0.4.2'
end

0 comments on commit 0e45f3a

Please sign in to comment.