myreplicator 0.0.5 → 0.0.6

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.
@@ -2,7 +2,7 @@ module Myreplicator
2
2
  class Engine < ::Rails::Engine
3
3
  # isolate_namespace Myreplicator
4
4
 
5
- if ::Rails::Engine.method(:isolate_namespace)
5
+ if Rails::Engine.method_defined?(:isolate_namespace)
6
6
  isolate_namespace Myreplicator
7
7
  else
8
8
  puts "Defined"
@@ -1,3 +1,3 @@
1
1
  module Myreplicator
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myreplicator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -308,7 +308,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
308
308
  version: '0'
309
309
  segments:
310
310
  - 0
311
- hash: -1792816068089932604
311
+ hash: -4274272147917328980
312
312
  required_rubygems_version: !ruby/object:Gem::Requirement
313
313
  none: false
314
314
  requirements:
@@ -317,7 +317,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
317
317
  version: '0'
318
318
  segments:
319
319
  - 0
320
- hash: -1792816068089932604
320
+ hash: -4274272147917328980
321
321
  requirements: []
322
322
  rubyforge_project:
323
323
  rubygems_version: 1.8.23