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: 98cd558cbf981c940b9c286f960880f044d797d2
4
- data.tar.gz: 55983df9d373ec96b6b42e6d07088ebb155e1ed6
3
+ metadata.gz: d750ced53059dd12de1a7c2144fda6d8aac21bf1
4
+ data.tar.gz: 72e4001ed56f699463ee28f62ee3c43ba68cec88
5
5
  SHA512:
6
- metadata.gz: 24bc0f5692646d59620632b172d206be76dc7a0d2f09e368088828d8f63fc3651c546882ef5f7a2a9282162c63fb7eceb9f564bbd61edefd7e49296b1efaf2af
7
- data.tar.gz: 25a9b737a33ac219cebd9d4b5fcbcdb18d70ccf910e6b5149ca1cbd4ed1d343104626162a34766d46093cf831a46ab24cc6f9c18910ca5692826acf1f4fc7ad5
6
+ metadata.gz: 606c08353d87680e70bf856e3cd41c00f8cb0f0cbf243032bb74a1b140a5e149fa4529f01e722d5233a3b18915eee7cba6346985b86fa19358e46c2bf1d9226a
7
+ data.tar.gz: d3f783e2be9b693d3accd536ec0ffde6e13b374011cdb8e7ba0eafec42217a6aa489f9e7841ac222301ae3f82585c6a2014cf5db0c223d022e6fb8cb8ebeda21
@@ -1,5 +1,5 @@
1
1
  module Simditor
2
2
  module Version
3
- EDITOR = "2.1.8.1"
3
+ EDITOR = "2.1.9.0"
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Simditor v2.1.8
2
+ * Simditor v2.1.9
3
3
  * http://simditor.tower.im/
4
- * 2015-20-04
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("simple-module"),require("simple-hotkeys"),require("simple-uploader"));
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.8.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-21 00:00:00.000000000 Z
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: