tddium_client 0.1.4 → 0.1.5

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tddium_client (0.1.3)
4
+ tddium_client (0.1.5)
5
5
  httparty (>= 0.8.1)
6
6
  json
7
7
 
@@ -19,6 +19,18 @@ staging:
19
19
  host: stage-api.tddium.com
20
20
  version: 1
21
21
 
22
+ sandbox1:
23
+ api:
24
+ scheme: https
25
+ host: sandbox1-api.tddium.com
26
+ version: 1
27
+
28
+ sandbox2:
29
+ api:
30
+ scheme: https
31
+ host: sandbox2-api.tddium.com
32
+ version: 1
33
+
22
34
  test:
23
35
  api:
24
36
  scheme: http
@@ -3,5 +3,5 @@ Copyright (c) 2011 Solano Labs All Rights Reserved
3
3
  =end
4
4
 
5
5
  module TddiumClient
6
- VERSION = "0.1.4"
6
+ VERSION = "0.1.5"
7
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tddium_client
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.4
5
+ version: 0.1.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jay Moorthi
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-01-03 00:00:00 Z
13
+ date: 2012-03-15 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: httparty