Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 12, 2018
1 parent 3a0108c commit 320e712
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .hound.yml
@@ -0,0 +1,3 @@
ruby:
Enabled: true
config_file: .rubocop.yml
9 changes: 2 additions & 7 deletions .rubocop.yml
Expand Up @@ -3,13 +3,8 @@
# All project-specific additions and overrides should be specified in this file.

inherit_from:
# Thoughtbot's style guide from: https://github.com/thoughtbot/guides
- ".rubocop.tb.yml"
# Overrides from Ribose
- ".rubocop.ribose.yml"
- https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml
AllCops:
DisplayCopNames: false
StyleGuideCopsOnly: false
TargetRubyVersion: 2.5
TargetRubyVersion: 2.3
Rails:
Enabled: true
2 changes: 1 addition & 1 deletion lib/metanorma-cli/version.rb
@@ -1,5 +1,5 @@
module Metanorma
module CLI
VERSION = "1.0.5"
VERSION = "1.0.6"
end
end

0 comments on commit 320e712

Please sign in to comment.