Skip to content

Commit

Permalink
bump to 1.0.1 - generator didn't get loaded correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
GarPit committed Aug 8, 2017
1 parent 3b09a25 commit d3d63a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## Version 1.0.1 2017-08-08

* [fixed] for some reason was getting "uninitialized constant Rails::Generators::Base"

## Version 1.0.0 2017-08-08

* [added] documentation about 'seo' object/variable
* [changed] install generator will remove default robots.txt
* [changed] update APIQ Core (KMS) dependency to 1.0
* [changed] update APIQ Core (KMS) dependency to 1.0

## Version 0.2.0 2017-02-02

Expand Down
1 change: 1 addition & 0 deletions lib/generators/kms_seo/install/install_generator.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'rails/generators/base'
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.0"
VERSION = "1.0.1"
end
end

0 comments on commit d3d63a0

Please sign in to comment.