elexis-wiki-interface 0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. data/.gitignore +18 -0
  2. data/.travis.yml +24 -0
  3. data/Gemfile +15 -0
  4. data/Gemfile.lock +94 -0
  5. data/LICENSE +674 -0
  6. data/README.textile +104 -0
  7. data/Rakefile +6 -0
  8. data/bin/wiki_pull +6 -0
  9. data/bin/wiki_pull_daily +25 -0
  10. data/bin/wiki_push +5 -0
  11. data/elexis-wiki-interface.gemspec +28 -0
  12. data/lib/elexis/wiki/interface.rb +8 -0
  13. data/lib/elexis/wiki/interface/version.rb +7 -0
  14. data/lib/elexis/wiki/interface/workspace.rb +298 -0
  15. data/spec/data/doc/doc_de/.project +42 -0
  16. data/spec/data/pull/ch.elexis.agenda/.project +36 -0
  17. data/spec/data/pull/ch.elexis.agenda/META-INF/MANIFEST.MF +33 -0
  18. data/spec/data/pull/ch.elexis.agenda/plugin.properties +8 -0
  19. data/spec/data/pull/ch.elexis.agenda/plugin.xml +209 -0
  20. data/spec/data/pull/ch.elexis.agenda/plugin_de.properties +8 -0
  21. data/spec/data/pull/ch.elexis.agenda/plugin_en.properties +8 -0
  22. data/spec/data/pull/ch.elexis.agenda/plugin_fr.properties +7 -0
  23. data/spec/data/pull/ch.elexis.core.application.feature/.project +23 -0
  24. data/spec/data/pull/ch.elexis.core.application.feature/build.properties +1 -0
  25. data/spec/data/pull/ch.elexis.core.application.feature/feature.xml +699 -0
  26. data/spec/data/pull/ch.elexis.core.application.feature/pom.xml +12 -0
  27. data/spec/data/pull/ch.elexis.icpc/.project +28 -0
  28. data/spec/data/pull/ch.elexis.icpc/META-INF/MANIFEST.MF +26 -0
  29. data/spec/data/pull/ch.elexis.icpc/plugin.xml +74 -0
  30. data/spec/data/pull/ch.elexis.notes/.project +34 -0
  31. data/spec/data/pull/ch.elexis.notes/META-INF/MANIFEST.MF +17 -0
  32. data/spec/data/pull/ch.elexis.notes/plugin.properties +1 -0
  33. data/spec/data/pull/ch.elexis.notes/plugin.xml +36 -0
  34. data/spec/data/pull/ch.elexis.notes/plugin_de.properties +3 -0
  35. data/spec/data/pull/ch.elexis.notes/plugin_en.properties +3 -0
  36. data/spec/data/pull/ch.elexis.notes/plugin_fr.properties +3 -0
  37. data/spec/data/pull/doc_de/.project +42 -0
  38. data/spec/data/pull/doc_de/Doc_de_abrechnungssystem1.png +0 -0
  39. data/spec/data/pull/doc_de/doc_de.mediawiki +1842 -0
  40. data/spec/data/push/ch.elexis.icpc/.project +28 -0
  41. data/spec/data/push/ch.elexis.icpc/META-INF/MANIFEST.MF +26 -0
  42. data/spec/data/push/ch.elexis.icpc/doc/favicon_green.png +0 -0
  43. data/spec/data/push/ch.elexis.icpc/doc/test.mediawiki +3 -0
  44. data/spec/data/push/ch.elexis.icpc/plugin.xml +74 -0
  45. data/spec/pull_spec.rb +99 -0
  46. data/spec/push_spec.rb +29 -0
  47. data/spec/spec_helper.rb +18 -0
  48. metadata +258 -0
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projectDescription>
3
+ <name>ch.elexis.icpc</name>
4
+ <comment></comment>
5
+ <projects>
6
+ </projects>
7
+ <buildSpec>
8
+ <buildCommand>
9
+ <name>org.eclipse.jdt.core.javabuilder</name>
10
+ <arguments>
11
+ </arguments>
12
+ </buildCommand>
13
+ <buildCommand>
14
+ <name>org.eclipse.pde.ManifestBuilder</name>
15
+ <arguments>
16
+ </arguments>
17
+ </buildCommand>
18
+ <buildCommand>
19
+ <name>org.eclipse.pde.SchemaBuilder</name>
20
+ <arguments>
21
+ </arguments>
22
+ </buildCommand>
23
+ </buildSpec>
24
+ <natures>
25
+ <nature>org.eclipse.pde.PluginNature</nature>
26
+ <nature>org.eclipse.jdt.core.javanature</nature>
27
+ </natures>
28
+ </projectDescription>
@@ -0,0 +1,26 @@
1
+ Manifest-Version: 1.0
2
+ Bundle-ManifestVersion: 2
3
+ Bundle-Name: Elexis Plugin für ICPC 2
4
+ Bundle-SymbolicName: ch.elexis.icpc;singleton:=true
5
+ Bundle-Version: 3.0.0.qualifier
6
+ Bundle-Vendor: elexis.ch
7
+ Bundle-Localization: plugin
8
+ Require-Bundle: ch.elexis.core;bundle-version="3.0.0",
9
+ ch.elexis.core.data;bundle-version="3.0.0",
10
+ ch.elexis.core.ui;bundle-version="3.0.0",
11
+ ch.elexis.core.ui.icons;bundle-version="3.0.0",
12
+ ch.elexis.core.ui.importer.div;bundle-version="3.0.0",
13
+ ch.rgw.utility,
14
+ org.eclipse.core.runtime,
15
+ org.eclipse.ui,
16
+ org.eclipse.ui.forms,
17
+ com.healthmarketscience.jackcess,
18
+ ch.elexis.core.ui.medication,
19
+ ch.elexis.core.ui.laboratory,
20
+ ch.elexis.core.ui.contacts
21
+ Eclipse-LazyStart: false
22
+ Bundle-Activator: ch.elexis.icpc.Activator
23
+ Export-Package: ch.elexis.icpc; uses:="org.eclipse.core.runtime, ch.rgw.tools, ch.elexis.actions, ch.elexis.util, ch.elexis.data, ch.elexis.views.codesystems, ch.elexis.icpc.views, org.eclipse.ui, org.eclipse.swt.custom, org.eclipse.ui.plugin, org.eclipse.ui.forms.widgets, org.eclipse.osgi.util, ch.elexis.text, ch.elexis.views, ch.elexis.util.viewers, org.eclipse.jface.viewers, org.osgi.framework, org.eclipse.swt.widgets"
24
+ Created-By: Buildr
25
+ Bundle-RequiredExecutionEnvironment: JavaSE-1.7
26
+
@@ -0,0 +1,3 @@
1
+ == Test ==
2
+
3
+ Bitte ignorieren. Wird für Tests verwendet.
@@ -0,0 +1,74 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <?eclipse version="3.1"?>
3
+ <plugin>
4
+ <extension
5
+ point="ch.elexis.core.ui.Diagnosecode">
6
+ <Diagnosesystem
7
+ CodeDetailDisplay="ch.elexis.icpc.DetailDisplay"
8
+ CodeSelectorFactory="ch.elexis.icpc.CodeSelectorFactory"
9
+ ElementFactory="ch.elexis.icpc.IcpcFactory"
10
+ ImporterClass="ch.elexis.icpc.IcpcImporter"
11
+ name="ICPC2"/>
12
+ </extension>
13
+ <extension
14
+ point="ch.elexis.core.data.PersistentReference">
15
+ <Factory
16
+ Class="ch.elexis.icpc.IcpcFactory"
17
+ name="IcpcFactory"/>
18
+ </extension>
19
+ <extension
20
+ point="ch.elexis.core.data.DataAccess">
21
+ <DataAccess
22
+ class="ch.elexis.icpc.DataAccessor"
23
+ name="ICPC">
24
+ </DataAccess>
25
+ </extension>
26
+ <extension
27
+ point="org.eclipse.ui.views">
28
+ <category
29
+ id="ch.elexis.icpcCategory"
30
+ name="ICPC"/>
31
+ <view
32
+ category="ch.elexis.icpcCategory"
33
+ class="ch.elexis.icpc.views.EpisodesView"
34
+ icon="icons/wonca16.png"
35
+ id="ch.elexis.icpc.episodesView"
36
+ name="Probleme"/>
37
+ <view
38
+ category="ch.elexis.icpcCategory"
39
+ class="ch.elexis.icpc.views.EncounterView"
40
+ icon="icons/wonca16.png"
41
+ id="ch.elexis.icpc.encounterView"
42
+ name="Encounters"/>
43
+ <view
44
+ allowMultiple="false"
45
+ category="ch.elexis.icpcCategory"
46
+ class="ch.elexis.icpc.views.ICPCCodesView"
47
+ icon="icons/wonca16.png"
48
+ id="ch.elexis.icpc.codesView"
49
+ name="ICPC2-Codes">
50
+ </view>
51
+ </extension>
52
+ <extension
53
+ point="org.eclipse.ui.perspectives">
54
+ <perspective
55
+ class="ch.elexis.icpc.views.IcpcPerspektive"
56
+ fixed="false"
57
+ icon="icons/wonca16.png"
58
+ id="ch.elexis.icpc.perspective"
59
+ name="ICPC "/>
60
+ </extension>
61
+ <extension
62
+ point="ch.elexis.core.ui.KonsExtension">
63
+ <Link
64
+ KonsExtension="ch.elexis.icpc.KonsExtension"
65
+ name="ICPC"/>
66
+ </extension>
67
+ <extension
68
+ point="ch.elexis.core.ui.Sidebar">
69
+ <Perspektive
70
+ ID="ch.elexis.icpc.perspective"
71
+ name="ICPC-2"/>
72
+ </extension>
73
+
74
+ </plugin>
data/spec/pull_spec.rb ADDED
@@ -0,0 +1,99 @@
1
+ #encoding : utf-8
2
+ require 'spec_helper'
3
+
4
+ require 'elexis/wiki/interface'
5
+ require "elexis/wiki/interface/workspace"
6
+ describe 'Plugin' do
7
+
8
+ def remove_all_mediawiki
9
+ files2rm = Dir.glob("#{@dataDir}/**/*.mediawiki") + Dir.glob("#{@dataDir}/**/*.png")
10
+ FileUtils.rm(files2rm, :verbose => $VERBOSE) if files2rm.size > 0
11
+ system("git checkout #{@dataDir}")
12
+ end
13
+ before :all do
14
+ @dataDir = File.expand_path(File.join(File.dirname(__FILE__), 'data', 'pull'))
15
+ end
16
+
17
+ before :each do
18
+ remove_all_mediawiki
19
+ end
20
+
21
+ after :each do
22
+ remove_all_mediawiki
23
+ end
24
+
25
+ it "should pull doc.de ch.elexis.core.ui" do
26
+ # TODO: Handle http://wiki.elexis.info/Doc_de
27
+ # TODO: http://wiki.elexis.info/Doc_de
28
+ # Nach elexis-3-base?
29
+ # @dataDir = File.expand_path(File.join(File.dirname(__FILE__), 'data', 'doc'))
30
+ workspace = Elexis::Wiki::Interface::Workspace.new(@dataDir)
31
+ workspace.pull
32
+ search = "#{@dataDir}/?oc_??/*.mediawiki"
33
+ mediawikis = Dir.glob(search)
34
+ expect(mediawikis.size).to eq 1
35
+ end
36
+
37
+ it "should pull all mediawiki content for ch.elexis.core.ui" do
38
+ # TODO: http://wiki.elexis.info/Ch.elexis.core.ui.feature.feature.group
39
+ workspace = Elexis::Wiki::Interface::Workspace.new(@dataDir)
40
+ workspace.pull
41
+ workspace.info.show
42
+ expect(workspace.info.views.size).to eq 9
43
+ expect(workspace.info.preferencePages.size).to eq 8
44
+ expect(workspace.info.perspectives.size).to eq 2
45
+ expect(workspace.info.plugins.size).to eq 3
46
+ expect(workspace.info.features.size).to eq 1
47
+ search = "#{@dataDir}/**/*.mediawiki"
48
+ mediawikis = Dir.glob(search)
49
+ expect(mediawikis.size).to be > 1
50
+ workspace.show_missing(true)
51
+ expect(workspace.views_missing_documentation.size).to be <= 9
52
+ expect(workspace.plugins_missing_documentation.size).to eq 0
53
+ expect(workspace.perspectives_missing_documentation.size).to be <= 1
54
+ if $VERBOSE
55
+ search = "#{@dataDir}/**/*.mediawiki"
56
+ wiki_files = Dir.glob(search)
57
+ puts "We have the pulled the following wiki_files\n#{wiki_files.join("\n")}"
58
+ end
59
+ name = File.join(@dataDir, "ch.elexis.core.application.feature", "doc", "Ch.elexis.core.application.feature.feature.group.mediawiki")
60
+ expect(Dir.glob(name).size).to eq 1
61
+ name = File.join(@dataDir, "ch.elexis.core.application.feature", "Ch.elexis.core.application.feature.feature.group.mediawiki")
62
+ expect(Dir.glob(name).size).to eq 0
63
+ name = File.join(@dataDir, "ch.elexis.agenda", "doc", "Ch.elexis.agenda.mediawiki")
64
+ expect(Dir.glob(name).size).to eq 1
65
+ name = File.join(@dataDir, "ch.elexis.agenda", "*.mediawiki")
66
+ expect(Dir.glob(name).size).to eq(0)
67
+
68
+ name = File.join(@dataDir, "ch.elexis.notes", "doc", "Ch.elexis.notes.mediawiki")
69
+ expect(Dir.glob(name).size).to eq 1
70
+ search = "#{@dataDir}/**/doc/*.png"
71
+ images = Dir.glob(search)
72
+ images.each{
73
+ |img|
74
+ expect(/:/.match(img)).to be_nil
75
+ }
76
+ expect(images.size).to be >= 1
77
+ expect(workspace.features_missing_documentation.size).to eq 0
78
+ name = File.join(@dataDir, "ch.elexis.core.application.feature", "doc", "*mediawiki")
79
+ expect(Dir.glob(name).size).to eq 1
80
+
81
+ name = File.join(@dataDir, "ch.elexis.icpc", "doc", "P_ICPC.mediawiki")
82
+ expect(Dir.glob(name).size).to eq 1
83
+ name = File.join(@dataDir, "ch.elexis.icpc", "doc", "ChElexisIcpcViewsEpisodesview.mediawiki")
84
+ expect(Dir.glob(name).size).to eq 1
85
+ name = File.join(@dataDir, "ch.elexis.icpc", "doc", "Ch.elexis.icpc.mediawiki")
86
+ expect(Dir.glob(name).size).to eq 1
87
+ content = IO.read(name)
88
+ m = /(Image:[\w\.]+):(\w+.png)/.match(content)
89
+ expect(m).to be_nil
90
+ m = /(Image:[\w\.]+)_(\w+.png)/.match(content)
91
+ expect(m[0]).to eq 'Image:ch.elexis.icpc_icpc0.png'
92
+ end
93
+
94
+ it "should show all users" do
95
+ workspace = Elexis::Wiki::Interface::Workspace.new(@dataDir)
96
+ puts "We have #{workspace.mw.users.size} wiki users"
97
+ end
98
+
99
+ end
data/spec/push_spec.rb ADDED
@@ -0,0 +1,29 @@
1
+ #encoding : utf-8
2
+ require 'spec_helper'
3
+
4
+ require 'elexis/wiki/interface'
5
+ require "elexis/wiki/interface/workspace"
6
+
7
+ describe 'Plugin' do
8
+
9
+ before :all do
10
+ @dataDir = File.expand_path(File.join(File.dirname(__FILE__), 'data', 'push'))
11
+ end
12
+
13
+ before :each do
14
+ end
15
+
16
+ it "should push a test page to the wiki.elexis.info" do
17
+ fqdn = `hostname -f`
18
+ pending 'do not run push test on travis' if fqdn.match(/travis-ci.org/)
19
+ hasConfig = File.exists?('/etc/elexis-wiki-interface/config.yml') or File.exists?(File.join(Dir.pwd, 'config.yml'))
20
+ pending 'no config file' unless hasConfig
21
+ search = "#{@dataDir}/**/*.mediawiki"
22
+ mediawikis = Dir.glob(search)
23
+ expect mediawikis.size == 1
24
+ workspace = Elexis::Wiki::Interface::Workspace.new(@dataDir)
25
+ workspace.push
26
+ content = workspace.mw.get('test')
27
+ expect content != nil
28
+ end
29
+ end
@@ -0,0 +1,18 @@
1
+ require "bundler"
2
+ Bundler.setup(:default, :development)
3
+
4
+ unless RUBY_PLATFORM =~ /java/
5
+ begin
6
+ require 'pry'
7
+ rescue Exception
8
+ # ignore it
9
+ end
10
+ require "simplecov"
11
+ SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter
12
+ SimpleCov.start do
13
+ add_filter "spec"
14
+ end
15
+ end
16
+
17
+ require "rspec"
18
+
metadata ADDED
@@ -0,0 +1,258 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: elexis-wiki-interface
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.4'
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Niklaus Giger
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2015-07-29 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rubyzip
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - <
20
+ - !ruby/object:Gem::Version
21
+ version: 1.0.0
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - <
28
+ - !ruby/object:Gem::Version
29
+ version: 1.0.0
30
+ - !ruby/object:Gem::Dependency
31
+ name: unicode
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ - !ruby/object:Gem::Dependency
47
+ name: mediawiki-gateway
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ type: :runtime
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ - !ruby/object:Gem::Dependency
63
+ name: eclipse-plugin
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0.1'
70
+ type: :runtime
71
+ prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0.1'
78
+ - !ruby/object:Gem::Dependency
79
+ name: bundler
80
+ requirement: !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - ~>
84
+ - !ruby/object:Gem::Version
85
+ version: '1.10'
86
+ type: :development
87
+ prerelease: false
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ~>
92
+ - !ruby/object:Gem::Version
93
+ version: '1.10'
94
+ - !ruby/object:Gem::Dependency
95
+ name: rake
96
+ requirement: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ~>
100
+ - !ruby/object:Gem::Version
101
+ version: '10.0'
102
+ type: :development
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ~>
108
+ - !ruby/object:Gem::Version
109
+ version: '10.0'
110
+ - !ruby/object:Gem::Dependency
111
+ name: rspec
112
+ requirement: !ruby/object:Gem::Requirement
113
+ none: false
114
+ requirements:
115
+ - - ! '>='
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ none: false
122
+ requirements:
123
+ - - ! '>='
124
+ - !ruby/object:Gem::Version
125
+ version: '0'
126
+ - !ruby/object:Gem::Dependency
127
+ name: simplecov
128
+ requirement: !ruby/object:Gem::Requirement
129
+ none: false
130
+ requirements:
131
+ - - ! '>='
132
+ - !ruby/object:Gem::Version
133
+ version: '0'
134
+ type: :development
135
+ prerelease: false
136
+ version_requirements: !ruby/object:Gem::Requirement
137
+ none: false
138
+ requirements:
139
+ - - ! '>='
140
+ - !ruby/object:Gem::Version
141
+ version: '0'
142
+ description: Support for pulling/pushing wiki content from source repository to elexis.wiki
143
+ email:
144
+ - niklaus.giger@member.fsf.org
145
+ executables:
146
+ - wiki_pull
147
+ - wiki_pull_daily
148
+ - wiki_push
149
+ extensions: []
150
+ extra_rdoc_files: []
151
+ files:
152
+ - .gitignore
153
+ - .travis.yml
154
+ - Gemfile
155
+ - Gemfile.lock
156
+ - LICENSE
157
+ - README.textile
158
+ - Rakefile
159
+ - bin/wiki_pull
160
+ - bin/wiki_pull_daily
161
+ - bin/wiki_push
162
+ - elexis-wiki-interface.gemspec
163
+ - lib/elexis/wiki/interface.rb
164
+ - lib/elexis/wiki/interface/version.rb
165
+ - lib/elexis/wiki/interface/workspace.rb
166
+ - spec/data/doc/doc_de/.project
167
+ - spec/data/pull/ch.elexis.agenda/.project
168
+ - spec/data/pull/ch.elexis.agenda/META-INF/MANIFEST.MF
169
+ - spec/data/pull/ch.elexis.agenda/plugin.properties
170
+ - spec/data/pull/ch.elexis.agenda/plugin.xml
171
+ - spec/data/pull/ch.elexis.agenda/plugin_de.properties
172
+ - spec/data/pull/ch.elexis.agenda/plugin_en.properties
173
+ - spec/data/pull/ch.elexis.agenda/plugin_fr.properties
174
+ - spec/data/pull/ch.elexis.core.application.feature/.project
175
+ - spec/data/pull/ch.elexis.core.application.feature/build.properties
176
+ - spec/data/pull/ch.elexis.core.application.feature/feature.xml
177
+ - spec/data/pull/ch.elexis.core.application.feature/pom.xml
178
+ - spec/data/pull/ch.elexis.icpc/.project
179
+ - spec/data/pull/ch.elexis.icpc/META-INF/MANIFEST.MF
180
+ - spec/data/pull/ch.elexis.icpc/plugin.xml
181
+ - spec/data/pull/ch.elexis.notes/.project
182
+ - spec/data/pull/ch.elexis.notes/META-INF/MANIFEST.MF
183
+ - spec/data/pull/ch.elexis.notes/plugin.properties
184
+ - spec/data/pull/ch.elexis.notes/plugin.xml
185
+ - spec/data/pull/ch.elexis.notes/plugin_de.properties
186
+ - spec/data/pull/ch.elexis.notes/plugin_en.properties
187
+ - spec/data/pull/ch.elexis.notes/plugin_fr.properties
188
+ - spec/data/pull/doc_de/.project
189
+ - spec/data/pull/doc_de/Doc_de_abrechnungssystem1.png
190
+ - spec/data/pull/doc_de/doc_de.mediawiki
191
+ - spec/data/push/ch.elexis.icpc/.project
192
+ - spec/data/push/ch.elexis.icpc/META-INF/MANIFEST.MF
193
+ - spec/data/push/ch.elexis.icpc/doc/favicon_green.png
194
+ - spec/data/push/ch.elexis.icpc/doc/test.mediawiki
195
+ - spec/data/push/ch.elexis.icpc/plugin.xml
196
+ - spec/pull_spec.rb
197
+ - spec/push_spec.rb
198
+ - spec/spec_helper.rb
199
+ homepage: http://wiki.elexis.info
200
+ licenses:
201
+ - GPLv3
202
+ post_install_message:
203
+ rdoc_options: []
204
+ require_paths:
205
+ - lib
206
+ required_ruby_version: !ruby/object:Gem::Requirement
207
+ none: false
208
+ requirements:
209
+ - - ! '>='
210
+ - !ruby/object:Gem::Version
211
+ version: '0'
212
+ required_rubygems_version: !ruby/object:Gem::Requirement
213
+ none: false
214
+ requirements:
215
+ - - ! '>='
216
+ - !ruby/object:Gem::Version
217
+ version: '0'
218
+ requirements: []
219
+ rubyforge_project:
220
+ rubygems_version: 1.8.23.2
221
+ signing_key:
222
+ specification_version: 3
223
+ summary: Interface between elexis source and wiki
224
+ test_files:
225
+ - spec/data/doc/doc_de/.project
226
+ - spec/data/pull/ch.elexis.agenda/.project
227
+ - spec/data/pull/ch.elexis.agenda/META-INF/MANIFEST.MF
228
+ - spec/data/pull/ch.elexis.agenda/plugin.properties
229
+ - spec/data/pull/ch.elexis.agenda/plugin.xml
230
+ - spec/data/pull/ch.elexis.agenda/plugin_de.properties
231
+ - spec/data/pull/ch.elexis.agenda/plugin_en.properties
232
+ - spec/data/pull/ch.elexis.agenda/plugin_fr.properties
233
+ - spec/data/pull/ch.elexis.core.application.feature/.project
234
+ - spec/data/pull/ch.elexis.core.application.feature/build.properties
235
+ - spec/data/pull/ch.elexis.core.application.feature/feature.xml
236
+ - spec/data/pull/ch.elexis.core.application.feature/pom.xml
237
+ - spec/data/pull/ch.elexis.icpc/.project
238
+ - spec/data/pull/ch.elexis.icpc/META-INF/MANIFEST.MF
239
+ - spec/data/pull/ch.elexis.icpc/plugin.xml
240
+ - spec/data/pull/ch.elexis.notes/.project
241
+ - spec/data/pull/ch.elexis.notes/META-INF/MANIFEST.MF
242
+ - spec/data/pull/ch.elexis.notes/plugin.properties
243
+ - spec/data/pull/ch.elexis.notes/plugin.xml
244
+ - spec/data/pull/ch.elexis.notes/plugin_de.properties
245
+ - spec/data/pull/ch.elexis.notes/plugin_en.properties
246
+ - spec/data/pull/ch.elexis.notes/plugin_fr.properties
247
+ - spec/data/pull/doc_de/.project
248
+ - spec/data/pull/doc_de/Doc_de_abrechnungssystem1.png
249
+ - spec/data/pull/doc_de/doc_de.mediawiki
250
+ - spec/data/push/ch.elexis.icpc/.project
251
+ - spec/data/push/ch.elexis.icpc/META-INF/MANIFEST.MF
252
+ - spec/data/push/ch.elexis.icpc/doc/favicon_green.png
253
+ - spec/data/push/ch.elexis.icpc/doc/test.mediawiki
254
+ - spec/data/push/ch.elexis.icpc/plugin.xml
255
+ - spec/pull_spec.rb
256
+ - spec/push_spec.rb
257
+ - spec/spec_helper.rb
258
+ has_rdoc: