dante-editor 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/dante/editor.js.coffee +67 -26
- data/bower.json +1 -1
- data/dist/0.0.7/js/dante-editor.js +1 -1
- data/dist/0.0.9/css/dante-editor.css +1116 -0
- data/dist/0.0.9/fonts/dante/dante.eot +0 -0
- data/dist/0.0.9/fonts/dante/dante.svg +14 -0
- data/dist/0.0.9/fonts/dante/dante.ttf +0 -0
- data/dist/0.0.9/fonts/dante/dante.woff +0 -0
- data/dist/0.0.9/fonts/dante/fontello.eot +0 -0
- data/dist/0.0.9/fonts/dante/fontello.svg +36 -0
- data/dist/0.0.9/fonts/dante/fontello.ttf +0 -0
- data/dist/0.0.9/fonts/dante/fontello.woff +0 -0
- data/dist/0.0.9/images/dante/media-loading-placeholder.png +0 -0
- data/dist/0.0.9/js/dante-editor.js +2575 -0
- data/lib/dante-editor/version.rb +1 -1
- metadata +13 -2
data/lib/dante-editor/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dante-editor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Michelson
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-02-03 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: dante-editor yet another Medium editor clone.
|
15
15
|
email:
|
@@ -87,6 +87,17 @@ files:
|
|
87
87
|
- dist/0.0.8/fonts/dante/fontello.woff
|
88
88
|
- dist/0.0.8/images/dante/media-loading-placeholder.png
|
89
89
|
- dist/0.0.8/js/dante-editor.js
|
90
|
+
- dist/0.0.9/css/dante-editor.css
|
91
|
+
- dist/0.0.9/fonts/dante/dante.eot
|
92
|
+
- dist/0.0.9/fonts/dante/dante.svg
|
93
|
+
- dist/0.0.9/fonts/dante/dante.ttf
|
94
|
+
- dist/0.0.9/fonts/dante/dante.woff
|
95
|
+
- dist/0.0.9/fonts/dante/fontello.eot
|
96
|
+
- dist/0.0.9/fonts/dante/fontello.svg
|
97
|
+
- dist/0.0.9/fonts/dante/fontello.ttf
|
98
|
+
- dist/0.0.9/fonts/dante/fontello.woff
|
99
|
+
- dist/0.0.9/images/dante/media-loading-placeholder.png
|
100
|
+
- dist/0.0.9/js/dante-editor.js
|
90
101
|
- lib/dante-editor.rb
|
91
102
|
- lib/dante-editor/rails.rb
|
92
103
|
- lib/dante-editor/version.rb
|