cinch-bitcoin 1.0 → 1.0.1

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cinch/plugins/bitcoin.rb +4 -0
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
- metadata.gz: 342ecca644dc27c036171fcb81ffdf7213f788d0
4
- data.tar.gz: 8976e05f25086551d2eeec77bb369ec179bbd6d2
3
+ metadata.gz: 6cb315d13bdc324dc4e61baa1b1b1cfc3f90bca2
4
+ data.tar.gz: 0eca5cba1c33e8aff11bf65bdb72a406ca307856
5
5
  SHA512:
6
- metadata.gz: dd810a654a658bbf8689b0367fa3c8d7120ea97c35ced37d63f6cfe17c179507ee79779acc30767dd51220700c9fe0c20fe9565474d56d1cc36bc583d6634b6c
7
- data.tar.gz: dc38c47e58a15f13640a19de013b85d13a102f2a6cb93d99b0e25501829f854bf2aa56440986cd96ae56c460d0cefd2c6ad6c723612464594ab15fc78307519e
6
+ metadata.gz: a02db9114e1c4ba76b25b94d13d2afd6a652616289730df2c4bc2301d3706a41ec6eee9de7d52104094954646ab19d70d869124078bbcb3f4cee66f76ecc2d71
7
+ data.tar.gz: 1d85802137dcf4616df9450a71845fd9d1b78c9f3a91fb084d95c50693cebb7b29126035cf761492f554fdc9e07b803f54786975bfeb5dcf7c8e627ed80fbb64
@@ -1,3 +1,7 @@
1
+ # @author Richard Banks <namaste@rawrnet.net>
2
+
3
+ # Feel free to join us in #Lobby on irc://rawr.sinsira.net where you can test this gem and get help!
4
+
1
5
  require 'cinch'
2
6
  require 'ostruct'
3
7
  require 'open-uri'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cinch-bitcoin
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Banks
@@ -24,8 +24,9 @@ dependencies:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: 2.1.0
27
- description: A gem/plugin for the Cinch IRC Framework that returns the value of Bitcoin
28
- in USD.
27
+ description: ! 'A gem/plugin for the Cinch IRC Framework that returns the value of
28
+ Bitcoin in USD. You can visit irc://rawr.sinsira.net #Lobby to get help, report
29
+ issues , test the gem, or just chat.'
29
30
  email:
30
31
  - namaste@rawrnet.net
31
32
  executables: []