dante-editor 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  require "dante-editor/version"
2
2
 
3
3
  module DanteEditor
4
- VERSION = "0.0.6"
4
+ VERSION = "0.0.7"
5
5
  end
@@ -4,8 +4,8 @@
4
4
  <meta charset="utf-8">
5
5
  <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
6
6
  <title><%= current_page.data.title || "The Middleman" %></title>
7
- <%= stylesheet_link_tag "normalize", "all", "editor" %>
8
- <%= javascript_include_tag "deps", "editor" %>
7
+ <%= stylesheet_link_tag "normalize", "all", "dante-editor" %>
8
+ <%= javascript_include_tag "deps", "dante-editor" %>
9
9
  </head>
10
10
 
11
11
  <body class="<%= page_classes %>">
@@ -5,8 +5,8 @@
5
5
  <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
6
6
  <title>Dante Wysiwyg Specs</title>
7
7
  <link rel="stylesheet" href="//code.jquery.com/qunit/qunit-1.15.0.css">
8
- <%= stylesheet_link_tag "normalize", "all", "editor" %>
9
- <%= javascript_include_tag "deps", "editor" %>
8
+ <%= stylesheet_link_tag "normalize", "all", "dante-editor" %>
9
+ <%= javascript_include_tag "deps", "dante-editor" %>
10
10
  </head>
11
11
 
12
12
  <body class="<%= page_classes %>">
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.6
4
+ version: 0.0.7
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: 2014-12-15 00:00:00.000000000 Z
12
+ date: 2014-12-17 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: dante-editor yet another Medium editor clone.
15
15
  email:
@@ -28,14 +28,14 @@ files:
28
28
  - README.md
29
29
  - ROADMAP.md
30
30
  - TODO.md
31
- - app/assets/fonts/dante.eot
32
- - app/assets/fonts/dante.svg
33
- - app/assets/fonts/dante.ttf
34
- - app/assets/fonts/dante.woff
35
- - app/assets/fonts/fontello.eot
36
- - app/assets/fonts/fontello.svg
37
- - app/assets/fonts/fontello.ttf
38
- - app/assets/fonts/fontello.woff
31
+ - app/assets/fonts/dante/dante.eot
32
+ - app/assets/fonts/dante/dante.svg
33
+ - app/assets/fonts/dante/dante.ttf
34
+ - app/assets/fonts/dante/dante.woff
35
+ - app/assets/fonts/dante/fontello.eot
36
+ - app/assets/fonts/dante/fontello.svg
37
+ - app/assets/fonts/dante/fontello.ttf
38
+ - app/assets/fonts/dante/fontello.woff
39
39
  - app/assets/images/dante/media-loading-placeholder.png
40
40
  - app/assets/javascripts/dante.js
41
41
  - app/assets/javascripts/dante/dante.js.coffee.erb
@@ -65,6 +65,17 @@ files:
65
65
  - config.rb
66
66
  - config.ru
67
67
  - dante-editor.gemspec
68
+ - dist/0.0.7/css/dante-editor.css
69
+ - dist/0.0.7/fonts/dante/dante.eot
70
+ - dist/0.0.7/fonts/dante/dante.svg
71
+ - dist/0.0.7/fonts/dante/dante.ttf
72
+ - dist/0.0.7/fonts/dante/dante.woff
73
+ - dist/0.0.7/fonts/dante/fontello.eot
74
+ - dist/0.0.7/fonts/dante/fontello.svg
75
+ - dist/0.0.7/fonts/dante/fontello.ttf
76
+ - dist/0.0.7/fonts/dante/fontello.woff
77
+ - dist/0.0.7/images/dante/media-loading-placeholder.png
78
+ - dist/0.0.7/js/dante-editor.js
68
79
  - icons/dante.json
69
80
  - icons/embed.svg
70
81
  - icons/image.svg
@@ -78,8 +89,8 @@ files:
78
89
  - source/assets/images/dante-editor-logo.png
79
90
  - source/assets/images/github-logo.png
80
91
  - source/assets/javascripts/all.js
92
+ - source/assets/javascripts/dante-editor.js
81
93
  - source/assets/javascripts/deps.js
82
- - source/assets/javascripts/editor.js
83
94
  - source/assets/javascripts/spec.js
84
95
  - source/assets/javascripts/specs/cleaner.js.coffee
85
96
  - source/assets/javascripts/specs/dante_view.js.coffee
@@ -88,7 +99,7 @@ files:
88
99
  - source/assets/stylesheets/_scaffold.scss
89
100
  - source/assets/stylesheets/_tooltips.scss
90
101
  - source/assets/stylesheets/all.css.scss
91
- - source/assets/stylesheets/editor.css.scss
102
+ - source/assets/stylesheets/dante-editor.css.scss
92
103
  - source/assets/stylesheets/normalize.css
93
104
  - source/embeds.html.erb
94
105
  - source/index.html.erb