notifiable-geo 0.1.2 → 0.1.3

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
- SHA1:
3
- metadata.gz: bb61da862dcfbff9dc47c56c4d5639dec7fde31c
4
- data.tar.gz: 1f61508a4e52a902f47fc414f869631077167161
2
+ SHA256:
3
+ metadata.gz: 6efcd232d4d6344b6815746b6c91c28ea27c41886ad174238907d969d6603194
4
+ data.tar.gz: 1af45a70f479cc41b5b97cd86742ddcea83b18c0259014f6f3350ccd21b3f480
5
5
  SHA512:
6
- metadata.gz: e02a4bddb93ccc647a3148de00e6b0e98c4a7e9e0f714421b467e447e7e8cee5ff25850b036df1a5d8605ba3045ceb6ac7d6c275c937763b94f6fba0ebd8689b
7
- data.tar.gz: 6ecb91cda69c60aa97f50d6fddb8add20fcd16694a9638e1963226b6f4188f5a5a89a0f91c6c7097f8c0d78eae457c1a057cac0c7c8c3a26dc54aa2d5933a228
6
+ metadata.gz: 82282415cc53b9efad68e11c28d9d382ca6baf560d04cdc5c105849b79a43d5760b9fb27a8edb8f618471013635e4298654142ea4e94e16dfffb688f950b9f50
7
+ data.tar.gz: 04c72b6696c3e06887050060425971d1ff19818989e6be4fbdd6ecb2609a32d9a620ad4f30779f0826d9f6519652578287e5c886f31412bc4e7cafa5d083b8d4
@@ -2,6 +2,8 @@ require 'rails'
2
2
 
3
3
  module Notifiable
4
4
  module Geo
5
+ isolate_namespace Notifiable::Geo
6
+
5
7
  class Engine < ::Rails::Engine
6
8
  initializer :append_migrations do |app|
7
9
  unless app.root.to_s.match root.to_s
@@ -1,5 +1,5 @@
1
1
  module Notifiable
2
2
  module Geo
3
- VERSION = "0.1.2".freeze
3
+ VERSION = "0.1.3".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifiable-geo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brooke-Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-26 00:00:00.000000000 Z
11
+ date: 2018-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: notifiable-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.1.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.1.1
27
27
  - !ruby/object:Gem::Dependency
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  version: '0'
157
157
  requirements: []
158
158
  rubyforge_project:
159
- rubygems_version: 2.6.14
159
+ rubygems_version: 2.7.3
160
160
  signing_key:
161
161
  specification_version: 4
162
162
  summary: Geo extensions for Notifiable