figobox 0.1.0 → 0.1.1

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: 2c8f9ca65e07cda8bdd1d4cc614da8b6a6c6e218
4
- data.tar.gz: b6019373f8d869a89b39f1fdc19812722f891305
3
+ metadata.gz: fcbb9a9c2be0c64a0dde7270366061a91afb1dc7
4
+ data.tar.gz: ad6427a1cf181b23874ed3a80773da611b7915cb
5
5
  SHA512:
6
- metadata.gz: 61235d0ef8bd8c62f24e4d7aff154d65155800154009713240bfb85d2eec74aa0434aeae4cace8ee7ab4489cfb0d9ccda64d06e2f3e47b286eadf8d06e1cd577
7
- data.tar.gz: a6cfe21763fc057777f5a7075ce19669433e6aa23da8753c39dd84248cd4417eb7a0fdcc3237ae5044468fc5bd0fc26522c2ff637fe2b8f59eb614fb8184626f
6
+ metadata.gz: 2c30d712758e2c6526f58afa1b9dc444d67fb6ca9e4c187b2e73b6d4e6de9dc79408fb19d10610c3d4c51d4c9193f78623eb98363667498b6bb6348c96a227db
7
+ data.tar.gz: 710ae30190ee496204253676ec34906c6f62d0d1f259e4d06f57286d6e70cd5b6b433c07330bb1dfa7f8a2c5d4ef73a1621c798fccb7a996c5365251d7e1501d
@@ -24,6 +24,11 @@ module Figobox
24
24
  command = compiler.add
25
25
  puts "Executing command:\n #{command}"
26
26
  system command
27
+
28
+ if nanobox_alias != "local" && nanobox_alias != "dry-run"
29
+ puts
30
+ puts "You will need to redeploy before these changes have any effect."
31
+ end
27
32
  end
28
33
  end
29
34
  end
@@ -4,7 +4,7 @@ module Figobox
4
4
  class ConfigParser
5
5
  def initialize
6
6
  verify_config_exists
7
- @yaml = YAML.load(File.read("config/application.yml"))
7
+ @yaml = YAML.load(File.read(File.expand_path("config/application.yml")))
8
8
  end
9
9
 
10
10
  def get_keys_for_environment(environment)
@@ -1,3 +1,3 @@
1
1
  module Figobox
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: figobox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Conway
@@ -126,9 +126,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubyforge_project:
129
- rubygems_version: 2.5.2.1
129
+ rubygems_version: 2.5.2
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: A tool which makes using figaro and nanobox for the same application easy
133
133
  test_files: []
134
- has_rdoc: