Skip to content

Commit decb6bb

Browse files
committed
Bump version to 0.7.0; Add travis release support
This will allow travis to build and push new gems on new tag creation
1 parent f33529e commit decb6bb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
language: ruby
22
rvm:
3-
- 2.2.3
3+
- 2.2.3
44
before_install: gem install bundler -v 1.11.2
5+
6+
deploy:
7+
provider: rubygems
8+
api_key: $RUBYGEMS_API_KEY
9+
gem: jsonapi_errorable
10+
on:
11+
tags: true
12+
repo: jsonapi-suite/jsonapi_errorable

lib/jsonapi_errorable/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JsonapiErrorable
2-
VERSION = "0.6.2"
2+
VERSION = "0.7.0"
33
end

0 commit comments

Comments
 (0)