penthouse 0.7.0 → 0.7.1

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: 5c2f7032744a162f8d7841fb997536f71ed30c74
4
- data.tar.gz: 74dc6c8881eaa3b869f0ad078217632a8037bed6
3
+ metadata.gz: bba8d1c3aaa652eb00ff0e05b6c11d14b166e189
4
+ data.tar.gz: 7f5cecfddec0a2e1ef856ce0d1acb5888bf785f5
5
5
  SHA512:
6
- metadata.gz: 776a192ee3c89480cd2fe9124aa65bba125d3d97c716dffcd0300b462d42cf400cc5f014836007608f8fa8ec0f7b32daf2aabba84d67ffb1e2250ce705f83bfd
7
- data.tar.gz: 8e2ce6d50bdb1cac77fdec1bd97a9135344fd98d3a83acedc5148a0bd9f8ce8f8dae19f8a2784bb77420849f39914781cc8863fcc91b9624edf178c80e9eae26
6
+ metadata.gz: b9f9676c004e8bd7e88b42ce7ef7f25efdeffc2f38687249ad7396fa2f622df2eb2a951724ca75b32a6acbb738709e8175ce8cf768fcd7d2399450280e147921
7
+ data.tar.gz: 1691f1c1881555ddad1121b9e64400ec4d73cdededb419f844725c4926674908919360ae8d45cf18b85ab90b7681ee7113185d4b83c3614f41cc4197550daa81
@@ -108,7 +108,7 @@ module Penthouse
108
108
  end
109
109
 
110
110
  def tenants_to_migrate
111
- if (t = ENV["tenant"] || ENV["tenants"])
111
+ if (t = ENV["TENANT"] || ENV["TENANTS"])
112
112
  t.split(",").map(&:strip)
113
113
  end
114
114
  end
@@ -1,3 +1,3 @@
1
1
  module Penthouse
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
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.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Townsend