gsrd 0.1.5 → 0.1.6

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -0
  3. data/lib/gsrd.rb +1 -1
  4. data/lib/gsrd/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d935b035132f3d517c23f1603c7919790fa6bf05
4
- data.tar.gz: 0c12e05a80e0ed5c22673954d217155729a6c4b5
3
+ metadata.gz: 7e91745710d5e05a16546880cbfbe90fb39b5cff
4
+ data.tar.gz: a47787bcf9e64887d7e2ea5be7354c2348eb3539
5
5
  SHA512:
6
- metadata.gz: e7deb0a0f4629cee5adbf13fccbde845353e4bff322558026c34772589cf824a4953e4621bafc80631b9dd073d916c0c229c792f642d920ad6f6c363a948f953
7
- data.tar.gz: ac1d99e567ec6f5b95a3ef8d63bac899b5b9e23a4ab6627ad5b640e0ced1f74ccfa5c4d17e08acaa9fb5723d603eb8e44d1180bab790cc7fd138414997f83d89
6
+ metadata.gz: 3142de13954746bf2e2ecb8d38120e4d167bcdbf8180446ba54a9ceed31357b420dca15df3fcdc202fdf7f152a5fe8851712eb208b8f249ea5a05ae84a0a8a95
7
+ data.tar.gz: d7093bef3c174f558451b7a57773be21a961ae315ef3f79b6b98bcb6d3eb36e272e0634e690905add28dfb33445e39ac6089473fb3b562e8c4f0a014ddeb8ed4
data/README.md CHANGED
@@ -36,6 +36,16 @@ Run the code passing your access token as argument
36
36
  $ gsrd "<b>put</b>your<b>forty</b>character<b>generated</b>string<b>here</b>"
37
37
  </pre>
38
38
 
39
+ This is what you gonna get for every repo to download:
40
+
41
+ ```swift
42
+ ======= DOWNLOADING facebook-sdk-swift =======
43
+ URL: https://github.com/facebook/facebook-sdk-swift
44
+ Download URL: https://github.com/facebook/facebook-sdk-swift/archive/master.zip
45
+ started: 28/09/2016 14:46:41
46
+ /Users/THE_PATH/gsrd-downloads-2016-09-28/facebook-facebook-sdk-swift-master.zip 100%[===>] 1023K 248KB/s in 4.1s
47
+ finished: 28/09/2016 14:46:49
48
+ ```
39
49
 
40
50
  ## Requirement
41
51
 
@@ -68,7 +68,7 @@ module Gsrd
68
68
 
69
69
  end
70
70
 
71
- puts "\n\n======= " + @count + " repos were downloaded to gsrd-downloads directory =======\n\n"
71
+ puts "\n\n======= #{@count} repos were downloaded to gsrd-downloads directory =======\n\n"
72
72
 
73
73
  end
74
74
 
@@ -1,3 +1,3 @@
1
1
  module Gsrd
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gsrd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonardo Cardoso