Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
add license to spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
tmurakam committed Jul 18, 2013
1 parent b5cc8ab commit 8875822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions googleplay_dev_scraper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
gem.description = %q{Scraping and download CSV data from Google Play developer console and Google Wallet.}
gem.summary = %q{Scraper for Google Play developer console and Google wallet}
gem.homepage = "https://github.com/tmurakam/googleplay_dev_scraper"
gem.license = "Public Domain"

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down
2 changes: 1 addition & 1 deletion lib/googleplay_dev_scraper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GooglePlayDevScraper
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit 8875822

Please sign in to comment.