messagemedia-soap 0.6.8 → 0.6.8.1
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 +8 -8
- data/lib/messagemedia/soap/version.rb +1 -1
- data/messagemedia-soap.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MjlmMmRkYWRlOWFjMWZkYTFlMTYyZWU5ZmQwODViMWMyNzQ3MTg0MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjcxMjE5NmIxN2ZjNDk1NzMxNTRmZTBiNGNkMTRjYTNlNThlYWQ4Zg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzA1YzlmMjAzNmVlZmY4Y2RhOTQ3MGI1ZDRhZGUzOTdkNTk3NjE5MWQzY2E3
|
|
10
|
+
YzRkMzkyNjAwOGVmZjgzNmRmZWUwODM1MjBkNjE5MzUxNDY3ZWZmYjAxZjJj
|
|
11
|
+
YmNjMDkyMmY2NWVkYjQyZGY5YWJlNzk3MDFiMDQ2ZmRhZmJjM2Y=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MGViNDc0NmMyMDIzZDdjODY5NzZiNGEyZDY3MjU0YmYxNTMyNDYyMjE4YTg4
|
|
14
|
+
YjdjMWNjZTYzN2Y2MGM3YzcwMzA1MmU5ODhhYmFmMjhjNmZlOTc4MjFlZmZl
|
|
15
|
+
OTBhYThkNTQ2ZjE0MGZmNjE5OTZiYWFiNzBiZmEyZjI1MjFlOTg=
|
data/messagemedia-soap.gemspec
CHANGED
|
@@ -11,8 +11,8 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.version = Messagemedia::SOAP::VERSION
|
|
12
12
|
spec.authors = ['Chris Hawkins', 'Tristan Penman']
|
|
13
13
|
spec.email = ['chris.hawkins@outlook.com', 'tristan.penman@messagemedia.com.au']
|
|
14
|
-
spec.summary = 'Simple Ruby interface for the MessageMedia SOAP API'
|
|
15
|
-
spec.description = 'Support for Ruby applications to integrate with the MessageMedia SOAP API'
|
|
14
|
+
spec.summary = '[Deprecated] Simple Ruby interface for the MessageMedia SOAP API'
|
|
15
|
+
spec.description = '[Deprecated] Support for Ruby applications to integrate with the MessageMedia SOAP API'
|
|
16
16
|
spec.homepage = 'http://www.messagemedia.com/'
|
|
17
17
|
spec.license = 'Apache'
|
|
18
18
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: messagemedia-soap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.8
|
|
4
|
+
version: 0.6.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Hawkins
|
|
@@ -67,8 +67,8 @@ dependencies:
|
|
|
67
67
|
- - ! '>='
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '0'
|
|
70
|
-
description: Support for Ruby applications to integrate with the MessageMedia
|
|
71
|
-
API
|
|
70
|
+
description: ! '[Deprecated] Support for Ruby applications to integrate with the MessageMedia
|
|
71
|
+
SOAP API'
|
|
72
72
|
email:
|
|
73
73
|
- chris.hawkins@outlook.com
|
|
74
74
|
- tristan.penman@messagemedia.com.au
|
|
@@ -116,6 +116,6 @@ rubyforge_project:
|
|
|
116
116
|
rubygems_version: 2.4.6
|
|
117
117
|
signing_key:
|
|
118
118
|
specification_version: 4
|
|
119
|
-
summary: Simple Ruby interface for the MessageMedia SOAP API
|
|
119
|
+
summary: ! '[Deprecated] Simple Ruby interface for the MessageMedia SOAP API'
|
|
120
120
|
test_files:
|
|
121
121
|
- test/test_message.rb
|