Sign in
EDIT
/
kanjai
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
89cf37be30f9b0d463ce1a86fa1f485ff2514f53
Authored by
Karpikau Andrei
2018-10-17 15:30:40 +0300
1 parent
dfcd2ba0
change version
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
lib/kanjai.rb
lib/kanjai/version.rb
lib/kanjai.rb
View file @
89cf37b
...
...
@@ -3,7 +3,6 @@ require "devise"
3
3
require
"aws-sdk"
4
4
require
"delayed_job_active_record"
5
5
require
"rails"
6
-
require
"backport_new_renderer"
7
6
require
"kanjai/engine"
8
7
9
8
module
Kanjai
...
...
lib/kanjai/version.rb
View file @
89cf37b
1
1
module
Kanjai
2
-
VERSION
=
"0.0.8
7
"
2
+
VERSION
=
"0.0.8
8
"
3
3
end
...
...