Skip to content

Commit

Permalink
Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stgeneral committed Aug 17, 2019
1 parent 50f60f2 commit b4d09ad
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.2
2.6.3
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# AuxiliaryRails Changelog

## v0.1.6

* API Resource generator
* Command Object

## v0.1.5

* Fix Gemfile.lock

## v0.1.4

* Rename CLI comman `create_rails_app` to `new`
* Code style updates in auxiliary_rails.gemspec
* Rename CLI command `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
* `rubocop-rspec` and `rubocop-performance` gem itegration
* `rubocop-rspec` and `rubocop-performance` gem iteration
* Added basic Rails application template
* CLI with `create_rails_app` command

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
auxiliary_rails (0.1.5)
auxiliary_rails (0.1.6)
thor

GEM
Expand Down Expand Up @@ -170,4 +170,4 @@ DEPENDENCIES
rubocop-rspec

BUNDLED WITH
2.0.1
2.0.2
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.5'.freeze
VERSION = '0.1.6'.freeze
end

0 comments on commit b4d09ad

Please sign in to comment.