We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c425a16 commit 80f32daCopy full SHA for 80f32da
Gemfile.lock
@@ -1,8 +1,8 @@
1
PATH
2
remote: .
3
specs:
4
- clearance-i18n (0.0.1)
5
- clearance (>= 1.15, < 2.7)
+ clearance-i18n (0.1.0)
+ clearance (>= 1.15, <= 2.8)
6
7
GEM
8
remote: https://rubygems.org/
@@ -165,3 +165,6 @@ PLATFORMS
165
DEPENDENCIES
166
clearance-i18n!
167
rspec
168
+
169
+BUNDLED WITH
170
+ 2.5.15
lib/clearance/i18n/version.rb
@@ -1,5 +1,5 @@
module Clearance
module I18n
- VERSION = '0.0.1'
+ VERSION = '0.1.0'
end
0 commit comments