Skip to content

Commit 3774fdf

Browse files
committed
fix install generator
1 parent dc9e2f1 commit 3774fdf

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 1.0.1 2017-08-09
2+
3+
* [fixed] fix "uninitialized constant Rails::Generators::Base"
4+
15
## Version 1.0.0 2017-08-02
26

37
* [fixed] find_by and find_all_by now can find results not only by dynamic fields but also by id, slug, position and etc.

lib/generators/kms_models/install/install_generator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'rails/generators'
12
module KmsModels
23
class InstallGenerator < Rails::Generators::Base
34

lib/kms/models/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Kms
22
module Models
3-
VERSION = '1.0.0'
3+
VERSION = '1.0.1'
44
end
55
end

0 commit comments

Comments
 (0)