messagebus_ruby_api 1.0.10 → 1.0.11
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/messagebus_ruby_api/version.rb +1 -1
- data/spec/spec_helper.rb +2 -2
- metadata +2 -2
data/spec/spec_helper.rb
CHANGED
@@ -46,14 +46,14 @@ end
|
|
46
46
|
|
47
47
|
def json_mailing_lists
|
48
48
|
json = <<JAVASCRIPT
|
49
|
-
{"statusCode":200,"statusMessage":"","statusTime":"2011-10-10T21:32:14.195Z","results":[{"name":"list_1","
|
49
|
+
{"statusCode":200,"statusMessage":"","statusTime":"2011-10-10T21:32:14.195Z","results":[{"name":"list_1","mailingListKey":"51efcf00f38711e0a93640405cc99fee"}]}
|
50
50
|
JAVASCRIPT
|
51
51
|
json
|
52
52
|
end
|
53
53
|
|
54
54
|
def json_mailing_list_upload
|
55
55
|
json = <<JAVASCRIPT
|
56
|
-
{"invalidCount":1,"invalidLines":[3],"
|
56
|
+
{"invalidCount":1,"invalidLines":[3],"mailngListKey":"392d08c0694811e1a7dd4040f34d0a26","statusCode":201,"statusMessage":"","statusTime":"2012-03-08T17:57:51.596Z","validCount":2}
|
57
57
|
JAVASCRIPT
|
58
58
|
json
|
59
59
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: messagebus_ruby_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.11
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-03-
|
12
|
+
date: 2012-03-26 00:00:00.000000000Z
|
13
13
|
dependencies: []
|
14
14
|
description: ! 'Allows you to use the Message Bus API '
|
15
15
|
email:
|