administrate-field-simple_markdown 0.0.3 → 0.0.4

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
  SHA1:
3
- metadata.gz: 06ec9a469a69bc3a828855ae6bd701b15e285c74
4
- data.tar.gz: dddc613eed77e4390c2de4a3b4734de790e6584a
3
+ metadata.gz: a014bcf99d446dd6839d0f6ca9ec7ff4b627cd86
4
+ data.tar.gz: 4a0effe0ffddd481fd18ae32e0e6a73c53132e64
5
5
  SHA512:
6
- metadata.gz: bef052ed0f715de1d25e69d7bb0c31ccbf667561d55fc016aa233db3c06682c9982f947464d33f985cf825fd6929c51a0d8d9d583c7aaf3629515204e7d9df14
7
- data.tar.gz: 6bcea01d9cbdcdac2e6031f75d0ea8b40926c7816ca7178999c79c577bc1ab0fc51695ea01a0bc24c8372f7a712ee1fb4d4bf99a1023cd99aeb6a279cc171a0f
6
+ metadata.gz: b03a2c0a340b2be1ae26b807df540406cb28feb91742002792724e67cf8a02faf3402f533ac229c557a48f4ab5a176eb944894e8f7646fa7fd4a69767db4cf3b
7
+ data.tar.gz: 377ab6ceba7303f8daf536c15da44be8c36ddb23eccc15201e25875164907283e35a59a842f3a91581632bef0c1acfd0d3215c243dfb078f38e87b4e6647c331
data/CHANGELOG.md CHANGED
@@ -1,14 +1,19 @@
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)
3
+ ## [v0.0.4](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.0.4) (2017-04-03)
4
+ [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.0.3...v0.0.4)
5
5
 
6
6
  * Bump up Administrate dependency
7
7
 
8
- ## [v0.0.2](https://github.com/z-productions/administrate-field-simple_markdown/tree/v0.0.2) (2016-11-22)
9
- [Full Changelog](https://github.com/z-productions/administrate-field-simple_markdown/compare/v0.0.1...v0.0.2)
8
+ ## [v0.0.3](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.0.3) (2017-03-20)
9
+ [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.0.2...v0.0.3)
10
10
 
11
11
  * Bump up Administrate dependency
12
12
 
13
- ## [v0.0.1](https://github.com/z-productions/administrate-field-simple_markdown/tree/v0.0.1) (2016-11-16)
13
+ ## [v0.0.2](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.0.2) (2016-11-22)
14
+ [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.0.1...v0.0.2)
15
+
16
+ * Bump up Administrate dependency
17
+
18
+ ## [v0.0.1](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.0.1) (2016-11-16)
14
19
  First release
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- administrate-field-simple_markdown (0.0.3)
5
- administrate (~> 0.4.0)
4
+ administrate-field-simple_markdown (0.0.4)
5
+ administrate (< 1.0.0)
6
6
  rails (>= 4.2)
7
7
  redcarpet (~> 3.3)
8
8
 
data/README.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # Administrate::Field::SimpleMarkdown
2
2
 
3
- [![Code Climate](https://codeclimate.com/github/z-productions/administrate-field-simple_markdown/badges/gpa.svg)](https://codeclimate.com/github/z-productions/administrate-field-simple_markdown)
3
+ [![Code Climate](https://codeclimate.com/github/zooppa/administrate-field-simple_markdown/badges/gpa.svg)](https://codeclimate.com/github/zooppa/administrate-field-simple_markdown)
4
4
 
5
5
  A plugin to edit Markdown text in [Administrate] using [SimpleMDE] v1.11.2.
6
6
 
7
- ![Demo](https://raw.githubusercontent.com/z-productions/administrate-field-simple_markdown/master/demo.gif)
7
+ ![Demo](https://raw.githubusercontent.com/zooppa/administrate-field-simple_markdown/master/demo.gif)
8
8
 
9
9
  ## Usage
10
10
 
11
11
  Add it to your `Gemfile`:
12
12
 
13
13
  ```ruby
14
- gem 'administrate-field-simple_markdown', '~> 0.0.3'
14
+ gem 'administrate-field-simple_markdown', '~> 0.0.4'
15
15
  ```
16
16
 
17
17
  Run:
@@ -2,10 +2,10 @@ $:.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.3'
5
+ gem.version = '0.0.4'
6
6
  gem.authors = ['Michele Gerarduzzi']
7
7
  gem.email = ['michele.gerarduzzi@gmail.com']
8
- gem.homepage = 'https://github.com/z-productions/administrate-field-simple_markdown'
8
+ gem.homepage = 'https://github.com/zooppa/administrate-field-simple_markdown'
9
9
  gem.summary = 'A plugin to edit Markdown text in Administrate'
10
10
  gem.description = gem.summary
11
11
  gem.license = 'MIT'
@@ -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.4.0'
17
+ gem.add_runtime_dependency 'administrate', '< 1.0.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,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administrate-field-simple_markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michele Gerarduzzi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-20 00:00:00.000000000 Z
11
+ date: 2017-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - "<"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.4.0
19
+ version: 1.0.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.4.0
26
+ version: 1.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -75,7 +75,7 @@ files:
75
75
  - lib/administrate/field/simple_markdown.rb
76
76
  - vendor/assets/javascripts/simplemde.min.js
77
77
  - vendor/assets/stylesheets/simplemde.min.css
78
- homepage: https://github.com/z-productions/administrate-field-simple_markdown
78
+ homepage: https://github.com/zooppa/administrate-field-simple_markdown
79
79
  licenses:
80
80
  - MIT
81
81
  metadata: {}
@@ -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.6.8
98
+ rubygems_version: 2.6.11
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: A plugin to edit Markdown text in Administrate