Skip to content

Commit

Permalink
Gem spec updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar Bhandari authored and Sagar Bhandari committed Feb 12, 2016
1 parent 0460aa7 commit 573830a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/zipMoney/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ZipMoney
VERSION = "0.1.0"
VERSION = "1.0.0"
end
10 changes: 5 additions & 5 deletions zipMoney.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Gem::Specification.new do |spec|
spec.name = "zipMoney"
spec.version = ZipMoney::VERSION
spec.authors = ["Sagar Bhandari"]
spec.email = ["TODO: Write your email address"]
spec.email = ["[email protected]"]

spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
spec.description = %q{TODO: Write a longer description or delete this line.}
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.summary = %q{zipMoney SDK}
spec.description = %q{zipMoney SDK}
spec.homepage = "http://zipmoney.com.au"
spec.license = "MIT"

# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
# delete this section to allow pushing this gem to any host.
if spec.respond_to?(:metadata)
spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
spec.metadata['allowed_push_host'] = "https://rubygems.org"
else
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
end
Expand Down

0 comments on commit 573830a

Please sign in to comment.