slacky 0.1.3 → 0.1.4

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- slacky (0.1.3)
4
+ slacky (0.1.4)
5
5
  dotenv
6
6
  em-cron
7
7
  eventmachine
@@ -40,11 +40,11 @@ module Slacky
40
40
  end
41
41
 
42
42
  def yes?
43
- [ 'y', 'yes' ].include? @text
43
+ [ 'y', 'yes', 'yep' ].include? @text.downcase
44
44
  end
45
45
 
46
46
  def no?
47
- [ 'n', 'no' ].include? @text
47
+ [ 'n', 'no', 'nope' ].include? @text.downcase
48
48
  end
49
49
 
50
50
  private
@@ -1,3 +1,3 @@
1
1
  module Slacky
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.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.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -226,7 +226,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
226
226
  version: '0'
227
227
  segments:
228
228
  - 0
229
- hash: -1788595073098613166
229
+ hash: -862400809388430587
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: -1788595073098613166
238
+ hash: -862400809388430587
239
239
  requirements: []
240
240
  rubyforge_project:
241
241
  rubygems_version: 1.8.23