notifiable-gcm-spacialdb 0.4.1 → 0.4.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2fc9042ad0611847740ca41f9bc2d59f99a265a2
4
- data.tar.gz: 02f8a27ff920a5be823ff5ddf6bf0f96d4fd7605
3
+ metadata.gz: cd98a6be8783100300154e6dabfe514771630524
4
+ data.tar.gz: 53a027e3e0315e4b3305ce3f8220aac020b5bc03
5
5
  SHA512:
6
- metadata.gz: 9a22cc7f9c577c667498bf7db7d552579d9430a1d8a2a633723fbc39296aa0e5fe1e3d7bad2d1678483f36d2865fc86fa8c9f38b4693129f4da6b763c250f6e7
7
- data.tar.gz: f059fc95dfc187fad83b5ef0a175a09d07f1b1d35e88b466dde14fa3e6d0af401e47a4d4b94d66ef1085fb490b51b685cc51aa50f1ddc2ba279534a80a65d220
6
+ metadata.gz: 680d7722e66bfe5ce3d270bb323af11c62900c8a57d57017b9395ac81029684d9ba489204fb02dcff5056b899cc66d0bc5905378697df48e7b4d6b60f6902e73
7
+ data.tar.gz: 9893300d74883628afe35ff2e040f287dede7b6e8e5ae45ffc02fc7fb3e38f2d1ca6dd04f044bf82484cc30fda999cf3b6405d3ea56c21ade2a03f7cad5f22b9
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- notifiable-gcm-spacialdb (0.4.1)
4
+ notifiable-gcm-spacialdb (0.4.2)
5
5
  gcm (~> 0.0.6)
6
6
  notifiable-rails (>= 0.6.0)
7
7
 
@@ -88,8 +88,7 @@ module Notifiable
88
88
  when "InvalidPackageName"
89
89
  10
90
90
  else
91
- -1
92
- Rails.logger.warn "Unknown notification status: #{error_message}"
91
+ 0
93
92
  end
94
93
  end
95
94
  end
@@ -1,7 +1,7 @@
1
1
  module Notifiable
2
2
  module Gcm
3
3
  module Spacialdb
4
- VERSION = "0.4.1"
4
+ VERSION = "0.4.2"
5
5
  end
6
6
  end
7
7
  end
@@ -19,6 +19,8 @@ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
19
19
  db_path = 'spec/support/db/test.sqlite3'
20
20
  DatabaseCleaner.strategy = :truncation
21
21
 
22
+ Rails.logger = Logger.new(STDOUT)
23
+
22
24
  RSpec.configure do |config|
23
25
  config.mock_with :rspec
24
26
  config.order = "random"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifiable-gcm-spacialdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Kocemba