Skip to content

Commit

Permalink
bump version, add changelog entry and add rubocop file (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Oct 25, 2021
1 parent 41a46e2 commit dd5a69e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# style
Style/MultilineBlockChain:
Enabled: false
Style/HashSyntax:
EnforcedStyle: 'no_mixed_keys'
Style/ClassAndModuleChildren:
EnforcedStyle: 'compact'
Style/WordArray:
EnforcedStyle: 'brackets'
Style/SymbolArray:
EnforcedStyle: 'brackets'

# layout
Layout/HashAlignment:
EnforcedColonStyle: table
EnforcedHashRocketStyle: table
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0] - 2021-04-20
### Changed
- Update base URLs of Files and File Editor apps for OnDemand 2.0
- Rails dependnecy is now 5 or 6.


## [1.1.4] - 2019-10-25
### Changed
Expand Down
4 changes: 3 additions & 1 deletion lib/ood_appkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# frozen_string_literal: true

module OodAppkit
# The current version of OodAppkit
VERSION = "1.1.4"
VERSION = '2.0.0'
end

0 comments on commit dd5a69e

Please sign in to comment.