monkey_notification 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/generators/monkey_notification_generator.rb +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
@@ -32,7 +32,7 @@ PKG_FILES = FileList[
|
|
32
32
|
|
33
33
|
spec = Gem::Specification.new do |s|
|
34
34
|
s.name = "monkey_notification"
|
35
|
-
s.version = "0.0.
|
35
|
+
s.version = "0.0.8"
|
36
36
|
s.author = "Alexey Vasileiv"
|
37
37
|
s.email = "alexey.vasiliev@railsware.com"
|
38
38
|
s.homepage = "http://railsware.com/"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: monkey_notification
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 8
|
10
|
+
version: 0.0.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alexey Vasileiv
|