Skip to content

Commit

Permalink
Version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stgeneral committed May 12, 2019
1 parent 9de40ba commit b95c7da
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.6.2
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# AuxiliaryRails Changelog

## v0.1.5

* Fix Gemfile.lock

## v0.1.4

* Rename CLI comman `create_rails_app` to `new`
* Code style updates in auxiliary_rails.gemspec
* Fix order of gems in Rails template, rename template

## v0.1.3

* Upgrate `rubocop` gem and its configs
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
auxiliary_rails (0.1.3)
auxiliary_rails (0.1.5)
thor

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/auxiliary_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AuxiliaryRails
VERSION = '0.1.4'.freeze
VERSION = '0.1.5'.freeze
end

0 comments on commit b95c7da

Please sign in to comment.