administrate-field-simple_markdown 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99ca664eae65742b3b198122caf7bae54cba2519182efaefb470e979820f9c19
4
- data.tar.gz: c9c5d2950dcdfbfba62c43f32b261855005d987c2352ebc10b091df61919cea5
3
+ metadata.gz: 8ac5590e3fc0de4e9b1fcb2746b90319e488ee39f3b7921ccdff153766e7e271
4
+ data.tar.gz: 5c30b3b2a6b6530d1e0c16d37b93446392eb594e39b7cb6f2b2e6aebfea44eb9
5
5
  SHA512:
6
- metadata.gz: cf38759a07339fd15dc5478b8789a6b6deb728bad6b8ecd7002dc0fe64591e3c2e61886ea8ac6d366c7ed73da9f7d421f66a8f55aab3b24fbaec7edb482cce7f
7
- data.tar.gz: a017a4ec4f19d8ec0bed73516d3836837c93a5d1455fa7744e8cf8b8bd4fbb7c80f536592a4d468f9b3da458301bf25599cfd1b22bf8741acf25086ea22872f8
6
+ metadata.gz: 92a52d9d15d2f3ef988b44b3eaa64df91b4b3bfdae4ee8dff8de091f44d23b870ccd33d11179fb12483459c59315c6952706687942bc9997c098ade7a0451f6e
7
+ data.tar.gz: 4703137b3aec0490b9a2ed1e3cf19b2b68d6dbc276c729376a2e97a25085d04611fbba2d7fb0281b85b29432c992883b890ff8881777ddbc35643af828b42507
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.0
1
+ 2.7.5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.7.0](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.7.0) (2020-01-06)
4
+
5
+ [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.6.0...v0.7.0)
6
+
7
+ - Add support for Rails 7 (thanks @neumayr)
8
+
3
9
  ## [v0.6.0](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.6.0) (2020-07-01)
4
10
 
5
11
  [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.5.0...v0.6.0)
data/README.md CHANGED
@@ -22,7 +22,7 @@ If you’re interested in taking over and steward the project moving forward, pl
22
22
  Add it to your `Gemfile`:
23
23
 
24
24
  ```ruby
25
- gem 'administrate-field-simple_markdown', '~> 0.6.0'
25
+ gem 'administrate-field-simple_markdown', '~> 0.7.0'
26
26
  ```
27
27
 
28
28
  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.6.0'
5
+ gem.version = '0.7.0'
6
6
  gem.authors = ['Zooppa']
7
7
  gem.email = ['dev@zooppa.com']
8
8
  gem.homepage = 'https://github.com/zooppa/administrate-field-simple_markdown'
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
15
15
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
16
 
17
17
  gem.add_runtime_dependency 'administrate', '< 1.0.0'
18
- gem.add_runtime_dependency 'rails', '>= 4.2', '< 7'
18
+ gem.add_runtime_dependency 'rails', '>= 4.2', '< 8'
19
19
  gem.add_runtime_dependency 'redcarpet', '~> 3.3'
20
20
  gem.add_runtime_dependency 'rack', '~> 2.0', '>= 2.0.8'
21
21
 
data/yarn.lock CHANGED
@@ -10,9 +10,9 @@ codemirror-spell-checker@1.1.2:
10
10
  typo-js "*"
11
11
 
12
12
  codemirror@^5.52.2:
13
- version "5.54.0"
14
- resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.54.0.tgz#82b6adf662b29eeb7b867fe7839d49e25e4a0b38"
15
- integrity sha512-Pgf3surv4zvw+KaW3doUU7pGjF0BPU8/sj7eglWJjzni46U/DDW8pu3nZY0QgQKUcICDXRkq8jZmq0y6KhxM3Q==
13
+ version "5.61.0"
14
+ resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.61.0.tgz#318e5b034a707207948b92ffc2862195e8fdb08e"
15
+ integrity sha512-D3wYH90tYY1BsKlUe0oNj2JAhQ9TepkD51auk3N7q+4uz7A/cgJ5JsWHreT0PqieW1QhOuqxQ2reCXV1YXzecg==
16
16
 
17
17
  easymde@^2.10.1:
18
18
  version "2.10.1"
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.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zooppa
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-01 00:00:00.000000000 Z
11
+ date: 2022-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '4.2'
34
34
  - - "<"
35
35
  - !ruby/object:Gem::Version
36
- version: '7'
36
+ version: '8'
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '4.2'
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
- version: '7'
46
+ version: '8'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: redcarpet
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -140,7 +140,7 @@ homepage: https://github.com/zooppa/administrate-field-simple_markdown
140
140
  licenses:
141
141
  - MIT
142
142
  metadata: {}
143
- post_install_message:
143
+ post_install_message:
144
144
  rdoc_options: []
145
145
  require_paths:
146
146
  - lib
@@ -155,8 +155,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  - !ruby/object:Gem::Version
156
156
  version: '0'
157
157
  requirements: []
158
- rubygems_version: 3.1.2
159
- signing_key:
158
+ rubygems_version: 3.1.6
159
+ signing_key:
160
160
  specification_version: 4
161
161
  summary: Markdown editor for Administrate
162
162
  test_files: