Skip to content

Commit

Permalink
Update dependencies. Add ruby 2.5.1 to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdexta committed Apr 13, 2020
1 parent 411bef8 commit 5b49a10
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .rakeTasks
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Settings><!--This file was automatically generated by Ruby plugin.
You are allowed to:
1. Remove rake task
2. Add existing rake tasks
To add existing rake tasks automatically delete this file and reload the project.
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build hash19-0.1.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install hash19-0.1.1.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install hash19-0.1.1.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.1 and build and push hash19-0.1.1.gem to rubygems.org" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
ruby-2.1.3
ruby-2.5.1
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: ruby
rvm:
- ruby-2.2.2
- ruby-2.3.0
- ruby-2.4.0
- ruby-2.5.1
2 changes: 1 addition & 1 deletion hash19.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake'
spec.add_development_dependency 'coveralls'

spec.add_runtime_dependency 'jsonpath', '~> 0.5.6'
spec.add_runtime_dependency 'jsonpath', '~> 1.0.5'
spec.add_runtime_dependency 'eldritch'

end
2 changes: 1 addition & 1 deletion lib/hash19/version.rb
@@ -1,3 +1,3 @@
module Hash19
VERSION = '0.1.1'
VERSION = '0.1.2'
end

0 comments on commit 5b49a10

Please sign in to comment.