isurvey 0.0.5 → 0.0.6

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
- Yjg5ZjM2NWQ1Y2U3OTZhM2ZjODQ0MTdmYzdlMWEwYTczODVkYmI1Zg==
4
+ MGQ5N2IzNWFiMTA4MGUxNDgyYTdmYWM3ZDlkMDViNTMzMTJjYTBiNw==
5
5
  data.tar.gz: !binary |-
6
- OGQyNDAyNGVjYmQzNzMzZGVlNzYyOGViMTQ2MDVmMzVkYjIzZjE1NA==
6
+ Mjc0MjViNTYzNDYxNWRhNWI4M2FlODRhMzk1ZGNjYTVlZWZjMDdjNw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZGE1ZDQzYWFiZDhkODYyNGI3ZWE2MDkyNDlkNjBjNGYyNmNiYWU3Mjc2YWY0
10
- ZWY4NzhkZTcyNWJkMDJkZjU1NTYzZTA1ZjgyMjFhZjdkZDVjZjYyZjBkM2I3
11
- OTJhMjMzNDM0Mjc2YWE2ZjZhMTg3ODRiOTc2NjZlOTcwNGMyZWI=
9
+ NTg2MGFiMDIxZmYxYmY1ZGU0NGFhY2IzZTA3YzNmZDA4MzY3OWI1OWIxMjEz
10
+ YTc4MTQ4MzdhNjhjYzY5ZDkyOGVmNzRlY2U4YWQ5MzJhMTgxNjI1OTA1YzJk
11
+ N2Q2YWMyNzlkYjcyOTBkYTQzMGQwZTk1Zjg5YmU2NWRkOTVkZjY=
12
12
  data.tar.gz: !binary |-
13
- YWEzNTYzODBmOTc5MjRhZjdhMmFlZmE1MzMxY2YyNzk0NmRjNmYwMmRlYTlm
14
- MDBlMjAxY2I2MmFmYzg4NmE1MmIyZmMyNzY2ZGUzODhlYzBiNGQyODA3NDc4
15
- MGNjMmZmMTMwMDAxYTNlYTYwMTA2MTgyY2QxM2EwNGFmMDYyM2M=
13
+ NjUwNjY2NjAyYjMxY2UwZjBlZjNiMWI2ZGQ3ZWFkMjRjNDkyMzZkZjljZGJj
14
+ M2YwNWZmMDc1YjM3M2YzYjBjMjg1YWI1ODU4YTIxZTRjYWQ4MjQ1MTc5OGIy
15
+ NWE4NWU2YWE1MGYyMDBjNGJkYTlmNzRjMTMyNmFjMzgzYWJjNjg=
data/isurvey.gemspec CHANGED
@@ -17,10 +17,11 @@ Gem::Specification.new do |spec|
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
+
21
+ spec.add_dependency "savon", "~> 2.0"
20
22
 
21
23
  spec.add_development_dependency "bundler", "~> 1.3"
22
24
  spec.add_development_dependency "savon", "~> 2.0"
23
25
  spec.add_development_dependency "rake"
24
26
 
25
- spec.add_dependency "savon", "~> 2.0"
26
27
  end
@@ -1,3 +1,3 @@
1
1
  module Isurvey
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
data/lib/isurvey.rb CHANGED
@@ -1,5 +1,4 @@
1
1
  require "isurvey/version"
2
- require "savon"
3
2
 
4
3
  module Isurvey
5
4
  class SOAPClient
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isurvey
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Nipper
@@ -10,6 +10,20 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2013-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: savon
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: bundler
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -52,20 +66,6 @@ dependencies:
52
66
  - - ! '>='
53
67
  - !ruby/object:Gem::Version
54
68
  version: '0'
55
- - !ruby/object:Gem::Dependency
56
- name: savon
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ~>
60
- - !ruby/object:Gem::Version
61
- version: '2.0'
62
- type: :runtime
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ~>
67
- - !ruby/object:Gem::Version
68
- version: '2.0'
69
69
  description: Communicate with the iSurvey SOAP api.
70
70
  email:
71
71
  - mjn4406@gmail.com