gmaps_geocoding 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -16,10 +16,10 @@ task install: :build do
16
16
  end
17
17
 
18
18
  task release: :build do
19
- system "git tag -a -v#{GmapsGeocoding::VERSION} -m 'Tagging #{GmapsGeocoding::VERSION}'"
19
+ system "git tag -a v#{GmapsGeocoding::VERSION} -m 'Tagging #{GmapsGeocoding::VERSION}'"
20
20
  system 'git push --tags'
21
21
  system "gem push gmaps_geocoding-#{GmapsGeocoding::VERSION}.gem"
22
- system "rm gmaps_geocoding-#{GmapsGeocoding::VERSION}.gem"
22
+ # system "rm gmaps_geocoding-#{GmapsGeocoding::VERSION}.gem"
23
23
  end
24
24
 
25
25
  Rake::TestTask.new do |t|
@@ -1,3 +1,3 @@
1
1
  module GmapsGeocoding
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmaps_geocoding
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -144,7 +144,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  segments:
146
146
  - 0
147
- hash: -3244654346116557412
147
+ hash: 2934266397705908237
148
148
  required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  none: false
150
150
  requirements:
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  version: '0'
154
154
  segments:
155
155
  - 0
156
- hash: -3244654346116557412
156
+ hash: 2934266397705908237
157
157
  requirements: []
158
158
  rubyforge_project:
159
159
  rubygems_version: 1.8.25