tddium_client 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/config/environment.yml +12 -0
- data/lib/tddium_client/version.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
data/config/environment.yml
CHANGED
@@ -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
|
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.
|
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-
|
13
|
+
date: 2012-03-15 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: httparty
|