File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 11module WotXboxApi
2- VERSION = "0.1.0 "
2+ VERSION = "0.1.1 "
33end
Original file line number Diff line number Diff line change @@ -13,13 +13,6 @@ Gem::Specification.new do |spec|
1313 spec . description = %q{Gem for retrieving data about World of Tanks on XBOX}
1414 spec . homepage = "http://github.com/jcalvert/wot_xbox_api"
1515
16- # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
17- # delete this section to allow pushing this gem to any host.
18- if spec . respond_to? ( :metadata )
19- spec . metadata [ 'allowed_push_host' ] = "TODO: Set to 'http://mygemserver.com'"
20- else
21- raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
22- end
2316
2417 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
2518 spec . bindir = "exe"
You can’t perform that action at this time.
0 commit comments