james 0.0.9-universal-darwin-10 → 0.0.10-universal-darwin-10

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,9 +19,9 @@ class CoreDialogue
19
19
  #
20
20
  chainable
21
21
 
22
- hear 'I need some time alone, James.' => :away,
23
- "Good night, James." => :exit,
24
- "Thank you, James." => :awake
22
+ hear "Thank you, James." => :awake,
23
+ 'I need some time alone, James.' => :away,
24
+ "Good night, James." => :exit
25
25
  into { "Sir?" }
26
26
  end
27
27
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: james
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.9
5
+ version: 0.0.10
6
6
  platform: universal-darwin-10
7
7
  authors:
8
8
  - Florian Hanke