Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timfjord committed Dec 20, 2017
1 parent 118bc91 commit 448ec97
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
i18n-active_record (0.2.1)
i18n-active_record (0.2.2)
i18n (>= 0.5.0)

GEM
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/Gemfile.rails_3.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
i18n-active_record (0.2.1)
i18n-active_record (0.2.2)
i18n (>= 0.5.0)

GEM
Expand Down Expand Up @@ -49,4 +49,4 @@ DEPENDENCIES
test_declarative

BUNDLED WITH
1.14.3
1.15.1
4 changes: 2 additions & 2 deletions gemfiles/Gemfile.rails_4.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
i18n-active_record (0.2.1)
i18n-active_record (0.2.2)
i18n (>= 0.5.0)

GEM
Expand Down Expand Up @@ -51,4 +51,4 @@ DEPENDENCIES
test_declarative

BUNDLED WITH
1.14.3
1.15.1
4 changes: 2 additions & 2 deletions gemfiles/Gemfile.rails_5.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
i18n-active_record (0.2.1)
i18n-active_record (0.2.2)
i18n (>= 0.5.0)

GEM
Expand Down Expand Up @@ -50,4 +50,4 @@ DEPENDENCIES
test_declarative

BUNDLED WITH
1.14.3
1.15.1
4 changes: 2 additions & 2 deletions gemfiles/Gemfile.rails_master.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: ..
specs:
i18n-active_record (0.2.1)
i18n-active_record (0.2.2)
i18n (>= 0.5.0)

GEM
Expand Down Expand Up @@ -56,4 +56,4 @@ DEPENDENCIES
test_declarative

BUNDLED WITH
1.14.3
1.15.1
2 changes: 1 addition & 1 deletion lib/i18n/active_record/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module I18n
module ActiveRecord
VERSION = '0.2.1'
VERSION = '0.2.2'
end
end

0 comments on commit 448ec97

Please sign in to comment.