sandozxmlconv 1.0.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.
metadata ADDED
@@ -0,0 +1,123 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sandozxmlconv
3
+ version: !ruby/object:Gem::Version
4
+ hash: 23
5
+ prerelease:
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
11
+ platform: ruby
12
+ authors:
13
+ - Masaomi Hatakeyama, Zeno R.R. Davatz
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-02-22 00:00:00 +01:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: hoe
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 41
30
+ segments:
31
+ - 2
32
+ - 9
33
+ - 1
34
+ version: 2.9.1
35
+ type: :development
36
+ version_requirements: *id001
37
+ description: "* xml converter files for Sandoz Switzerland"
38
+ email:
39
+ - mhatakeyama@ywesee.com, zdavatz@ywesee.com
40
+ executables: []
41
+
42
+ extensions: []
43
+
44
+ extra_rdoc_files:
45
+ - History.txt
46
+ - README.txt
47
+ files:
48
+ - History.txt
49
+ - LICENSE
50
+ - README.txt
51
+ - Rakefile
52
+ - doc/index.rbx
53
+ - doc/propharma.rbx
54
+ - doc/resources/xmlconv.css
55
+ - doc/soap.rbx
56
+ - doc/sunstore.rbx
57
+ - doc/unilog.rbx
58
+ - doc/volksapotheke.rbx
59
+ - doc/wbmb.rbx
60
+ - etc/trans_handler.yml
61
+ - lib/conversion/bdd_csv.rb
62
+ - lib/conversion/pharmacieplus_bdd.rb
63
+ - lib/conversion/propharma_bdd.rb
64
+ - lib/conversion/sunstore_bdd.rb
65
+ - lib/conversion/wbmb_bdd.rb
66
+ - lib/conversion/xundart_bdd.rb
67
+ - lib/postprocess/bbmb.rb
68
+ - lib/postprocess/bbmb2.rb
69
+ - lib/postprocess/soap.rb
70
+ - lib/sandozxmlconv.rb
71
+ - test/mock.rb
72
+ - test/rcov
73
+ - test/suite.rb
74
+ - test/test_conversion/pharmacieplus_bdd.rb
75
+ - test/test_conversion/propharma_bdd.rb
76
+ - test/test_conversion/sunstore_bdd.rb
77
+ - test/test_conversion/wbmb_bdd.rb
78
+ - test/test_conversion/xundart_bdd.rb
79
+ - test/test_integration/pharmacieplus_csv.rb
80
+ - test/test_integration/propharma_csv.rb
81
+ - test/test_integration/sunstore_csv.rb
82
+ - test/test_integration/xundart_csv.rb
83
+ - test/test_postprocess/bbmb.rb
84
+ - test/test_postprocess/bbmb2.rb
85
+ - test/test_postprocess/soap.rb
86
+ - .gemtest
87
+ has_rdoc: true
88
+ homepage: http://scm.ywesee.com/?p=globopharm.xmlconv.bbmb.ch/.git;a=summary
89
+ licenses: []
90
+
91
+ post_install_message:
92
+ rdoc_options:
93
+ - --main
94
+ - README.txt
95
+ require_paths:
96
+ - lib
97
+ required_ruby_version: !ruby/object:Gem::Requirement
98
+ none: false
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ hash: 3
103
+ segments:
104
+ - 0
105
+ version: "0"
106
+ required_rubygems_version: !ruby/object:Gem::Requirement
107
+ none: false
108
+ requirements:
109
+ - - ">="
110
+ - !ruby/object:Gem::Version
111
+ hash: 3
112
+ segments:
113
+ - 0
114
+ version: "0"
115
+ requirements: []
116
+
117
+ rubyforge_project: sandozxmlconv
118
+ rubygems_version: 1.4.2
119
+ signing_key:
120
+ specification_version: 3
121
+ summary: "* xml converter files for Sandoz Switzerland"
122
+ test_files: []
123
+