Skip to content

Commit

Permalink
🎨 fix rubocop issues and add travis CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Stevens committed Oct 30, 2017
1 parent 1d27fe2 commit d86a39f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:

env:
- VAULT_VERSION=0.7.0
- VAULT_VERSION=0.8.3

rvm:
- 2.3.1
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require 'bundler/gem_tasks'
begin
Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
$stderr.puts e.message
$stderr.puts 'Run `bundle install` to install missing gems'
warn e.message
warn 'Run `bundle install` to install missing gems'
exit e.status_code
end

Expand Down
4 changes: 2 additions & 2 deletions vaulty.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Gem::Specification.new do |s|
s.require_paths << 'lib'
s.executables << 'vaulty'

s.add_dependency 'vault', '~> 0.10.1'
s.add_dependency 'hashdiff', '~> 0.3.0'
s.add_dependency 'hirb', '~> 0.7.3'
s.add_dependency 'tty', '~> 0.7.0'
s.add_dependency 'hashdiff', '~> 0.3.0'
s.add_dependency 'vault', '~> 0.10.1'

s.add_development_dependency 'rake'

Expand Down

0 comments on commit d86a39f

Please sign in to comment.