floodgate 0.0.8 → 0.0.9

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: 77b129e9d0e4ead27720019cd03c5b97a20270d2
4
- data.tar.gz: af2b0d06583f2747a038ccbe4640c2ff708d884a
3
+ metadata.gz: 57d84b07c086519871b5bc1fc9d9c91bf9345b7e
4
+ data.tar.gz: 02ef6c3e9fafe9e509be2ba120d7407eb9e33b8d
5
5
  SHA512:
6
- metadata.gz: 37ef2355c6421b1e6e8cad329ce01be0e54215631dafe761081e3784d6813e3e75bc0a0da21eecd9ef1746a88141aea1a59990e227d7db5f8d0a9042c0dae2eb
7
- data.tar.gz: 0b19d251bff0fb95b28f35766f798180e7fe087889a015ebcddaec78a8a76f5785ba32c4886691df36b48f57bf214401a5ec1d19d80a0ed0cc230de65c2c39fa
6
+ metadata.gz: 9e5ce474d5eb2d25ecc39001573cb155d996049a435da1e65b726b0b7d1de93bf76b2b0e20f296a24ec8d20591c583d4a8c61ba094b24221ba105bf8e85158da
7
+ data.tar.gz: 51649d87130c0bba9e9a0d7f6b9207ad5ef80b9b9389b0dde09da1cbfb04cafab7ed1e371a3d6889b322b893dfffd31261e497438aa39290d9ea92105998abfb
@@ -5,7 +5,7 @@ module Floodgate
5
5
  class Client
6
6
  def self.status(app_id, api_token)
7
7
  # TODO: Handle errors, timeouts, proxies, environments, etc.
8
- JSON.parse(open("http://floodgate-api-staging.herokuapp.com/api/v1/apps/#{app_id}/status?token=#{api_token}").read)
8
+ JSON.parse(open("https://floodgate-api-staging.herokuapp.com/api/v1/apps/#{app_id}/status?api_token=#{api_token}").read)
9
9
  end
10
10
  end
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module Floodgate
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: floodgate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark McEahern
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-25 00:00:00.000000000 Z
12
+ date: 2014-02-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake