Rakefile in gmaps_geocoding-0.0.3 vs Rakefile in gmaps_geocoding-0.0.4
- old
+ new
@@ -14,13 +14,13 @@
task install: :build do
system "gem install gmaps_geocoding-#{GmapsGeocoding::VERSION}.gem"
end
task release: :build do
- system "git tag -a -v#{GmapsGeocoding::VERSION} -m 'Tagging #{GmapsGeocoding::VERSION}'"
+ system "git tag -a v#{GmapsGeocoding::VERSION} -m 'Tagging #{GmapsGeocoding::VERSION}'"
system 'git push --tags'
system "gem push gmaps_geocoding-#{GmapsGeocoding::VERSION}.gem"
- system "rm gmaps_geocoding-#{GmapsGeocoding::VERSION}.gem"
+ # system "rm gmaps_geocoding-#{GmapsGeocoding::VERSION}.gem"
end
Rake::TestTask.new do |t|
t.libs << 'lib/gmaps_geocoding'
t.test_files = FileList['test/*_test.rb']