gsrd 0.1.2 → 0.1.3

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/gsrd +1 -16
  3. data/lib/gsrd/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0f29b00717a5ba7085235c64161922d7ee217fa
4
- data.tar.gz: 026d3f9096fd322f7c2cccfae99cec74f98b8ca8
3
+ metadata.gz: a6bac5a2de7447010adf2c2463aeff83122ede09
4
+ data.tar.gz: 13e09309b3a791566443fbc286ca6397a966168b
5
5
  SHA512:
6
- metadata.gz: f2ec08b1c91bcbef5263f7ee2afccfc9f66d1c06a99da1a4f1a4acd3fa01c60954f94d8e901172a84a4632c1c9e7c1e15fce64fe06a78812fb6802e75f34fb30
7
- data.tar.gz: 73329271b4938e701f31f61b454f09383e0c5051a33411d7eeb55c62190a77c505a5e9400175dd89740707fb254013c6aa27fcdfac91b19db63fd529e4bfa27b
6
+ metadata.gz: 0774557a02200bf07bd31286ae01c17b0bd2d57995d82ba435734ac4e6df17b999a5b89639ad4952a6e6c1f15b7e471948622e21af4428b79165e9bec567b47f
7
+ data.tar.gz: cd70c67e0c4cce07b11d4672d4eaadcfd2c710d73c70d68daf4efc8947f633adcdec3bbce5d96e8224f413cfc3542add20cc2d2b8703a0023f5cca91f5774e18
data/bin/gsrd CHANGED
@@ -1,19 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "gsrd"
5
-
6
- if ARGV.empty?
7
-
8
- begin
9
- raise ArgumentError
10
- rescue Exception => ex
11
- puts "\nERROR: You must provide your access_token.\nCheck it out @ https://github.com/LeonardoCardoso/gsrd#getting-your-credential\n\n"
12
- end
13
-
14
- exit
15
-
16
- end
17
-
18
- gsrd = Download.new(ARGV[0])
19
- gsrd.go()
4
+ require "gsrd"
@@ -1,3 +1,3 @@
1
1
  module Gsrd
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonardo Cardoso