lita-tipbot 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f5a96e1f9175162545271fb31e38e31364fc77a
4
- data.tar.gz: 14febc648cb86f7258ada9b18afd3e3ed66c11e1
3
+ metadata.gz: 06920063e35501d1189c69663b4b2ed45e086599
4
+ data.tar.gz: e9e8bb68f06ad1582992b97f7919ea0902f0c0da
5
5
  SHA512:
6
- metadata.gz: 19a018c8a40300267be9b0384d63b78808edc8cd8f2db29db75b06719dd3d627bb8d5df4e047154930cc463ba910b532d098680a239e33b3c2f41af1cb808cc8
7
- data.tar.gz: 3d3c649ed7d09dedcd159b26fb9f161a2f832d0ca0b48c88a8e3f5fbed72d51014f9be38d57205bf414f8a0cbac52898bc276a52df7a8efbcd1e29bcaa93f563
6
+ metadata.gz: 56a490fb443fd223a6e1a0094d363d3b95366b62ac775842c3ae12b104419839fbea619200aaac71665ffa96432377b7bfc840ac871d2f6ce934f5f431cb9849
7
+ data.tar.gz: d182d21450cfb3cff9a4b36428c58de433e6d86b63cba7ec70f2bde5cd04b1f692e7091e3d865ac52dfaa3caf5d9cd8268813739d4575e5e18feb907b3c7707b
@@ -57,12 +57,12 @@ module Lita
57
57
  resp.body
58
58
  end
59
59
 
60
- def tip(giver_hash, receiver_hash, amount)
60
+ def tip(src_hash, dest_hash, amount)
61
61
  url = "#{base_url}/wallet/tip"
62
62
 
63
63
  payload = {
64
- from: giver_hash,
65
- to: reciever_hash,
64
+ from: src_hash,
65
+ to: dest_hash,
66
66
  amount: amount
67
67
  }.to_json
68
68
 
data/lita-tipbot.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-tipbot"
3
- spec.version = "0.1.0"
3
+ spec.version = "0.1.1"
4
4
  spec.authors = ["Chris Chalfant"]
5
5
  spec.email = ["chalfants@gmail.com"]
6
6
  spec.description = "Tip people with dogecoins!"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-tipbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Chalfant