lita-hal-9000 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40021e835839280a45028f33aa431a1b9b103ab5
4
- data.tar.gz: 63263480a9ed662235994333b0deaa9f2cad5f5b
3
+ metadata.gz: c7fb4937ad91ab9cba09f3bfc8ae7fc05b862cba
4
+ data.tar.gz: f0d972d6f80e99ea2d37c3aaa09c4f9d93a5a9a8
5
5
  SHA512:
6
- metadata.gz: 0f38d8984d76e083feaccc2dfa553d94168f2719be65b12efd0e9d70c8d089bbc58192c57547f98260d4d455856f1745c6e771f344c5a9a94efbb329daecb133
7
- data.tar.gz: cda449c562da5777eeb3973c7179488908132a3804beed1db327fb5d4230fa5e028602c90435264726a2ba7e378673b8f7c524eb9f3098ece372193a7f7e71dd
6
+ metadata.gz: 6294e24b522bb4597cf7e6ecc76a44e954067693d5386fb2276acf1f386b25d8f48969b3f2c731991635366725a85ef61a939c701f4cce000f5fe4f7e0c4891b
7
+ data.tar.gz: 89494b6d6f46f3c627a5d074066a4af1b1521ba24f59349a1ed9a2dc353f870631bf969650705aa9e15fe2ad52c9839d326bec8f0acfdf4f5a330419a2e755b8
@@ -28,7 +28,7 @@ module Lita
28
28
 
29
29
  def format_reply(message:)
30
30
  "I'm sorry, I can't do that @#{message.user.mention_name} " \
31
- "http://bit.ly/11wwIP2"
31
+ "http://bit.ly/11FZRaq"
32
32
  end
33
33
 
34
34
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-hal-9000"
3
- spec.version = "0.1.0"
3
+ spec.version = "0.1.1"
4
4
  spec.authors = ["Arthur Maltson"]
5
5
  spec.email = ["arthur@maltson.com"]
6
6
  spec.description = "Lita handler to make your bot more like HAL-9000"
@@ -6,14 +6,14 @@ describe Lita::Handlers::Hal9000, lita_handler: true do
6
6
  it 'does HAL message if unknown command' do
7
7
  send_command('unknown-command')
8
8
  expect(replies.last).to eq(
9
- "I'm sorry, I can't do that @Test User http://bit.ly/11wwIP2")
9
+ "I'm sorry, I can't do that @Test User http://bit.ly/11FZRaq")
10
10
  end
11
11
 
12
12
  it 'does HAL message using mention name' do
13
13
  john = Lita::User.create(123, name: 'John Smith', mention_name: 'john')
14
14
  send_command('unknown-command', as: john)
15
15
  expect(replies.last).to eq(
16
- "I'm sorry, I can't do that @john http://bit.ly/11wwIP2")
16
+ "I'm sorry, I can't do that @john http://bit.ly/11FZRaq")
17
17
  end
18
18
 
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-hal-9000
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
  - Arthur Maltson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-19 00:00:00.000000000 Z
11
+ date: 2014-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita