administrate-field-simple_markdown 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fe46c676ec0949772d527276fd85d1a2569dfbe4
4
- data.tar.gz: df7a39b1c1eb56d78a6e39e9eaa20a786896fbaf
3
+ metadata.gz: 06ec9a469a69bc3a828855ae6bd701b15e285c74
4
+ data.tar.gz: dddc613eed77e4390c2de4a3b4734de790e6584a
5
5
  SHA512:
6
- metadata.gz: d58da8cfdfdec03cc1bb62454fa1623f957de659cc44fec7ce8e64fa0a5d61218db70b38e212329863f4df8561a95ddd8e16cab09650a9efbe86c5d33d4b079b
7
- data.tar.gz: d6125349f0a39cea54bb4d9a8fe2d9edbf4f2b628a9f7c9c433cb805087fe5dbb99c20b4077c852e19c3bbd9421618effa4782528c62614a4de431b123348f1c
6
+ metadata.gz: bef052ed0f715de1d25e69d7bb0c31ccbf667561d55fc016aa233db3c06682c9982f947464d33f985cf825fd6929c51a0d8d9d583c7aaf3629515204e7d9df14
7
+ data.tar.gz: 6bcea01d9cbdcdac2e6031f75d0ea8b40926c7816ca7178999c79c577bc1ab0fc51695ea01a0bc24c8372f7a712ee1fb4d4bf99a1023cd99aeb6a279cc171a0f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.0.3](https://github.com/z-productions/administrate-field-simple_markdown/tree/v0.0.3) (2017-03-20)
4
+ [Full Changelog](https://github.com/z-productions/administrate-field-simple_markdown/compare/v0.0.2...v0.0.3)
5
+
6
+ * Bump up Administrate dependency
7
+
3
8
  ## [v0.0.2](https://github.com/z-productions/administrate-field-simple_markdown/tree/v0.0.2) (2016-11-22)
4
9
  [Full Changelog](https://github.com/z-productions/administrate-field-simple_markdown/compare/v0.0.1...v0.0.2)
5
10
 
data/Gemfile.lock CHANGED
@@ -1,52 +1,52 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- administrate-field-simple_markdown (0.0.2)
5
- administrate (~> 0.3.0)
4
+ administrate-field-simple_markdown (0.0.3)
5
+ administrate (~> 0.4.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
- actioncable (5.0.0.1)
13
- actionpack (= 5.0.0.1)
14
- nio4r (~> 1.2)
12
+ actioncable (5.0.2)
13
+ actionpack (= 5.0.2)
14
+ nio4r (>= 1.2, < 3.0)
15
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
+ actionmailer (5.0.2)
17
+ actionpack (= 5.0.2)
18
+ actionview (= 5.0.2)
19
+ activejob (= 5.0.2)
20
20
  mail (~> 2.5, >= 2.5.4)
21
21
  rails-dom-testing (~> 2.0)
22
- actionpack (5.0.0.1)
23
- actionview (= 5.0.0.1)
24
- activesupport (= 5.0.0.1)
22
+ actionpack (5.0.2)
23
+ actionview (= 5.0.2)
24
+ activesupport (= 5.0.2)
25
25
  rack (~> 2.0)
26
26
  rack-test (~> 0.6.3)
27
27
  rails-dom-testing (~> 2.0)
28
28
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.0.0.1)
30
- activesupport (= 5.0.0.1)
29
+ actionview (5.0.2)
30
+ activesupport (= 5.0.2)
31
31
  builder (~> 3.1)
32
32
  erubis (~> 2.7.0)
33
33
  rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
35
- activejob (5.0.0.1)
36
- activesupport (= 5.0.0.1)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
+ activejob (5.0.2)
36
+ activesupport (= 5.0.2)
37
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)
38
+ activemodel (5.0.2)
39
+ activesupport (= 5.0.2)
40
+ activerecord (5.0.2)
41
+ activemodel (= 5.0.2)
42
+ activesupport (= 5.0.2)
43
43
  arel (~> 7.0)
44
- activesupport (5.0.0.1)
44
+ activesupport (5.0.2)
45
45
  concurrent-ruby (~> 1.0, >= 1.0.2)
46
46
  i18n (~> 0.7)
47
47
  minitest (~> 5.1)
48
48
  tzinfo (~> 1.1)
49
- administrate (0.3.0)
49
+ administrate (0.4.0)
50
50
  autoprefixer-rails (~> 6.0)
51
51
  bourbon (~> 4.2)
52
52
  datetime_picker_rails (~> 0.0.7)
@@ -59,21 +59,21 @@ GEM
59
59
  sass-rails (~> 5.0)
60
60
  selectize-rails (~> 0.6)
61
61
  arel (7.1.4)
62
- autoprefixer-rails (6.5.3)
62
+ autoprefixer-rails (6.7.7)
63
63
  execjs
64
- bourbon (4.2.7)
64
+ bourbon (4.3.3)
65
65
  sass (~> 3.4)
66
66
  thor (~> 0.19)
67
- builder (3.2.2)
68
- concurrent-ruby (1.0.2)
67
+ builder (3.2.3)
68
+ concurrent-ruby (1.0.5)
69
69
  datetime_picker_rails (0.0.7)
70
70
  momentjs-rails (>= 2.8.1)
71
71
  erubis (2.7.0)
72
72
  execjs (2.7.0)
73
73
  globalid (0.3.7)
74
74
  activesupport (>= 4.1.0)
75
- i18n (0.7.0)
76
- jquery-rails (4.2.1)
75
+ i18n (0.8.1)
76
+ jquery-rails (4.2.2)
77
77
  rails-dom-testing (>= 1, < 3)
78
78
  railties (>= 4.2.0)
79
79
  thor (>= 0.14, < 2.0)
@@ -89,45 +89,45 @@ GEM
89
89
  mime-types-data (~> 3.2015)
90
90
  mime-types-data (3.2016.0521)
91
91
  mini_portile2 (2.1.0)
92
- minitest (5.9.1)
93
- momentjs-rails (2.15.1)
92
+ minitest (5.10.1)
93
+ momentjs-rails (2.17.1)
94
94
  railties (>= 3.1)
95
95
  neat (1.8.0)
96
96
  sass (>= 3.3)
97
97
  thor (~> 0.19)
98
- nio4r (1.2.1)
99
- nokogiri (1.6.8.1)
98
+ nio4r (2.0.0)
99
+ nokogiri (1.7.1)
100
100
  mini_portile2 (~> 2.1.0)
101
101
  normalize-rails (3.0.3)
102
102
  rack (2.0.1)
103
103
  rack-test (0.6.3)
104
104
  rack (>= 1.0)
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)
105
+ rails (5.0.2)
106
+ actioncable (= 5.0.2)
107
+ actionmailer (= 5.0.2)
108
+ actionpack (= 5.0.2)
109
+ actionview (= 5.0.2)
110
+ activejob (= 5.0.2)
111
+ activemodel (= 5.0.2)
112
+ activerecord (= 5.0.2)
113
+ activesupport (= 5.0.2)
114
114
  bundler (>= 1.3.0, < 2.0)
115
- railties (= 5.0.0.1)
115
+ railties (= 5.0.2)
116
116
  sprockets-rails (>= 2.0.0)
117
- rails-dom-testing (2.0.1)
117
+ rails-dom-testing (2.0.2)
118
118
  activesupport (>= 4.2.0, < 6.0)
119
- nokogiri (~> 1.6.0)
119
+ nokogiri (~> 1.6)
120
120
  rails-html-sanitizer (1.0.3)
121
121
  loofah (~> 2.0)
122
- railties (5.0.0.1)
123
- actionpack (= 5.0.0.1)
124
- activesupport (= 5.0.0.1)
122
+ railties (5.0.2)
123
+ actionpack (= 5.0.2)
124
+ activesupport (= 5.0.2)
125
125
  method_source
126
126
  rake (>= 0.8.7)
127
127
  thor (>= 0.18.1, < 2.0)
128
- rake (11.3.0)
129
- redcarpet (3.3.4)
130
- sass (3.4.22)
128
+ rake (12.0.0)
129
+ redcarpet (3.4.0)
130
+ sass (3.4.23)
131
131
  sass-rails (5.0.6)
132
132
  railties (>= 4.0.0, < 6)
133
133
  sass (~> 3.1)
@@ -135,19 +135,19 @@ GEM
135
135
  sprockets-rails (>= 2.0, < 4.0)
136
136
  tilt (>= 1.1, < 3)
137
137
  selectize-rails (0.12.4)
138
- sprockets (3.7.0)
138
+ sprockets (3.7.1)
139
139
  concurrent-ruby (~> 1.0)
140
140
  rack (> 1, < 3)
141
141
  sprockets-rails (3.2.0)
142
142
  actionpack (>= 4.0)
143
143
  activesupport (>= 4.0)
144
144
  sprockets (>= 3.0.0)
145
- thor (0.19.1)
146
- thread_safe (0.3.5)
147
- tilt (2.0.5)
145
+ thor (0.19.4)
146
+ thread_safe (0.3.6)
147
+ tilt (2.0.7)
148
148
  tzinfo (1.2.2)
149
149
  thread_safe (~> 0.1)
150
- websocket-driver (0.6.4)
150
+ websocket-driver (0.6.5)
151
151
  websocket-extensions (>= 0.1.0)
152
152
  websocket-extensions (0.1.2)
153
153
 
@@ -158,4 +158,4 @@ DEPENDENCIES
158
158
  administrate-field-simple_markdown!
159
159
 
160
160
  BUNDLED WITH
161
- 1.13.6
161
+ 1.14.6
data/README.md CHANGED
@@ -11,7 +11,7 @@ A plugin to edit Markdown text in [Administrate] using [SimpleMDE] v1.11.2.
11
11
  Add it to your `Gemfile`:
12
12
 
13
13
  ```ruby
14
- gem 'administrate-field-simple_markdown', '~> 0.0.2'
14
+ gem 'administrate-field-simple_markdown', '~> 0.0.3'
15
15
  ```
16
16
 
17
17
  Run:
@@ -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.2'
5
+ gem.version = '0.0.3'
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.3.0'
17
+ gem.add_runtime_dependency 'administrate', '~> 0.4.0'
18
18
  gem.add_runtime_dependency 'rails', '>= 4.2'
19
19
  gem.add_runtime_dependency 'redcarpet', '~> 3.3'
20
20
  end
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.2
4
+ version: 0.0.3
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-25 00:00:00.000000000 Z
11
+ date: 2017-03-20 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.3.0
19
+ version: 0.4.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.3.0
26
+ version: 0.4.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.2
98
+ rubygems_version: 2.6.8
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: A plugin to edit Markdown text in Administrate