elexis-wiki-interface 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +5 -10
- data/History.txt +4 -0
- data/lib/elexis/wiki/interface/version.rb +1 -1
- data/spec/data/push/ch.elexis.icpc/doc/icpc0.png +0 -0
- data/spec/data/push/ch.elexis.icpc/doc/icpc1.png +0 -0
- data/spec/data/push/ch.elexis.icpc/doc/icpc2.png +0 -0
- data/spec/data/push/ch.elexis.icpc/doc/icpc3.png +0 -0
- data/spec/data/push/ch.elexis.icpc/doc/icpc4.png +0 -0
- data/spec/data/push/ch.elexis.icpc/doc/icpc5.png +0 -0
- metadata +13 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2648db86e47b0f31d0000cc3a391a5e14f4d2961
|
4
|
+
data.tar.gz: 7215cc7f784d1c6fae10de1415300714670ec7c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cac2544523b57463976dd13a1852898eaf09fdc41a4ce3f1b4611a0be81258e75236c567b15aa5aaa757c391e2ef2594dd36cdc71719341e66d95ee8d56bdea
|
7
|
+
data.tar.gz: eeb844354ed4a01a7f14b3a75e0d58d39ec74fd334201602fb09360503b683e6aa6ce14f171b96c9694418c58b9c41fab2b60faf717cac7972603ef837f76358
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,15 +1,7 @@
|
|
1
|
-
GIT
|
2
|
-
remote: https://github.com/ngiger/eclipse-plugin
|
3
|
-
revision: 3304128c0deae0c1a5f8af5f7f621be5858d5395
|
4
|
-
specs:
|
5
|
-
eclipse-plugin (0.3)
|
6
|
-
nokogiri
|
7
|
-
rubyzip (< 1.0.0)
|
8
|
-
|
9
1
|
PATH
|
10
2
|
remote: .
|
11
3
|
specs:
|
12
|
-
elexis-wiki-interface (0.4.
|
4
|
+
elexis-wiki-interface (0.4.3)
|
13
5
|
eclipse-plugin (>= 0.1)
|
14
6
|
mediawiki-gateway
|
15
7
|
rubyzip (< 1.0.0)
|
@@ -22,6 +14,9 @@ GEM
|
|
22
14
|
docile (1.1.5)
|
23
15
|
domain_name (0.5.24)
|
24
16
|
unf (>= 0.0.5, < 1.0.0)
|
17
|
+
eclipse-plugin (0.3)
|
18
|
+
nokogiri
|
19
|
+
rubyzip (< 1.0.0)
|
25
20
|
http-cookie (1.0.2)
|
26
21
|
domain_name (~> 0.5)
|
27
22
|
json (1.8.3)
|
@@ -66,7 +61,7 @@ PLATFORMS
|
|
66
61
|
|
67
62
|
DEPENDENCIES
|
68
63
|
bundler (~> 1.10)
|
69
|
-
eclipse-plugin
|
64
|
+
eclipse-plugin
|
70
65
|
elexis-wiki-interface!
|
71
66
|
rake (~> 10.0)
|
72
67
|
rspec
|
data/History.txt
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elexis-wiki-interface
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niklaus Giger
|
@@ -174,6 +174,12 @@ files:
|
|
174
174
|
- spec/data/push/ch.elexis.icpc/META-INF/MANIFEST.MF
|
175
175
|
- spec/data/push/ch.elexis.icpc/doc/ch.elexis.icpc_icpc1.png
|
176
176
|
- spec/data/push/ch.elexis.icpc/doc/favicon_green.png
|
177
|
+
- spec/data/push/ch.elexis.icpc/doc/icpc0.png
|
178
|
+
- spec/data/push/ch.elexis.icpc/doc/icpc1.png
|
179
|
+
- spec/data/push/ch.elexis.icpc/doc/icpc2.png
|
180
|
+
- spec/data/push/ch.elexis.icpc/doc/icpc3.png
|
181
|
+
- spec/data/push/ch.elexis.icpc/doc/icpc4.png
|
182
|
+
- spec/data/push/ch.elexis.icpc/doc/icpc5.png
|
177
183
|
- spec/data/push/ch.elexis.icpc/doc/test.mediawiki
|
178
184
|
- spec/data/push/ch.elexis.icpc/plugin.xml
|
179
185
|
- spec/pull_spec.rb
|
@@ -235,6 +241,12 @@ test_files:
|
|
235
241
|
- spec/data/push/ch.elexis.icpc/META-INF/MANIFEST.MF
|
236
242
|
- spec/data/push/ch.elexis.icpc/doc/ch.elexis.icpc_icpc1.png
|
237
243
|
- spec/data/push/ch.elexis.icpc/doc/favicon_green.png
|
244
|
+
- spec/data/push/ch.elexis.icpc/doc/icpc0.png
|
245
|
+
- spec/data/push/ch.elexis.icpc/doc/icpc1.png
|
246
|
+
- spec/data/push/ch.elexis.icpc/doc/icpc2.png
|
247
|
+
- spec/data/push/ch.elexis.icpc/doc/icpc3.png
|
248
|
+
- spec/data/push/ch.elexis.icpc/doc/icpc4.png
|
249
|
+
- spec/data/push/ch.elexis.icpc/doc/icpc5.png
|
238
250
|
- spec/data/push/ch.elexis.icpc/doc/test.mediawiki
|
239
251
|
- spec/data/push/ch.elexis.icpc/plugin.xml
|
240
252
|
- spec/pull_spec.rb
|