mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Version 1.0.0
This commit is contained in:
parent
4c9276a6f2
commit
db62fb3322
5 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
module Kaminari
|
||||
module Actionview
|
||||
VERSION = '1.0.0.rc1'
|
||||
VERSION = '1.0.0'
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
module Kaminari
|
||||
module Activerecord
|
||||
VERSION = '1.0.0.rc1'
|
||||
VERSION = '1.0.0'
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
module Kaminari
|
||||
module Core
|
||||
VERSION = '1.0.0.rc1'
|
||||
VERSION = '1.0.0'
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Kaminari
|
||||
VERSION = '1.0.0.rc1'
|
||||
VERSION = '1.0.0'
|
||||
end
|
||||
|
|
|
@ -11,8 +11,8 @@ gemfile(true) do
|
|||
gem "railties", "5.0.1"
|
||||
gem "activerecord", "5.0.1"
|
||||
gem "sqlite3"
|
||||
gem "kaminari-core", "1.0.0.rc1"
|
||||
gem "kaminari-activerecord", "1.0.0.rc1"
|
||||
gem "kaminari-core", "1.0.0"
|
||||
gem "kaminari-activerecord", "1.0.0"
|
||||
end
|
||||
|
||||
require "active_record"
|
||||
|
|
Loading…
Reference in a new issue