oddb2xml 2.3.8 → 2.3.9

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/spec/spec_helper.rb CHANGED
@@ -152,7 +152,7 @@ module ServerMockHelper
152
152
  File.join(Oddb2xml::SpecCompressor, 'epha_interactions.txt*'),
153
153
  File.join(Oddb2xml::SpecCompressor, 'medregbm_company.txt*'),
154
154
  File.join(Oddb2xml::SpecCompressor, 'medregbm_person.txt*'),
155
- File.join(Oddb2xml::SpecCompressor, 'zurrose_transfer.dat.*'),
155
+ File.join(Oddb2xml::SpecCompressor, 'transfer.dat.*'),
156
156
  File.join(Oddb2xml::SpecCompressor, 'oddb2xml_files_nonpharma.xls.*'),
157
157
  ].each { |file| FileUtils.rm_f(Dir.glob(file), :verbose => false) if Dir.glob(file).size > 0 }
158
158
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oddb2xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.8
4
+ version: 2.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yasuhiro Asaka, Zeno R.R. Davatz, Niklaus Giger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-19 00:00:00.000000000 Z
11
+ date: 2016-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip
@@ -287,7 +287,6 @@ files:
287
287
  - ".rspec"
288
288
  - ".travis.yml"
289
289
  - Gemfile
290
- - Gemfile.lock
291
290
  - History.txt
292
291
  - LICENSE
293
292
  - Manifest.txt
@@ -351,9 +350,9 @@ files:
351
350
  - spec/data/swissmedic_orphans.html
352
351
  - spec/data/swissmedic_package.xlsx
353
352
  - spec/data/swissmedic_packages.html
353
+ - spec/data/transfer.dat
354
354
  - spec/data/wsdl_nonpharma.xml
355
355
  - spec/data/wsdl_pharma.xml
356
- - spec/data/zurrose_transfer.dat
357
356
  - spec/downloader_spec.rb
358
357
  - spec/extractor_spec.rb
359
358
  - spec/fixtures/vcr_cassettes/oddb2xml.json
@@ -427,9 +426,9 @@ test_files:
427
426
  - spec/data/swissmedic_orphans.html
428
427
  - spec/data/swissmedic_package.xlsx
429
428
  - spec/data/swissmedic_packages.html
429
+ - spec/data/transfer.dat
430
430
  - spec/data/wsdl_nonpharma.xml
431
431
  - spec/data/wsdl_pharma.xml
432
- - spec/data/zurrose_transfer.dat
433
432
  - spec/downloader_spec.rb
434
433
  - spec/extractor_spec.rb
435
434
  - spec/fixtures/vcr_cassettes/oddb2xml.json
data/Gemfile.lock DELETED
@@ -1,141 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- oddb2xml (2.3.8)
5
- archive-tar-minitar
6
- httpi (>= 2.4.1)
7
- mechanize
8
- multi_json
9
- nokogiri
10
- parslet
11
- rubyXL
12
- rubyntlm (= 0.5.1)
13
- rubyzip
14
- savon
15
- sax-machine
16
- spreadsheet
17
-
18
- GEM
19
- remote: https://rubygems.org/
20
- specs:
21
- addressable (2.3.8)
22
- akami (1.3.1)
23
- gyoku (>= 0.4.0)
24
- nokogiri
25
- archive-tar-minitar (0.5.2)
26
- blankslate (3.1.3)
27
- builder (3.2.2)
28
- byebug (8.2.0)
29
- coderay (1.1.0)
30
- crack (0.4.2)
31
- safe_yaml (~> 1.0.0)
32
- diff-lcs (1.2.5)
33
- domain_name (0.5.25)
34
- unf (>= 0.0.5, < 1.0.0)
35
- gyoku (1.3.1)
36
- builder (>= 2.1.2)
37
- hashdiff (0.2.3)
38
- http-cookie (1.0.2)
39
- domain_name (~> 0.5)
40
- httpi (2.4.1)
41
- rack
42
- json (1.8.3)
43
- mechanize (2.7.3)
44
- domain_name (~> 0.5, >= 0.5.1)
45
- http-cookie (~> 1.0)
46
- mime-types (~> 2.0)
47
- net-http-digest_auth (~> 1.1, >= 1.1.1)
48
- net-http-persistent (~> 2.5, >= 2.5.2)
49
- nokogiri (~> 1.4)
50
- ntlm-http (~> 0.1, >= 0.1.1)
51
- webrobots (>= 0.0.9, < 0.2)
52
- method_source (0.8.2)
53
- mime-types (2.99)
54
- mini_portile2 (2.0.0)
55
- multi_json (1.11.2)
56
- net-http-digest_auth (1.4)
57
- net-http-persistent (2.9.4)
58
- nokogiri (1.6.7.2)
59
- mini_portile2 (~> 2.0.0.rc2)
60
- nori (2.6.0)
61
- ntlm-http (0.1.1)
62
- parslet (1.7.1)
63
- blankslate (>= 2.0, <= 4.0)
64
- pry (0.10.3)
65
- coderay (~> 1.1.0)
66
- method_source (~> 0.8.1)
67
- slop (~> 3.4)
68
- pry-byebug (3.3.0)
69
- byebug (~> 8.0)
70
- pry (~> 0.10)
71
- pry-doc (0.8.0)
72
- pry (~> 0.9)
73
- yard (~> 0.8)
74
- rack (1.6.4)
75
- rake (10.4.2)
76
- rdoc (4.2.0)
77
- json (~> 1.4)
78
- rspec (3.4.0)
79
- rspec-core (~> 3.4.0)
80
- rspec-expectations (~> 3.4.0)
81
- rspec-mocks (~> 3.4.0)
82
- rspec-core (3.4.1)
83
- rspec-support (~> 3.4.0)
84
- rspec-expectations (3.4.0)
85
- diff-lcs (>= 1.2.0, < 2.0)
86
- rspec-support (~> 3.4.0)
87
- rspec-mocks (3.4.0)
88
- diff-lcs (>= 1.2.0, < 2.0)
89
- rspec-support (~> 3.4.0)
90
- rspec-support (3.4.1)
91
- ruby-ole (1.2.11.8)
92
- rubyXL (3.3.15)
93
- nokogiri (>= 1.4.4)
94
- rubyzip (>= 1.1.6)
95
- rubyntlm (0.5.1)
96
- rubyzip (1.1.7)
97
- safe_yaml (1.0.4)
98
- savon (2.11.1)
99
- akami (~> 1.2)
100
- builder (>= 2.1.2)
101
- gyoku (~> 1.2)
102
- httpi (~> 2.3)
103
- nokogiri (>= 1.4.0)
104
- nori (~> 2.4)
105
- wasabi (~> 3.4)
106
- sax-machine (1.3.2)
107
- slop (3.6.0)
108
- spreadsheet (1.1.0)
109
- ruby-ole (>= 1.0)
110
- timecop (0.8.0)
111
- unf (0.1.4)
112
- unf_ext
113
- unf_ext (0.0.7.1)
114
- vcr (3.0.0)
115
- wasabi (3.5.0)
116
- httpi (~> 2.0)
117
- nokogiri (>= 1.4.2)
118
- webmock (1.22.3)
119
- addressable (>= 2.3.6)
120
- crack (>= 0.3.2)
121
- hashdiff
122
- webrobots (0.1.1)
123
- yard (0.8.7.6)
124
-
125
- PLATFORMS
126
- ruby
127
-
128
- DEPENDENCIES
129
- bundler
130
- oddb2xml!
131
- pry-byebug
132
- pry-doc
133
- rake
134
- rdoc
135
- rspec
136
- timecop
137
- vcr
138
- webmock
139
-
140
- BUNDLED WITH
141
- 1.11.2