autocuke 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -11,7 +11,7 @@ Installation
11
11
  If you're using bundler, just add this to your Gemfile:
12
12
 
13
13
  group :test do
14
- gem "autocuke", "0.1.0"
14
+ gem "autocuke", "0.1.1"
15
15
  end
16
16
 
17
17
  Then create a bundle-of-joy with:
@@ -60,6 +60,11 @@ module Autocuke
60
60
  def handler
61
61
  Autocuke::Handler
62
62
  end
63
+
64
+ # Stops the EM reactor
65
+ def stop!
66
+ EM.stop
67
+ end
63
68
 
64
69
  end # Runtime
65
70
  end # Autocuke
@@ -1,3 +1,3 @@
1
1
  module Autocuke
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: autocuke
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Spencer Steffen
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-14 00:00:00 -07:00
13
+ date: 2011-07-15 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency