craftbelt 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 128b56aa947e03ee596507823f0519b1f643e6d5
4
- data.tar.gz: 57c37312109f8fa2d776069cf3a4bbcf20afb8a2
3
+ metadata.gz: 3e462c739e53345fe7634ed552cf025027576dc7
4
+ data.tar.gz: 841bb207d6d924ec7ef798c5a9ec77008fad21e8
5
5
  SHA512:
6
- metadata.gz: cbdfb6c929c475fd719168150a61cbbe622f4dd4cf9629acc46e6a10ea3298d87ab1a7bc047240562d064ef67ce9029f1f6a9cc46126f319c87514e337302bc3
7
- data.tar.gz: c311fccb03bf66699167d2ea4de5460291812f42274e7d180d79ae0d61baa7825c9b76015f6e0e5ad26a0b94b3ef8614dd6a2ca30f07b970f2d26d91362cfeaf
6
+ metadata.gz: 66c2b2a578c471cbb6cfa92f5fa0a7c2d92fb3559b48f5443704f938918c8a58ca7454a2d96882b0cd99b81f5cd7457816e0c57b8cb5cf4d2093fa92f09a2197
7
+ data.tar.gz: 5421e9adadbaaf8a5b2a8e8f43597a7dbe2f86ace08a365d976892e1d8b469b207558ac9b54d30b258e3be917b0e2f6507ecc44ccb94e2a9ea48086798dcc3af
@@ -37,7 +37,7 @@ module Craftbelt
37
37
  @access ||= begin
38
38
  # TODO remove when access policies are standard
39
39
  data[:access] || {
40
- whitelist: (data['settings']['whitelist'] || '').split
40
+ whitelist: (data[:settings][:whitelist] || '').split
41
41
  }
42
42
  end
43
43
  end
@@ -1,5 +1,5 @@
1
1
  module Craftbelt
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
 
4
4
  def self.version
5
5
  VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: craftbelt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Newman