administrate-field-simple_markdown 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +61 -52
- data/README.md +1 -1
- data/administrate-field-simple_markdown.gemspec +2 -2
- data/app/views/fields/simple_markdown/_form.html.erb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe46c676ec0949772d527276fd85d1a2569dfbe4
|
4
|
+
data.tar.gz: df7a39b1c1eb56d78a6e39e9eaa20a786896fbaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d58da8cfdfdec03cc1bb62454fa1623f957de659cc44fec7ce8e64fa0a5d61218db70b38e212329863f4df8561a95ddd8e16cab09650a9efbe86c5d33d4b079b
|
7
|
+
data.tar.gz: d6125349f0a39cea54bb4d9a8fe2d9edbf4f2b628a9f7c9c433cb805087fe5dbb99c20b4077c852e19c3bbd9421618effa4782528c62614a4de431b123348f1c
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,9 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [v0.0.2](https://github.com/z-productions/administrate-field-simple_markdown/tree/v0.0.2) (2016-11-22)
|
4
|
+
[Full Changelog](https://github.com/z-productions/administrate-field-simple_markdown/compare/v0.0.1...v0.0.2)
|
5
|
+
|
6
|
+
* Bump up Administrate dependency
|
7
|
+
|
3
8
|
## [v0.0.1](https://github.com/z-productions/administrate-field-simple_markdown/tree/v0.0.1) (2016-11-16)
|
4
9
|
First release
|
data/Gemfile.lock
CHANGED
@@ -1,63 +1,69 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
administrate-field-simple_markdown (0.0.
|
5
|
-
administrate (~> 0.
|
4
|
+
administrate-field-simple_markdown (0.0.2)
|
5
|
+
administrate (~> 0.3.0)
|
6
6
|
rails (>= 4.2)
|
7
7
|
redcarpet (~> 3.3)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
|
13
|
-
actionpack (=
|
14
|
-
|
15
|
-
|
12
|
+
actioncable (5.0.0.1)
|
13
|
+
actionpack (= 5.0.0.1)
|
14
|
+
nio4r (~> 1.2)
|
15
|
+
websocket-driver (~> 0.6.1)
|
16
|
+
actionmailer (5.0.0.1)
|
17
|
+
actionpack (= 5.0.0.1)
|
18
|
+
actionview (= 5.0.0.1)
|
19
|
+
activejob (= 5.0.0.1)
|
16
20
|
mail (~> 2.5, >= 2.5.4)
|
17
|
-
rails-dom-testing (~>
|
18
|
-
actionpack (
|
19
|
-
actionview (=
|
20
|
-
activesupport (=
|
21
|
-
rack (~>
|
22
|
-
rack-test (~> 0.6.
|
23
|
-
rails-dom-testing (~>
|
21
|
+
rails-dom-testing (~> 2.0)
|
22
|
+
actionpack (5.0.0.1)
|
23
|
+
actionview (= 5.0.0.1)
|
24
|
+
activesupport (= 5.0.0.1)
|
25
|
+
rack (~> 2.0)
|
26
|
+
rack-test (~> 0.6.3)
|
27
|
+
rails-dom-testing (~> 2.0)
|
24
28
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
25
|
-
actionview (
|
26
|
-
activesupport (=
|
29
|
+
actionview (5.0.0.1)
|
30
|
+
activesupport (= 5.0.0.1)
|
27
31
|
builder (~> 3.1)
|
28
32
|
erubis (~> 2.7.0)
|
29
|
-
rails-dom-testing (~>
|
33
|
+
rails-dom-testing (~> 2.0)
|
30
34
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
31
|
-
activejob (
|
32
|
-
activesupport (=
|
33
|
-
globalid (>= 0.3.
|
34
|
-
activemodel (
|
35
|
-
activesupport (=
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
35
|
+
activejob (5.0.0.1)
|
36
|
+
activesupport (= 5.0.0.1)
|
37
|
+
globalid (>= 0.3.6)
|
38
|
+
activemodel (5.0.0.1)
|
39
|
+
activesupport (= 5.0.0.1)
|
40
|
+
activerecord (5.0.0.1)
|
41
|
+
activemodel (= 5.0.0.1)
|
42
|
+
activesupport (= 5.0.0.1)
|
43
|
+
arel (~> 7.0)
|
44
|
+
activesupport (5.0.0.1)
|
45
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
42
46
|
i18n (~> 0.7)
|
43
|
-
json (~> 1.7, >= 1.7.7)
|
44
47
|
minitest (~> 5.1)
|
45
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
46
48
|
tzinfo (~> 1.1)
|
47
|
-
administrate (0.
|
49
|
+
administrate (0.3.0)
|
48
50
|
autoprefixer-rails (~> 6.0)
|
51
|
+
bourbon (~> 4.2)
|
49
52
|
datetime_picker_rails (~> 0.0.7)
|
50
53
|
jquery-rails (~> 4.0)
|
51
54
|
kaminari (~> 0.16)
|
52
55
|
momentjs-rails (~> 2.8)
|
53
56
|
neat (~> 1.1)
|
54
57
|
normalize-rails (~> 3.0)
|
55
|
-
rails (
|
58
|
+
rails (>= 4.2, < 5.1)
|
56
59
|
sass-rails (~> 5.0)
|
57
60
|
selectize-rails (~> 0.6)
|
58
|
-
arel (
|
61
|
+
arel (7.1.4)
|
59
62
|
autoprefixer-rails (6.5.3)
|
60
63
|
execjs
|
64
|
+
bourbon (4.2.7)
|
65
|
+
sass (~> 3.4)
|
66
|
+
thor (~> 0.19)
|
61
67
|
builder (3.2.2)
|
62
68
|
concurrent-ruby (1.0.2)
|
63
69
|
datetime_picker_rails (0.0.7)
|
@@ -71,7 +77,6 @@ GEM
|
|
71
77
|
rails-dom-testing (>= 1, < 3)
|
72
78
|
railties (>= 4.2.0)
|
73
79
|
thor (>= 0.14, < 2.0)
|
74
|
-
json (1.8.3)
|
75
80
|
kaminari (0.17.0)
|
76
81
|
actionpack (>= 3.0.0)
|
77
82
|
activesupport (>= 3.0.0)
|
@@ -79,6 +84,7 @@ GEM
|
|
79
84
|
nokogiri (>= 1.5.9)
|
80
85
|
mail (2.6.4)
|
81
86
|
mime-types (>= 1.16, < 4)
|
87
|
+
method_source (0.8.2)
|
82
88
|
mime-types (3.1)
|
83
89
|
mime-types-data (~> 3.2015)
|
84
90
|
mime-types-data (3.2016.0521)
|
@@ -89,34 +95,34 @@ GEM
|
|
89
95
|
neat (1.8.0)
|
90
96
|
sass (>= 3.3)
|
91
97
|
thor (~> 0.19)
|
98
|
+
nio4r (1.2.1)
|
92
99
|
nokogiri (1.6.8.1)
|
93
100
|
mini_portile2 (~> 2.1.0)
|
94
101
|
normalize-rails (3.0.3)
|
95
|
-
rack (
|
102
|
+
rack (2.0.1)
|
96
103
|
rack-test (0.6.3)
|
97
104
|
rack (>= 1.0)
|
98
|
-
rails (
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
105
|
+
rails (5.0.0.1)
|
106
|
+
actioncable (= 5.0.0.1)
|
107
|
+
actionmailer (= 5.0.0.1)
|
108
|
+
actionpack (= 5.0.0.1)
|
109
|
+
actionview (= 5.0.0.1)
|
110
|
+
activejob (= 5.0.0.1)
|
111
|
+
activemodel (= 5.0.0.1)
|
112
|
+
activerecord (= 5.0.0.1)
|
113
|
+
activesupport (= 5.0.0.1)
|
106
114
|
bundler (>= 1.3.0, < 2.0)
|
107
|
-
railties (=
|
108
|
-
sprockets-rails
|
109
|
-
rails-
|
110
|
-
activesupport (>= 4.2.0.
|
111
|
-
rails-dom-testing (1.0.7)
|
112
|
-
activesupport (>= 4.2.0.beta, < 5.0)
|
115
|
+
railties (= 5.0.0.1)
|
116
|
+
sprockets-rails (>= 2.0.0)
|
117
|
+
rails-dom-testing (2.0.1)
|
118
|
+
activesupport (>= 4.2.0, < 6.0)
|
113
119
|
nokogiri (~> 1.6.0)
|
114
|
-
rails-deprecated_sanitizer (>= 1.0.1)
|
115
120
|
rails-html-sanitizer (1.0.3)
|
116
121
|
loofah (~> 2.0)
|
117
|
-
railties (
|
118
|
-
actionpack (=
|
119
|
-
activesupport (=
|
122
|
+
railties (5.0.0.1)
|
123
|
+
actionpack (= 5.0.0.1)
|
124
|
+
activesupport (= 5.0.0.1)
|
125
|
+
method_source
|
120
126
|
rake (>= 0.8.7)
|
121
127
|
thor (>= 0.18.1, < 2.0)
|
122
128
|
rake (11.3.0)
|
@@ -141,6 +147,9 @@ GEM
|
|
141
147
|
tilt (2.0.5)
|
142
148
|
tzinfo (1.2.2)
|
143
149
|
thread_safe (~> 0.1)
|
150
|
+
websocket-driver (0.6.4)
|
151
|
+
websocket-extensions (>= 0.1.0)
|
152
|
+
websocket-extensions (0.1.2)
|
144
153
|
|
145
154
|
PLATFORMS
|
146
155
|
ruby
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@ $:.push File.expand_path('../lib', __FILE__)
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |gem|
|
4
4
|
gem.name = 'administrate-field-simple_markdown'
|
5
|
-
gem.version = '0.0.
|
5
|
+
gem.version = '0.0.2'
|
6
6
|
gem.authors = ['Michele Gerarduzzi']
|
7
7
|
gem.email = ['michele.gerarduzzi@gmail.com']
|
8
8
|
gem.homepage = 'https://github.com/z-productions/administrate-field-simple_markdown'
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
|
|
14
14
|
gem.files = `git ls-files`.split("\n")
|
15
15
|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
16
16
|
|
17
|
-
gem.add_runtime_dependency 'administrate', '~> 0.
|
17
|
+
gem.add_runtime_dependency 'administrate', '~> 0.3.0'
|
18
18
|
gem.add_runtime_dependency 'rails', '>= 4.2'
|
19
19
|
gem.add_runtime_dependency 'redcarpet', '~> 3.3'
|
20
20
|
end
|
@@ -15,7 +15,7 @@ This partial renders a WYSIWYG text area to help writing Markdown text
|
|
15
15
|
<%= f.label field.attribute %>
|
16
16
|
</div>
|
17
17
|
<div class="field-unit__field">
|
18
|
-
<%= f.
|
18
|
+
<%= f.text_area field.attribute %>
|
19
19
|
</div>
|
20
20
|
<%= content_for :javascript do %>
|
21
21
|
<script type="text/javascript">
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: administrate-field-simple_markdown
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michele Gerarduzzi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: administrate
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.3.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.3.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
version: '0'
|
96
96
|
requirements: []
|
97
97
|
rubyforge_project:
|
98
|
-
rubygems_version: 2.5.
|
98
|
+
rubygems_version: 2.5.2
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
101
|
summary: A plugin to edit Markdown text in Administrate
|