hipchat_lorquotes 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91bb270c0cc81a63408ca616f17c97512bab9292
4
- data.tar.gz: 6746e60bfe6c7c58b714dbcf43d99215d0923e02
3
+ metadata.gz: b79098e76a890a8a0ce8942ee3db8e67a2692857
4
+ data.tar.gz: e6ad3fc21a0e8b5eeef55f3e71c80c2e5cac6aa4
5
5
  SHA512:
6
- metadata.gz: 9096b7c5c14b5460d471239e39fa8781dfa67b337024a5d3cb495fd7a59a296bc79f2f400d98490ee4ccdcc4fd26d109b56a293d9938c61a620cf45f3e676fd9
7
- data.tar.gz: 15fb8e1f5f3b6ee52084920776bb75c79b33b25cc567050b2d9ecf86addd3bb0b29f53238cd90cfedad1b0c7c4eafa97f19d3e07f0bad0284fa1ca60e124e8f8
6
+ metadata.gz: 7f875688081e10ab5b6eb8a1e485570d591ae0efb8c2cfbd66b54b7600a128116561e1e99c3b63632d9635c10e180f9e93478470e9752fdc5d3b9620ef959275
7
+ data.tar.gz: 7980830af4095e949ec7c3f481b5164dae8f6d5bcfc9e0e0ebae6b61b149aa12cf31bf6ed0de711a1e48a5359bf924d6e01c3ba03410f3a9f9e1973e7646e0c5
data/bin/hi_lq CHANGED
@@ -1,3 +1,4 @@
1
- #!/bin/bash
2
-
3
- rake post_quote
1
+ #!/usr/bin/env ruby
2
+ lib = File.expand_path('../../lib', __FILE__)
3
+ require "#{lib}/hipchat_lorquotes"
4
+ HipchatLorquotes.post_lorquote
@@ -1,4 +1,5 @@
1
- require "hipchat_lorquotes/version"
1
+ lib = File.expand_path('..', __FILE__)
2
+ require "#{lib}/hipchat_lorquotes/version"
2
3
 
3
4
  module HipchatLorquotes
4
5
  require 'hipchat'
@@ -1,3 +1,3 @@
1
1
  module HipchatLorquotes
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hipchat_lorquotes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Valdos Sine