simditor 2.1.8.1 → 2.1.9.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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d750ced53059dd12de1a7c2144fda6d8aac21bf1
|
4
|
+
data.tar.gz: 72e4001ed56f699463ee28f62ee3c43ba68cec88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 606c08353d87680e70bf856e3cd41c00f8cb0f0cbf243032bb74a1b140a5e149fa4529f01e722d5233a3b18915eee7cba6346985b86fa19358e46c2bf1d9226a
|
7
|
+
data.tar.gz: d3f783e2be9b693d3accd536ec0ffde6e13b374011cdb8e7ba0eafec42217a6aa489f9e7841ac222301ae3f82585c6a2014cf5db0c223d022e6fb8cb8ebeda21
|
data/lib/simditor/version.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/*!
|
2
|
-
* Simditor v2.1.
|
2
|
+
* Simditor v2.1.9
|
3
3
|
* http://simditor.tower.im/
|
4
|
-
* 2015-
|
4
|
+
* 2015-28-04
|
5
5
|
*/
|
6
6
|
(function (root, factory) {
|
7
7
|
if (typeof define === 'function' && define.amd) {
|
@@ -13,7 +13,7 @@
|
|
13
13
|
// Node. Does not work with strict CommonJS, but
|
14
14
|
// only CommonJS-like environments that support module.exports,
|
15
15
|
// like Node.
|
16
|
-
module.exports = factory(require("jquery"),require("
|
16
|
+
module.exports = factory(require("jquery"),require("simplemodule"),require("simple-hotkeys"),require("simple-uploader"));
|
17
17
|
} else {
|
18
18
|
root['Simditor'] = factory(jQuery,SimpleModule,simple.hotkeys,simple.uploader);
|
19
19
|
}
|
@@ -620,6 +620,7 @@ $simditor-button-height: 40px;
|
|
620
620
|
font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
|
621
621
|
white-space: pre;
|
622
622
|
word-wrap: normal;
|
623
|
+
overflow-x: auto;
|
623
624
|
}
|
624
625
|
|
625
626
|
code {
|
@@ -678,4 +679,3 @@ $simditor-button-height: 40px;
|
|
678
679
|
}
|
679
680
|
}
|
680
681
|
}
|
681
|
-
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wentao Liu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Rails assets wrapper for https://github.com/mycolorway/simditor
|
14
14
|
email:
|