messagemedia-soap 0.6.7 → 0.6.8

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzRiMzFiZjA0NTE0YmFmYmE0MTVlOTk1YTYyZDJiMjFiZmYxMDczNw==
4
+ ZDJkMmRjYzZkM2NjY2UwYmUxMWJiMGE2NDc3MGI3N2JkZTJhNTMwZQ==
5
5
  data.tar.gz: !binary |-
6
- YzlmN2Y0NDI0YjVhMWUwYzk5YjcxMjQwYmE0NzU3OTMzMjE2MWM0Yw==
6
+ OGZjMTJkY2UzNGQxMjVlMGI0NTA1ZGMyYjU5NmMxYjBjZTJjODkwYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjI2ZmUyMmEzODVmZDUxNzBjMGFmYmFjMTYwOTFlNDQzMjQ0YmIzOTM4NGYy
10
- MzVlMDM4Zjc2MzMxZDAzZGM5NDlhY2M2OWUzYjgyNzZjODhmMGU4ZDZhMzBh
11
- YWNlYWU4MzUzMjU4NWM0Mzk3N2YzNTFkN2E5NjBlNDVjNGE3ZGY=
9
+ NGMzMTE4NGE1YmMwZTNmOTcxNWIyMDhmOGE0M2ZmMzAwNzY4YzExNzg4MDQ3
10
+ NWZlZjRhMjhkMjYwYmE2Yjk0MmFhZGMxOGUxMTcyNWVjYjFhZDliMjY0ODg1
11
+ MmJjYmRjM2ZlZThjY2QzMDUyN2IwOWU3ZWRlZjk5ODk0YjIxNjE=
12
12
  data.tar.gz: !binary |-
13
- OGVhYzhiZWFlMDk0NTBmOTU2MDBjNWI2MDhlMGRmYzIyNzk1ZTgzMGRmNDY4
14
- YmVkZjAzMWU4ZDNmMDRlYTJlMjhmNzc2MGRmZTdmODgwZTYzYjc1MzA3YWRk
15
- ZTM5YmU4MWEyNDI0ZTdjYjMzMzI5ZDA0N2FlNzkyZjYyM2RkZDM=
13
+ MjdjNzQwNjg0NmUzMGYxNDZmNGFjYzc1MTJiNTU4MjgwOWUzMzdhOTQ5OTgz
14
+ MmI3MjIzODQyMTk1ZmVkNGQ3Y2ViMzU4NWZiOTc2ZjlhYTVmZmE4ODU2NDAy
15
+ ZTdhYzRjNTkxOGNlNTQwZGFjODk1ZTBiMWY4ZWFlOGE2YjlhNjg=
@@ -0,0 +1,21 @@
1
+ sudo: false
2
+ language: ruby
3
+ cache: bundler
4
+ bundler_args: --without development
5
+ rvm:
6
+ - ruby-head
7
+ - ruby
8
+ - 2.2.0
9
+ - 2.1.0
10
+ - 2.0.0
11
+ - 1.9.3
12
+ - jruby-head
13
+ - jruby
14
+ - jruby-19mode
15
+ matrix:
16
+ fast_finish: true
17
+ allow_failures:
18
+ - rvm: ruby-head
19
+ - rvm: ruby
20
+ - rvm: jruby-head
21
+ - rvm: jruby
data/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ [![Gem Version](https://badge.fury.io/rb/messagemedia-soap.svg)](http://badge.fury.io/rb/messagemedia-soap)
2
+ [![Build Status](https://travis-ci.org/messagemedia/messagemedia-ruby.svg)](https://travis-ci.org/messagemedia/messagemedia-ruby)
3
+
1
4
  # MessageMedia Ruby SDK
2
5
  This library provides a simple interface for sending and receiving messages using the [MessageMedia SOAP API](http://www.messagemedia.com.au/wp-content/uploads/2013/05/MessageMedia_Messaging_Web_Service.pdf?eacfbb).
3
6
 
@@ -1,5 +1,5 @@
1
1
  module Messagemedia
2
2
  module SOAP
3
- VERSION = '0.6.7'
3
+ VERSION = '0.6.8'
4
4
  end
5
5
  end
@@ -21,7 +21,14 @@ Gem::Specification.new do |spec|
21
21
  spec.require_paths = ['lib']
22
22
 
23
23
  spec.add_development_dependency 'bundler', '~> 1.5'
24
- spec.add_development_dependency 'rake', '~> 0'
24
+ spec.add_dependency 'rake'
25
25
  spec.add_dependency 'savon', '~> 2.4'
26
+ spec.add_dependency 'test-unit'
27
+
28
+ spec.post_install_message = <<-MESSAGE
29
+ ! The 'messagemedia-soap' gem has been deprecated and has been replaced by 'messagemedia-ruby'.
30
+ ! See: https://rubygems.org/gems/messagemedia-ruby
31
+ ! And: https://github.com/messagemedia/messagemedia-ruby
32
+ MESSAGE
26
33
 
27
34
  end
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.7
4
+ version: 0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Hawkins
@@ -29,14 +29,14 @@ dependencies:
29
29
  name: rake
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - ~>
32
+ - - ! '>='
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
- type: :development
35
+ type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ~>
39
+ - - ! '>='
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  - !ruby/object:Gem::Dependency
@@ -53,6 +53,20 @@ dependencies:
53
53
  - - ~>
54
54
  - !ruby/object:Gem::Version
55
55
  version: '2.4'
56
+ - !ruby/object:Gem::Dependency
57
+ name: test-unit
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ! '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ type: :runtime
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
56
70
  description: Support for Ruby applications to integrate with the MessageMedia SOAP
57
71
  API
58
72
  email:
@@ -64,6 +78,7 @@ extensions: []
64
78
  extra_rdoc_files: []
65
79
  files:
66
80
  - .gitignore
81
+ - .travis.yml
67
82
  - Gemfile
68
83
  - LICENSE.txt
69
84
  - README.md
@@ -80,7 +95,9 @@ homepage: http://www.messagemedia.com/
80
95
  licenses:
81
96
  - Apache
82
97
  metadata: {}
83
- post_install_message:
98
+ post_install_message: ! " ! The 'messagemedia-soap' gem has been deprecated and
99
+ has been replaced by 'messagemedia-ruby'.\n ! See: https://rubygems.org/gems/messagemedia-ruby\n
100
+ ! And: https://github.com/messagemedia/messagemedia-ruby\n"
84
101
  rdoc_options: []
85
102
  require_paths:
86
103
  - lib