powder 0.3.0.pre → 0.3.0.pre2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/powder +1 -1
  3. data/lib/powder/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cfdbbad992ebcd320ce4f12389c1a09241cfdada
4
- data.tar.gz: 08462e02316255b300c6e907c795efb971f6fa2e
3
+ metadata.gz: 26dc45a68330e0dfb44887e9b7115bb7adbfb092
4
+ data.tar.gz: 8c7dc931f558130bc45f5b3bf1b3f4c71455509c
5
5
  SHA512:
6
- metadata.gz: c2d9cb7c30bbeefc83accae12db8805d93e9e6804d11832d85518309ae810300958fb9db3cdd5fa039d7d57578f435c99475030a699060f386a90ff9d0b95a53
7
- data.tar.gz: 729300ebd70dbfac68187c4474c36605a7ae0ff4519d935d01f52a96ff79dbf7b11ff585cf9f564f6fe3585ddca9d9dad5eb1df9759a2aa0f4c55f89dbcf0c60
6
+ metadata.gz: 0e477456f07a0e3cfafb42aa7b2a729ef04979a4cd01d66da885a1f29ee8b755d7b7c9e7f443f4c3a935eeffa4f3c0c3a0858b7cadb67e20b6a51a0233e2e96b
7
+ data.tar.gz: 6d6739b5d950f823f2719d11fc026769c6a6b50f3df282baad6c6ef1d1bde0c9b64977d1c8796d35186d99aca6483d3c793fda2166cb9d053affdbad8bf57afd
data/bin/powder CHANGED
@@ -321,7 +321,7 @@ module Powder
321
321
  desc "config", "Shows current pow configuration"
322
322
  def config
323
323
  http_port = ":" + configured_pow_http_port.to_s
324
- results = %x{curl --silent -H host:pow localhost#{http_port}/config.json}.gsub(':','=>')
324
+ results = %x{curl --silent -H host:pow 127.0.0.1#{http_port}/config.json}.gsub(':','=>')
325
325
  return say("Error: Cannot get Pow config. Pow may be down. Try 'powder up' first.") if results.empty? || !(results =~ /^\{/)
326
326
  json = eval results
327
327
  json.each do |k,v|
@@ -1,3 +1,3 @@
1
1
  module Powder
2
- VERSION = "0.3.0.pre"
2
+ VERSION = "0.3.0.pre2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: powder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.pre
4
+ version: 0.3.0.pre2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phil Nash