elexis-wiki-interface 0.4.2 → 0.4.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6034df25bce2b462c608185293c9082d96ec3330
4
- data.tar.gz: 67967459d7facf953f98a562854e3c8ed761227a
3
+ metadata.gz: 2648db86e47b0f31d0000cc3a391a5e14f4d2961
4
+ data.tar.gz: 7215cc7f784d1c6fae10de1415300714670ec7c0
5
5
  SHA512:
6
- metadata.gz: 8da98e582a5ab3f86403f77bc444352cce5e9d2e2a71d8d01466f9eb29cd4abbbd5904c8dc83601baf1cfbb7f429373670ff99f1fe2db15679d2a77d01b5fa21
7
- data.tar.gz: a8aa66f023a3d00c2cf46a3841a11855af99530231a45727d176cfad346dbe9cde3d7768ecac7b070bfe49b48c9bb70200c9a45ab07fd546c62af68e87563179
6
+ metadata.gz: 9cac2544523b57463976dd13a1852898eaf09fdc41a4ce3f1b4611a0be81258e75236c567b15aa5aaa757c391e2ef2594dd36cdc71719341e66d95ee8d56bdea
7
+ data.tar.gz: eeb844354ed4a01a7f14b3a75e0d58d39ec74fd334201602fb09360503b683e6aa6ce14f171b96c9694418c58b9c41fab2b60faf717cac7972603ef837f76358
data/Gemfile CHANGED
@@ -4,4 +4,4 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
 
7
- gem 'eclipse-plugin', :git => 'https://github.com/ngiger/eclipse-plugin'
7
+ gem 'eclipse-plugin' # , :git => 'https://github.com/ngiger/eclipse-plugin'
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.2)
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
@@ -1,3 +1,7 @@
1
+ === 0.4.3 / 07.08.2015
2
+
3
+ * Use gem eclipse-plugin from rubygem not github
4
+
1
5
  === 0.4.2 / 29.07.2015
2
6
 
3
7
  * Remove and correct obsolete image with name like <id>_somename.png
@@ -1,7 +1,7 @@
1
1
  module Elexis
2
2
  module Wiki
3
3
  module Interface
4
- VERSION = "0.4.2"
4
+ VERSION = "0.4.3"
5
5
  end
6
6
  end
7
7
  end
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.2
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