wirispluginengine 7.14.0.1422 → 7.15.0.1425
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 +4 -4
- data/app/assets/javascripts/wirispluginengine/WIRISplugins.js +2 -2
- data/lib/wirispluginengine/version.rb +1 -1
- data/resources/VERSION +1 -1
- data/resources/tech.txt +1 -1
- metadata +2 -3
- data/resources/WIRISplugins.js +0 -3809
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21086c24b2f9bcd5133310ef820913c529ab4fe1
|
4
|
+
data.tar.gz: 76702c68fd5524756abcad9bde809c5dc24ead4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f854072ed1ecc5d81053bf95ee3ea67195f47043fd7834c00eab702bd2966d13937faadfdfa0c04c1a052c309238473973739258684bb33e15f8e45375d4ffd
|
7
|
+
data.tar.gz: 67c9e15b97a95bced09eeb8c2f4465f8577dd5573f1894994aa2b03084433b711c70ae424f1708846f556c928ed7171c7f92ccef79ca9a2afe3a099de6fdfaac
|
@@ -3789,8 +3789,8 @@ js.XMLHttpRequest = window.XMLHttpRequest?XMLHttpRequest:window.ActiveXObject?fu
|
|
3789
3789
|
}(this));
|
3790
3790
|
com.wiris.js.JsPluginViewer.USE_CREATE_IMAGE = 1;
|
3791
3791
|
com.wiris.js.JsPluginViewer.DEBUG = false;
|
3792
|
-
com.wiris.js.JsPluginViewer.TECH = "
|
3793
|
-
com.wiris.js.JsPluginViewer.VERSION = "7.
|
3792
|
+
com.wiris.js.JsPluginViewer.TECH = "ruby";
|
3793
|
+
com.wiris.js.JsPluginViewer.VERSION = "7.15.0.1425";
|
3794
3794
|
com.wiris.system.JsDOMUtils.TOUCHHOLD_MOVE_MARGIN = 10;
|
3795
3795
|
com.wiris.system.JsDOMUtils.browser = new com.wiris.system.JsBrowser();
|
3796
3796
|
com.wiris.system.JsDOMUtils.initialized = false;
|
data/resources/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
7.
|
1
|
+
7.15.0.1425
|
data/resources/tech.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
ruby
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wirispluginengine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.
|
4
|
+
version: 7.15.0.1425
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wiris
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -187,7 +187,6 @@ files:
|
|
187
187
|
- lib/wirispluginengine/version.rb
|
188
188
|
- resources/VERSION
|
189
189
|
- resources/WEB-INF/web.xml
|
190
|
-
- resources/WIRISplugins.js
|
191
190
|
- resources/default-configuration.ini
|
192
191
|
- resources/tech.txt
|
193
192
|
- resources/wirisplugin.css
|