We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e810bf0 commit 3124329Copy full SHA for 3124329
lib/x-editable-rails/version.rb
@@ -1,7 +1,7 @@
1
module X
2
module Editable
3
module Rails
4
- VERSION = "1.5.5"
+ VERSION = "1.5.5.1"
5
end
6
7
x-editable-rails.gemspec
@@ -6,8 +6,8 @@ require 'x-editable-rails/version'
Gem::Specification.new do |spec|
spec.name = "x-editable-rails"
8
spec.version = X::Editable::Rails::VERSION
9
- spec.authors = ["Jiri Kolarik"]
10
- spec.email = ["jiri.kolarik@imin.cz"]
+ spec.authors = ["We're in"]
+ spec.email = ["info@wereinhq.com"]
11
spec.description = %q{X-editable for Rails}
12
spec.summary = %q{X-editable for Rails}
13
spec.homepage = "https://github.com/werein/x-editable-rails"
0 commit comments