-
Notifications
You must be signed in to change notification settings - Fork 87
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
Jiri Kolarik
committed
Dec 7, 2017
1 parent
e810bf0
commit 3124329
Showing
2 changed files
with
3 additions
and
3 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,7 +1,7 @@ | ||
module X | ||
module Editable | ||
module Rails | ||
VERSION = "1.5.5" | ||
VERSION = "1.5.5.1" | ||
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 |
---|---|---|
|
@@ -6,8 +6,8 @@ require 'x-editable-rails/version' | |
Gem::Specification.new do |spec| | ||
spec.name = "x-editable-rails" | ||
spec.version = X::Editable::Rails::VERSION | ||
spec.authors = ["Jiri Kolarik"] | ||
spec.email = ["[email protected]"] | ||
spec.authors = ["We're in"] | ||
spec.email = ["[email protected]"] | ||
spec.description = %q{X-editable for Rails} | ||
spec.summary = %q{X-editable for Rails} | ||
spec.homepage = "https://github.com/werein/x-editable-rails" | ||
|