Skip to content

Commit dce2b38

Browse files
author
Jon Calvert
committed
Rough tag pre-release; docs aren't particularly helpful ATM and we need clean up
1 parent db2caa7 commit dce2b38

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

lib/wot_xbox_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module WotXboxApi
2-
VERSION = "0.1.0"
2+
VERSION = "0.1.1"
33
end

wot_xbox_api.gemspec

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)