i_hope_you_die 0.0.0 → 0.0.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.
- data/VERSION +1 -1
- data/lib/i_hope_you_die.rb +2 -3
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.1
|
data/lib/i_hope_you_die.rb
CHANGED
@@ -130,11 +130,8 @@ class IHopeYouDie
|
|
130
130
|
|
131
131
|
def cwu_for_pesel(pesel)
|
132
132
|
#puts "PESEL #{pesel}"
|
133
|
-
|
134
133
|
xml = cwu_xml(pesel)
|
135
134
|
|
136
|
-
puts "\n\n\n\n#{xml}\n\n\n"
|
137
|
-
|
138
135
|
client = Savon::Client.new(wsdl: wsdl_brok)
|
139
136
|
Savon::Builder.forced_output = xml
|
140
137
|
response = client.call(:execute_service)
|
@@ -181,6 +178,8 @@ class IHopeYouDie
|
|
181
178
|
end
|
182
179
|
end
|
183
180
|
|
181
|
+
h[:doc] = s
|
182
|
+
|
184
183
|
return h
|
185
184
|
end
|
186
185
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i_hope_you_die
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-03-
|
12
|
+
date: 2013-03-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: savon
|
@@ -121,7 +121,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
121
121
|
version: '0'
|
122
122
|
segments:
|
123
123
|
- 0
|
124
|
-
hash:
|
124
|
+
hash: 1711921007637837796
|
125
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
126
126
|
none: false
|
127
127
|
requirements:
|