Skip to content

Commit

Permalink
Merge pull request #5 from zipMoney/release/1.0.2
Browse files Browse the repository at this point in the history
Release/1.0.2
  • Loading branch information
webgig committed Feb 15, 2016
2 parents b158ed0 + 6077faf commit 5549479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end
task :publish do
if ENV['branch'] =~ /^(\*|\d+(\.\d+){0,2}(\.\*)?)$/
puts "Is a tag! So publishing gem to rubygems.org ..."
arguments = ['gem', 'push', "pkg/zipMoney-${#ENV['branch']}.gem"]
arguments = ['gem', 'push', "pkg/zipMoney-#{ENV['branch']}.gem"]
system(*arguments)
else
puts "Not a tag!"
Expand Down
2 changes: 1 addition & 1 deletion lib/zipMoney/configuration.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ZipMoney
class Configuration

API_VERSION = "1.0.1"
API_VERSION = "1.0.2"
API_PLATFORM = "ruby"
API_NAME = "zipMoney Ruby SDK"

Expand Down
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 = "1.0.0"
VERSION = "1.0.2"
end

0 comments on commit 5549479

Please sign in to comment.