billwise4r 0.4.2 → 0.4.3
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/Gemfile.lock +2 -2
- data/billwise4r.gemspec +1 -0
- data/lib/billwise4r/version.rb +1 -1
- metadata +5 -4
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
billwise4r (0.4.
|
|
4
|
+
billwise4r (0.4.3)
|
|
5
5
|
multi_xml (= 0.2.2)
|
|
6
6
|
savon (~> 0.9.5)
|
|
7
7
|
|
|
@@ -19,7 +19,7 @@ GEM
|
|
|
19
19
|
builder (>= 2.1.2)
|
|
20
20
|
httpi (1.1.1)
|
|
21
21
|
rack
|
|
22
|
-
mini_portile (0.5.
|
|
22
|
+
mini_portile (0.5.2)
|
|
23
23
|
multi_xml (0.2.2)
|
|
24
24
|
nokogiri (1.6.0)
|
|
25
25
|
mini_portile (~> 0.5.0)
|
data/billwise4r.gemspec
CHANGED
|
@@ -12,6 +12,7 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
s.description = %q{Ruby lib for consuming the Billwise SOAP/XML API}
|
|
13
13
|
s.rubygems_version = %q{1.5.0}
|
|
14
14
|
s.required_ruby_version = '>= 1.9'
|
|
15
|
+
s.licenses = ['MIT']
|
|
15
16
|
s.summary = %q{Ruby lib for consuming the Billwise SOAP/XML API}
|
|
16
17
|
s.test_files = [
|
|
17
18
|
"spec/billwise4r_spec.rb",
|
data/lib/billwise4r/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: billwise4r
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
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: 2013-11-
|
|
13
|
+
date: 2013-11-21 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rspec
|
|
@@ -115,7 +115,8 @@ files:
|
|
|
115
115
|
- spec/connect_sm_service.wsdl
|
|
116
116
|
- spec/spec_helper.rb
|
|
117
117
|
homepage: http://github.com/jsgoecke/billwise4r
|
|
118
|
-
licenses:
|
|
118
|
+
licenses:
|
|
119
|
+
- MIT
|
|
119
120
|
post_install_message:
|
|
120
121
|
rdoc_options: []
|
|
121
122
|
require_paths:
|
|
@@ -135,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
135
136
|
version: '0'
|
|
136
137
|
segments:
|
|
137
138
|
- 0
|
|
138
|
-
hash: -
|
|
139
|
+
hash: -2098515336107765837
|
|
139
140
|
requirements: []
|
|
140
141
|
rubyforge_project: billwise4r
|
|
141
142
|
rubygems_version: 1.8.23
|