notifiable-geo 0.1.3 → 0.1.4

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
  SHA256:
3
- metadata.gz: 6efcd232d4d6344b6815746b6c91c28ea27c41886ad174238907d969d6603194
4
- data.tar.gz: 1af45a70f479cc41b5b97cd86742ddcea83b18c0259014f6f3350ccd21b3f480
3
+ metadata.gz: d018b0f10c2f5315b887f0db4f6687ea9d6d25fd80d76addfa2d9af79b2df8d4
4
+ data.tar.gz: 4b34938c1b9057a18bde9c27477c9d0b960a9774b4c00f3b872da703ae17f631
5
5
  SHA512:
6
- metadata.gz: 82282415cc53b9efad68e11c28d9d382ca6baf560d04cdc5c105849b79a43d5760b9fb27a8edb8f618471013635e4298654142ea4e94e16dfffb688f950b9f50
7
- data.tar.gz: 04c72b6696c3e06887050060425971d1ff19818989e6be4fbdd6ecb2609a32d9a620ad4f30779f0826d9f6519652578287e5c886f31412bc4e7cafa5d083b8d4
6
+ metadata.gz: ed9cdf0521aaa10f955539045261742f57f9abfe977f63e837cd3b6b7b96e419839c4cbe34f17dcc6ac1d5b511c2f1da2665f6b8ffd18bc12fbbfa66ed045e03
7
+ data.tar.gz: 15db58fefe9b386fddc70738358021a1d8875b75beb8f1e0a7540905b9da503648745d677566f839cfbec805abe3be18a1bf3a0755ca89e64830a46b449e747c
@@ -1,9 +1,7 @@
1
1
  require 'rails'
2
2
 
3
3
  module Notifiable
4
- module Geo
5
- isolate_namespace Notifiable::Geo
6
-
4
+ module Geo
7
5
  class Engine < ::Rails::Engine
8
6
  initializer :append_migrations do |app|
9
7
  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.3".freeze
3
+ VERSION = "0.1.4".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifiable-geo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brooke-Smith