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 ef605fe commit 80454aa
Show file tree
Hide file tree
Showing 4 changed files with 653 additions and 640 deletions.
3 changes: 3 additions & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ruby:
Enabled: true
config_file: .rubocop.yml
10 changes: 10 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This project follows the Ribose OSS style guide.
# https://github.com/riboseinc/oss-guides
# All project-specific additions and overrides should be specified in this file.

inherit_from:
- https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml
AllCops:
TargetRubyVersion: 2.3
Rails:
Enabled: true
2 changes: 1 addition & 1 deletion lib/metanorma/csand/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Csand
VERSION = "1.0.7"
VERSION = "1.0.8"
end
end
Loading

0 comments on commit 80454aa

Please sign in to comment.