responsys-api 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/responsys-api.gemspec +2 -1
- metadata +15 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NThmNzcwNWU5NTEwYWJiNjNkMzA4NWE5ZDQ2MjFmOWRiZTMwNjM1Ng==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZTdmYTg3YWUwYTExNTI0MGNjNGNhMTAxOTJkZTY0ODgyZjQyMzVhOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZTE4MmE0NzZkMTRkY2E5MGE5NGMyZjJkY2FlOTE4ODNmY2UzYmY1YWQ4OWJj
|
10
|
+
MzQxZTJhODI4YzA2ZDg2NDZhZTBiNmEwMzRhZDcyM2Q5YTIzNzYzNTNmMTU3
|
11
|
+
YzlkZDRmMzhlOWE0ZWEwMDU1ZmVhMWM5ZWExMTVjMzEyZjJkOWE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NGM4OGYxNzg2MmFkZWI3MWRmZTZiOTliNmFhN2IzZjFkZWEwZTgyZTYxNTYx
|
14
|
+
ZWMyNjc3YWY0ZDdhNTVhNmRhZjJkNmVlYWZmMmIwNzM4NjM3ZTQ5YTM2M2M2
|
15
|
+
N2VlMWQyMGFkNzM1NzdmZDgyMWIxMGIxNTVmYzllZWY5NTU3ZTc=
|
data/responsys-api.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "responsys-api"
|
7
|
-
spec.version = "0.0.
|
7
|
+
spec.version = "0.0.3"
|
8
8
|
spec.authors = ["Dan DeMeyere", "Florian Lorrain", "Morgan Griggs", "Mike Rocco"]
|
9
9
|
spec.email = ["dan@thredup.com", "florain.lorrain@thredup.com", "morgan@thredup.com", "michael.rocco@thredup.com"]
|
10
10
|
spec.description = 'A gem to integrate with the Responsys SOAP API'
|
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
|
|
17
17
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
18
18
|
spec.require_paths = ["lib"]
|
19
19
|
|
20
|
+
spec.add_dependency "rubyntlm", "~> 0.4.0"
|
20
21
|
spec.add_dependency "savon", "~> 2.6.0"
|
21
22
|
spec.add_development_dependency "bundler", "~> 1.3"
|
22
23
|
spec.add_development_dependency "rake"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: responsys-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan DeMeyere
|
@@ -13,6 +13,20 @@ bindir: bin
|
|
13
13
|
cert_chain: []
|
14
14
|
date: 2014-08-08 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
|
+
- !ruby/object:Gem::Dependency
|
17
|
+
name: rubyntlm
|
18
|
+
requirement: !ruby/object:Gem::Requirement
|
19
|
+
requirements:
|
20
|
+
- - ~>
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 0.4.0
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - ~>
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 0.4.0
|
16
30
|
- !ruby/object:Gem::Dependency
|
17
31
|
name: savon
|
18
32
|
requirement: !ruby/object:Gem::Requirement
|