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

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.
@@ -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