penthouse 0.7.1 → 0.7.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: bba8d1c3aaa652eb00ff0e05b6c11d14b166e189
4
- data.tar.gz: 7f5cecfddec0a2e1ef856ce0d1acb5888bf785f5
3
+ metadata.gz: 73382ba7de907b566cceef09a3440ba67b8542fe
4
+ data.tar.gz: 57555da89376ec04de9a198e9d376a4aabb20d69
5
5
  SHA512:
6
- metadata.gz: b9f9676c004e8bd7e88b42ce7ef7f25efdeffc2f38687249ad7396fa2f622df2eb2a951724ca75b32a6acbb738709e8175ce8cf768fcd7d2399450280e147921
7
- data.tar.gz: 1691f1c1881555ddad1121b9e64400ec4d73cdededb419f844725c4926674908919360ae8d45cf18b85ab90b7681ee7113185d4b83c3614f41cc4197550daa81
6
+ metadata.gz: 410f25e3f2ceb19c54afee31b51bdfed78a05e8169b762bf9a7a628eceeee9df5d54e23542b99e42dab8f39e4d0c1b36ded05c8c710ef32b8ffe07f5ec13bd12
7
+ data.tar.gz: fd06ac14e44fdad24ed1d031dd24df0e8f8304cbb596d86d9329a162e86cda707435d59c7d482eb5c69b14f3aec55bff550ee1958314b9e4fe6502a3a5212c62
@@ -30,6 +30,12 @@ module Penthouse
30
30
  alias_method_chain :up, :penthouse
31
31
  alias_method_chain :down, :penthouse
32
32
  alias_method_chain :run, :penthouse
33
+
34
+ # override any new Octopus methods with the new Penthouse ones
35
+ alias_method :migrate_with_octopus, :migrate_with_penthouse
36
+ alias_method :up_with_octopus, :up_with_penthouse
37
+ alias_method :down_with_octopus, :down_with_penthouse
38
+ alias_method :run_with_octopus, :run_with_penthouse
33
39
  end
34
40
  end
35
41
  end
@@ -1,3 +1,3 @@
1
1
  module Penthouse
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: penthouse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Townsend