monkey_notification 0.0.5 → 0.0.6
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.6"
|
36
36
|
s.author = "Alexey Vasileiv"
|
37
37
|
s.email = "alexey.vasiliev@railsware.com"
|
38
38
|
s.homepage = "http://railsware.com/"
|
@@ -3,7 +3,7 @@ class MonkeyNotificationGenerator < Rails::Generators::Base
|
|
3
3
|
class_option :api_url, :aliases => "-k", :type => :string, :desc => "Your Monkey Url"
|
4
4
|
|
5
5
|
def self.source_root
|
6
|
-
File.expand_path("
|
6
|
+
File.expand_path("../../../generators/monkey_notification/templates", __FILE__)
|
7
7
|
end
|
8
8
|
|
9
9
|
def install
|
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: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 6
|
10
|
+
version: 0.0.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alexey Vasileiv
|