rz_shoutout 0.0.6 → 0.0.7

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/rz_shoutout +1 -1
  3. data/lib/rz_shoutout.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d2750944a62b5b76be16f66912cfa3674f90042d
4
- data.tar.gz: aa83cd472db057803e70eb8126940d0e372faafd
3
+ metadata.gz: 7f525dd99541e71d664f80f1367dfcf7225d133e
4
+ data.tar.gz: d25ab7b10cdaad292463fe1c5d23491d9bff7b00
5
5
  SHA512:
6
- metadata.gz: 6733e071b014344d7243db507508556090e4f8687fad4ce697ce47f2f68a8c64b350b8e0621e6d5eb55c30ecb4cb544a6c9bef3ec9c570057af2cee177f602d9
7
- data.tar.gz: 06b6ecf8236aa6475e2ca0ef0cb1105a7e95da9d01058c45931d01afb709e811dd2e4fe4022bfe5cf80f165f34dc908de480cd9329b44a4fb44ab0c29b306a88
6
+ metadata.gz: a438463b71a35c39131b51456c530b056d9efe709498fda2939b9a2f44816963f9272a964e7c01e64b52d07a248cd9a9a2fd19bd035f881dc7f5233a4ff461ac
7
+ data.tar.gz: e812f6533bfbb711c2a500f41d898a4c3e772309d042a52e7a76cd9d8f22852f135b8f61c70844df225dd38403f11d842bb4af1d75f478a2ae9b399332dd1435
@@ -3,5 +3,5 @@ $LOAD_PATH.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  require "rz_shoutout"
5
5
 
6
- rz_shoutout
6
+ RZShoutout.rz_shoutout
7
7
 
@@ -33,7 +33,7 @@ class RZShoutout
33
33
  return result
34
34
  end
35
35
 
36
- def rz_shoutout()
36
+ def self.rz_shoutout()
37
37
 
38
38
  options = {}
39
39
  OptionParser.new do |opts|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rz_shoutout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Slosser