terraorg 0.5.1 → 0.5.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
  SHA256:
3
- metadata.gz: 2104b8065449ba79b76d2186b17ba12df520939976a78e89baffdb480003c1a4
4
- data.tar.gz: 5fed899d94b706ec33a93355facfa444a37275b0632dd738d96e0da9f3a142bf
3
+ metadata.gz: 4b911041c898541c3fbfd5b2241f6b94410e779259021c602f8273346be0cc52
4
+ data.tar.gz: 52fe26871ada42a5a1673830963f44eac7f892b9b757afcbd357108dc89495e2
5
5
  SHA512:
6
- metadata.gz: 6abcbaf53d3205dc7e680015e6bf9cb52d727a9cfac507c6b797f47adc704a7b83b6777a2f53b99a8db9abb37666196439b3b20bfad53fee44fb8812fee83156
7
- data.tar.gz: 371bd8f5f19db6add483887aeefba418cf67dfcef48ec76a3ee506a168fdf543f439d330d0431c9a38d22a6c0b5ab3826993e2a95919461edd7ca3b1b7991f0f
6
+ metadata.gz: 6ab26716f6708453cd347283174b8026db71996536f6f0c9b2d2633eb40b4442ddd4b459465def0fb0667294b18095d22df2ca5cdbdc8855fb220fdebdc820a4
7
+ data.tar.gz: 232ca6a681bd5429fe483105d9e4a25586eace20e672e2e7998d9c36d9e9bb14a9b47949567f53a59ca765ca12e0c4c6b41764b55ab9117febbb017ef8352ba3
@@ -99,7 +99,7 @@ org = Org.new(JSON.parse(org_data), platoons, squads, people, GSUITE_DOMAIN)
99
99
 
100
100
  strict = (STRICT_VALIDATION == 'true')
101
101
  allow_orphaned_associates = (ALLOW_ORPHANED_ASSOCIATES == 'true')
102
- org.validate!(strict: strict, allow_orphaned_associates)
102
+ org.validate!(strict: strict, allow_orphaned_associates: allow_orphaned_associates)
103
103
 
104
104
  case action
105
105
  when 'generate-squads-md'
@@ -13,5 +13,5 @@
13
13
  # limitations under the License.
14
14
 
15
15
  module Terraorg
16
- VERSION = '0.5.1'
16
+ VERSION = '0.5.2'
17
17
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terraorg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Kwan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-14 00:00:00.000000000 Z
11
+ date: 2020-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: countries