dante-editor 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +6 -1
- data/app/assets/javascripts/dante/editor.js.coffee +25 -20
- data/app/assets/javascripts/dante/tooltip.js.coffee +1 -0
- data/bower.json +1 -1
- data/dist/0.0.10/css/dante-editor.css +1116 -0
- data/dist/0.0.10/fonts/dante/dante.eot +0 -0
- data/dist/0.0.10/fonts/dante/dante.svg +14 -0
- data/dist/0.0.10/fonts/dante/dante.ttf +0 -0
- data/dist/0.0.10/fonts/dante/dante.woff +0 -0
- data/dist/0.0.10/fonts/dante/fontello.eot +0 -0
- data/dist/0.0.10/fonts/dante/fontello.svg +36 -0
- data/dist/0.0.10/fonts/dante/fontello.ttf +0 -0
- data/dist/0.0.10/fonts/dante/fontello.woff +0 -0
- data/dist/0.0.10/images/dante/media-loading-placeholder.png +0 -0
- data/dist/0.0.10/js/dante-editor.js +2584 -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.10
|
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-02-
|
12
|
+
date: 2015-02-06 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: dante-editor yet another Medium editor clone.
|
15
15
|
email:
|
@@ -65,6 +65,17 @@ files:
|
|
65
65
|
- config.rb
|
66
66
|
- config.ru
|
67
67
|
- dante-editor.gemspec
|
68
|
+
- dist/0.0.10/css/dante-editor.css
|
69
|
+
- dist/0.0.10/fonts/dante/dante.eot
|
70
|
+
- dist/0.0.10/fonts/dante/dante.svg
|
71
|
+
- dist/0.0.10/fonts/dante/dante.ttf
|
72
|
+
- dist/0.0.10/fonts/dante/dante.woff
|
73
|
+
- dist/0.0.10/fonts/dante/fontello.eot
|
74
|
+
- dist/0.0.10/fonts/dante/fontello.svg
|
75
|
+
- dist/0.0.10/fonts/dante/fontello.ttf
|
76
|
+
- dist/0.0.10/fonts/dante/fontello.woff
|
77
|
+
- dist/0.0.10/images/dante/media-loading-placeholder.png
|
78
|
+
- dist/0.0.10/js/dante-editor.js
|
68
79
|
- dist/0.0.7/css/dante-editor.css
|
69
80
|
- dist/0.0.7/fonts/dante/dante.eot
|
70
81
|
- dist/0.0.7/fonts/dante/dante.svg
|