cosgrove 0.0.1rc13 → 0.0.1rc14

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: 895cb0b7487b19a18ac561c4d82d7b62d59cb72d
4
- data.tar.gz: ee64ab55b964be076f84246fab270630fe1447b6
3
+ metadata.gz: 3d935e0198f1e37f2bab80435479036d5c78c4cb
4
+ data.tar.gz: bbc9cf7a720361fed74ab9bd744466cd51556fd4
5
5
  SHA512:
6
- metadata.gz: 6c6a86fedd03c2d1a1ac51bdc7f2a976daa20149e0e32c771b91d2dfa66527291e8b5585bcc49385431c9d4519daa5ebdf4e2619599978e54408f7c12a6706d3
7
- data.tar.gz: 8bd97700760cd01adac0f3a2c151da2644beb9fa2993f4e9620b3df7e5fc185f10972a6033ec14dda5c044a93e52577dd7baada464f6a12bfaef379190e67722
6
+ metadata.gz: b2cd5265122c6be0ba37ca1a9e68f4f983d45672ff6402249f6879d5668e7d9055b68c8d727d27b45cbb966bfa461d521bef2f1a6e3efabe87232bbc3bf63057
7
+ data.tar.gz: 230bddb62fbdc43997e8bfa0c49d760076f2c880f3bf5156f111e6f5cc0d6958cdebcec7331990ac71fcbe887a28378af236e450f1a6922055621b8ca0b59287
data/Gemfile.lock CHANGED
@@ -17,7 +17,7 @@ GIT
17
17
  PATH
18
18
  remote: .
19
19
  specs:
20
- cosgrove (0.0.1rc13)
20
+ cosgrove (0.0.1rc14)
21
21
  activesupport (~> 5.1, >= 5.1.1)
22
22
  ai4r (~> 1.13, >= 1.13)
23
23
  discordrb (~> 3.2, >= 3.2.1)
data/lib/cosgrove/bot.rb CHANGED
@@ -131,7 +131,6 @@ module Cosgrove
131
131
 
132
132
  if !!op
133
133
  cb_account.add_discord_id(discord_id)
134
- "Ok. #{chain.to_s.upcase} account #{account.name} has been registered with <@#{discord_id}>."
135
134
 
136
135
  if !!@on_success_register_job
137
136
  begin
@@ -141,6 +140,8 @@ module Cosgrove
141
140
  ap e.backtrace
142
141
  end
143
142
  end
143
+
144
+ "Ok. #{chain.to_s.upcase} account #{account.name} has been registered with <@#{discord_id}>."
144
145
  else
145
146
  "To register `#{account.name}` with <@#{discord_id}>, send `0.001 #{chain.upcase}` to `#{steem_account}` with memo: `#{memo_key}`\n\nThen type `$register #{account.name}` again."
146
147
  end
@@ -1,4 +1,4 @@
1
1
  module Cosgrove
2
- VERSION = '0.0.1rc13'
2
+ VERSION = '0.0.1rc14'
3
3
  AGENT_ID = "cosgrove/#{VERSION}"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cosgrove
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1rc13
4
+ version: 0.0.1rc14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anthony Martin