gitscape 1.5.6 → 1.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/gitscape/base.rb CHANGED
@@ -173,7 +173,7 @@ class Gitscape::Base
173
173
  exit 1 unless $?.exitstatus == 0
174
174
 
175
175
  # Bump the version number
176
- `echo "#i{new_version_number}" > ./version`
176
+ `echo "i#{new_version_number}" > ./version`
177
177
  exit 1 unless $?.exitstatus == 0
178
178
 
179
179
  # Commit the bump
@@ -1,3 +1,3 @@
1
1
  module Gitscape
2
- VERSION = '1.5.6'
2
+ VERSION = '1.5.7'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
- - 6
9
- version: 1.5.6
8
+ - 7
9
+ version: 1.5.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jon Botelho
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-04-16 00:00:00 -04:00
18
+ date: 2013-04-17 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency