downloadr 0.0.10 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -3
  3. data/lib/downloadr/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27142dbb695ef4027904d607ed1f9ca4db7da05d
4
- data.tar.gz: 61218d124a74a372e4621235c881df3641de0c45
3
+ metadata.gz: b74415026e530f640289be7e731240be7624a000
4
+ data.tar.gz: 05bf9cf279cb795ce1583de8c01016cb1186a778
5
5
  SHA512:
6
- metadata.gz: aed4e54f59cee551ef43f043079d38ae4301a68eb6cba45f50a5ab9c06eed85e42bc0546b10440494c3e6130cfac067b516ebbf5b9fc2f3c90cd36a42e37f1ca
7
- data.tar.gz: 05afd7fb0ec17a36684db6e5441cc07b2e1cb4cef10673b4e297a8b0cf372f9195159fd124c456880ab1c5feaa2d03ea1a5ae0472720820ff5861309a45d2420
6
+ metadata.gz: b53e592522649d39b55026d7f483bb1b29479ba801b3bccc0c9243b2a308cb56c90528e884853ffe356db91d480a272e1b2c721d923283bc07ef7c0512c1952e
7
+ data.tar.gz: 372117c8e33eca4f24a19c6edaf92b6122f10cd0600975c8dd6925b3597d3f2f300dc10d6398a6f2f4839ee54a2c6b0c566e3dc721db9aae3b36d2513b5e6291
data/Rakefile CHANGED
@@ -56,8 +56,8 @@ desc "Tag the release"
56
56
  task :tag do
57
57
  require 'downloadr/version.rb'
58
58
  puts "[+] Tagging Downloadr version #{Downloadr::VERSION}"
59
- `git tag #{Downloadr::VERSION}`
60
- `git push --tags`
59
+ puts `git tag #{Downloadr::VERSION}`
60
+ puts `git push --tags`
61
61
  end
62
62
 
63
63
  desc "Perform an end-to-end release of the gem"
@@ -66,7 +66,6 @@ task :release do
66
66
  bump_minor_version()
67
67
 
68
68
  require 'downloadr/version.rb'
69
-
70
69
  Rake::Task[:build].execute
71
70
  Rake::Task[:tag].execute
72
71
  Rake::Task[:publish].execute
@@ -1,3 +1,3 @@
1
1
  module Downloadr
2
- VERSION='0.0.10'
2
+ VERSION='0.0.18'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: downloadr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Claudius