cognition 1.2.0 → 1.2.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: e017dfacd05b7a99e572b9cdb40b2308513ce8bf
4
- data.tar.gz: 839dc462b29e765ccd608511fc077e0ceeef03be
3
+ metadata.gz: 9cf8b8eab5eee3318c21ef862aee4b4d9b509e3e
4
+ data.tar.gz: ab9a34f493162655e20f027fefb7760958363e8e
5
5
  SHA512:
6
- metadata.gz: b4f926880513e1ec548ab07f2ea67244b51cdf92fb6db7aa735b011c9ef3e65c58732cb0d87e0aa86a0c659fd46905a2ea2e52d6ea148f46ecbf31f79054b8da
7
- data.tar.gz: ac0d2c027685b9ad15eb532a4a1d9a5243241af4cc13ed73367f8146663cbda688bfc6b09da85929327304d020a7b5cc453de80e89203617067785cd4309ddf1
6
+ metadata.gz: aea4ad3b0b5bf8719ba3aa83be20ac23ceb6c46de384f5ed635f15fb3ac8abe0342dcd73099b28d38a0a7eb51cf2a5a111d2813041d626a2fdf61374f59187aa
7
+ data.tar.gz: d55bab9be99fff93027edb9b23cbfcd3ffd3c689a1191aea9e85385498ffd466d72225aa3c8fa8cb7f04abf47a730b25480bd53e90e897b1853e31e2edf121a4
@@ -16,9 +16,9 @@ module Cognition
16
16
 
17
17
  def help(msg, match_data = nil)
18
18
  if match_data['command'].empty?
19
- Cognition.help.join('\n')
19
+ Cognition.help.join("\n")
20
20
  else
21
- Cognition.help.find_all { |text| text.match match_data[:command] }.join('\n')
21
+ Cognition.help.find_all { |text| text.match match_data[:command] }.join("\n")
22
22
  end
23
23
  end
24
24
  end
@@ -1,3 +1,3 @@
1
1
  module Cognition
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Anderson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-24 00:00:00.000000000 Z
11
+ date: 2015-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty