slacky 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- slacky (0.2.3)
4
+ slacky (0.2.4)
5
5
  dotenv
6
6
  em-cron
7
7
  eventmachine
@@ -54,7 +54,7 @@ GEM
54
54
  thread_safe (0.3.5)
55
55
  tzinfo (1.2.2)
56
56
  thread_safe (~> 0.1)
57
- tzinfo-data (1.2016.4)
57
+ tzinfo-data (1.2016.5)
58
58
  tzinfo (>= 1.0.0)
59
59
  websocket-driver (0.6.4)
60
60
  websocket-extensions (>= 0.1.0)
@@ -47,7 +47,7 @@ module Slacky
47
47
 
48
48
  def command_args
49
49
  return nil unless command
50
- index = @text.index(command) + command.length
50
+ index = @text.downcase.index(command) + command.length
51
51
  @text[index..-1].strip
52
52
  end
53
53
 
@@ -1,3 +1,3 @@
1
1
  module Slacky
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slacky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-06-15 00:00:00.000000000 Z
12
+ date: 2016-11-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: slack-ruby-client
@@ -226,7 +226,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
226
226
  version: '0'
227
227
  segments:
228
228
  - 0
229
- hash: 2592024575521354841
229
+ hash: -2401176992674686989
230
230
  required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  none: false
232
232
  requirements:
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
235
235
  version: '0'
236
236
  segments:
237
237
  - 0
238
- hash: 2592024575521354841
238
+ hash: -2401176992674686989
239
239
  requirements: []
240
240
  rubyforge_project:
241
241
  rubygems_version: 1.8.23