Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
language: ruby
rvm:
- 2.2.3
- 2.2.3
before_install: gem install bundler -v 1.11.2

deploy:
provider: rubygems
api_key: $RUBYGEMS_API_KEY
gem: jsonapi_errorable
on:
tags: true
repo: jsonapi-suite/jsonapi_errorable
2 changes: 1 addition & 1 deletion lib/jsonapi_errorable/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JsonapiErrorable
VERSION = "0.6.2"
VERSION = "0.7.0"
end