Skip to content

Commit

Permalink
bump to 1.0.2 - previous fix was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
GarPit committed Aug 8, 2017
1 parent d3d63a0 commit bb87e91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 1.0.2 2017-08-08

* [fixed] previous fix was incorrect - neet to load entire generators.rb

## Version 1.0.1 2017-08-08

* [fixed] for some reason was getting "uninitialized constant Rails::Generators::Base"
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/kms_seo/install/install_generator.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'rails/generators/base'
require 'rails/generators'
module KmsSeo
class InstallGenerator < Rails::Generators::Base
source_root File.expand_path('../../../../../', __FILE__)
Expand Down
2 changes: 1 addition & 1 deletion lib/kms/seo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Kms
module Seo
VERSION = "1.0.1"
VERSION = "1.0.2"
end
end

0 comments on commit bb87e91

Please sign in to comment.