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.
- checksums.yaml +4 -4
- data/lib/cinch/plugins/bitcoin.rb +4 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6cb315d13bdc324dc4e61baa1b1b1cfc3f90bca2
|
|
4
|
+
data.tar.gz: 0eca5cba1c33e8aff11bf65bdb72a406ca307856
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a02db9114e1c4ba76b25b94d13d2afd6a652616289730df2c4bc2301d3706a41ec6eee9de7d52104094954646ab19d70d869124078bbcb3f4cee66f76ecc2d71
|
|
7
|
+
data.tar.gz: 1d85802137dcf4616df9450a71845fd9d1b78c9f3a91fb084d95c50693cebb7b29126035cf761492f554fdc9e07b803f54786975bfeb5dcf7c8e627ed80fbb64
|
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:
|
|
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
|
|
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: []
|