This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc7394c
commit 9daa1b1
Showing
5 changed files
with
66 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module MediumEditorRails | ||
module Rails | ||
VERSION = '2.1.0' | ||
MEDIUM_EDITOR_VERSION = '5.14.4' | ||
VERSION = '2.2.0' | ||
MEDIUM_EDITOR_VERSION = '5.15.0' | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ require 'medium-editor-rails/version' | |
Gem::Specification.new do |gem| | ||
gem.name = 'medium-editor-rails' | ||
gem.version = MediumEditorRails::Rails::VERSION | ||
gem.authors = ['Ahmet Sezgin Duran'] | ||
gem.email = ['[email protected]'] | ||
gem.summary = %q{Medium Editor integrated in Rails asset pipeline} | ||
gem.authors = ['Ahmet Sezgin Duran', 'Gabriel Medina'] | ||
gem.email = ['[email protected]', '[email protected]'] | ||
gem.summary = %q{Metdium Editor integrated in Rails asset pipeline} | ||
gem.description = gem.summary | ||
gem.homepage = 'https://github.com/marjinal1st/medium-editor-rails' | ||
gem.license = 'MIT' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters