savon-multipart 1.1.0 → 1.2.0

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.
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
- Savon Multipart [![Build Status](http://travis-ci.org/rubiii/savon-multipart.png)](http://travis-ci.org/rubiii/savon-multipart)
1
+ Savon Multipart [![Build Status](http://travis-ci.org/savonrb/savon-multipart.png)](http://travis-ci.org/savonrb/savon-multipart)
2
2
  ===============
3
3
 
4
- Adds multipart support (SOAP with Attachments) to [Savon](https://github.com/rubiii/savon).
4
+ Adds multipart support (SOAP with Attachments) to [Savon](https://github.com/savonrb/savon).
5
5
  Please test and provide feedback so we can merge this into Savon proper.
6
6
 
7
7
 
@@ -1,7 +1,7 @@
1
1
  module Savon
2
2
  module Multipart
3
3
 
4
- VERSION = "1.1.0"
4
+ VERSION = "1.2.0"
5
5
 
6
6
  end
7
7
  end
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
 
15
15
  s.rubyforge_project = s.name
16
16
 
17
- s.add_dependency "savon", "1.1.0"
17
+ s.add_dependency "savon", "1.2.0"
18
18
  s.add_dependency "mail"
19
19
 
20
20
  s.add_development_dependency "rake", "~> 0.8.7"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: savon-multipart
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-08-24 00:00:00.000000000 Z
13
+ date: 2012-10-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: savon
@@ -19,7 +19,7 @@ dependencies:
19
19
  requirements:
20
20
  - - '='
21
21
  - !ruby/object:Gem::Version
22
- version: 1.1.0
22
+ version: 1.2.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -27,7 +27,7 @@ dependencies:
27
27
  requirements:
28
28
  - - '='
29
29
  - !ruby/object:Gem::Version
30
- version: 1.1.0
30
+ version: 1.2.0
31
31
  - !ruby/object:Gem::Dependency
32
32
  name: mail
33
33
  requirement: !ruby/object:Gem::Requirement