monkey_notification 0.0.7 → 0.0.8

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.
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.7"
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/"
@@ -14,7 +14,7 @@ class MonkeyNotificationGenerator < Rails::Generators::Base
14
14
  private
15
15
 
16
16
  def api_url_need_configured?
17
- options[:api_url] && api_url_configured?
17
+ options[:api_url] && !api_url_configured?
18
18
  end
19
19
 
20
20
  def append_capistrano_hook
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: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alexey Vasileiv