soar-registry-staff 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8c7096f83521157cf615e41a6fe4e23a180c430e
4
- data.tar.gz: bd4fb5a4282aad8b86e63f5615f71c3156e9a42c
3
+ metadata.gz: 13f348fb2b2fbfb9f2478f9276e36639b3ac8354
4
+ data.tar.gz: a84a2ed7a4a834213eaf306ff8c6e041548ccdd9
5
5
  SHA512:
6
- metadata.gz: 328c114c794c51a94d2fbf745ac530966a14998dd6327a73387eefe3e378debfc2786a01be1d2f67a79f71ecb7a1f0e7f9a1fc935e12f4840a9ae16b7fe691c3
7
- data.tar.gz: 99ec9f4412b3367015c8a4000e8e000150ce900377e0e6fc5441816ced98c28e1169bad0e71af2395c8e5c5e8ec43f9038f0519e7702452265c5cb63b01e7567
6
+ metadata.gz: b93cfc59302371eb8271636a23f826bcf240a0900b1c7a4e83ff99603e8968fcbe5f5a9ef18eb455254bf7acbf10be900d88e80f6410d98576ae10fd7787d99f
7
+ data.tar.gz: 3db6766a4e0a8c227cc3e02c1ffac4d541925c99f4dd2ccb15d507b5d4310d7d54a4b549f01c21bc542948dcb7e489d6048780db9bc3ee7dcc678700a3bd33f4
@@ -51,10 +51,6 @@ module Soar
51
51
  @directory.instance_variable_set(:@configuration, configuration)
52
52
  end
53
53
 
54
- def valid_configuration
55
- YAML.load_file("config/config.yml")
56
- end
57
-
58
54
  def valid_configuration?(config)
59
55
  @directory.configuration['region'] == config['provider']['config']['region'] and @directory.configuration['endpoint'] == config['provider']['config']['endpoint']
60
56
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soar-registry-staff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Mulder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-08 00:00:00.000000000 Z
11
+ date: 2016-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashy_db