Skip to content

Commit 3ec204f

Browse files
authored
Merge pull request #8 from wadetandy/master
Bump version to 0.7.0; Add travis release support
2 parents 624646a + decb6bb commit 3ec204f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

+9-1
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

+1-1
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)