-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed gem from "wysihtml5x-rails" to "wysihtml-rails" and released …
…version 0.5.0.beta2. * Added latest version of wysihtml (previously wysihtml5x) * Bumped version to 0.5.0.beta2 * Moved gem repository from https://github.com/Edicy/wysihtml-rails to https://github.com/Voog/wysihtml-rails due rebranding of the wysihtml and Edicy (now Voog - www.voog.com).
- Loading branch information
Showing
12 changed files
with
743 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
source 'https://rubygems.org' | ||
|
||
# Specify your gem's dependencies in wysihtml5x-rails.gemspec | ||
# Specify your gem's dependencies in wysihtml-rails.gemspec | ||
gemspec |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
require "wysihtml/rails/version" | ||
|
||
module Wysihtml | ||
module Rails | ||
class Engine < ::Rails::Engine | ||
isolate_namespace Wysihtml::Rails | ||
end | ||
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module Wysihtml | ||
module Rails | ||
VERSION = "0.5.0.beta2" | ||
end | ||
end |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.