angael 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -68,6 +68,13 @@ module Angael
68
68
  end
69
69
  end
70
70
 
71
+ # This only exists for the sake of testing. I need a way to stub the restart!
72
+ # but not the original start!
73
+ # Note: this method is not tested directly.
74
+ def restart!
75
+ start!
76
+ end
77
+
71
78
 
72
79
 
73
80
  #########
@@ -1,3 +1,3 @@
1
1
  module Angael
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: angael
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paul Cortens