cloud_powers 0.2 → 0.2.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: f7b6c2d878907d4b7d3d61633e5cbb656aaf60e4
4
- data.tar.gz: d2719ee9fc973f91e847e19958db96f2bc0daf81
3
+ metadata.gz: abb854d94798c1f90ec78dba1e944d34c978cc44
4
+ data.tar.gz: fcfceeba844c73fd520e614b276ddc11266dd557
5
5
  SHA512:
6
- metadata.gz: c44f2215f31bba48d510f1ac0f780c50d79e85911cf0c1dffd83135d35d19087319718f4446cc9cb22d4c54846dc80eb28f3c12eae5067f4b90bf51758f212ba
7
- data.tar.gz: 27f3870cd67688ce00c0c021e49c0f6517609d31c26bf453466963fbeef3c16469e23cd6a47ea194d2b4411e5fbc1c799062d70df5f2cb57af9192c8b02364da
6
+ metadata.gz: ead5833b4a6b7a13d079f5e2224e2e3f6a116db877ba96be4da3698e6604d7122461100efa828537a3779b6bb3ab888ccbcc1766cbfa0a62b5819e539ef42efc
7
+ data.tar.gz: 3c09c99ea6503ed6f53ceeeadd1c270cdc53dc4d72390590d5206af340c5ce6d47f450b717364f115556d598495e883d6ae93eb571709a35b7450bf0a5d916a9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloud_powers (0.2)
4
+ cloud_powers (0.2.1)
5
5
  activesupport-core-ext (~> 4)
6
6
  aws-sdk (~> 2)
7
7
  dotenv (~> 2.1)
@@ -1,3 +1,3 @@
1
1
  module CloudPowers
2
- VERSION = "0.2"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -19,7 +19,7 @@ module Smash
19
19
  # TODO: implement a search for all 3 that can find close matches
20
20
  def zfind(key)
21
21
  res = (i_vars[to_snake(key).upcase] or
22
- env_vars[to_snake(key).upcase] unless project_root.nil?) or
22
+ env_vars[to_snake(key).upcase] unless @project_root.nil?) or
23
23
  system_vars[to_snake(key).upcase]
24
24
  (res.nil? or res.empty?) ? nil : res
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_powers
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Phillipps