Skip to content

Commit e489e41

Browse files
authored
Merge pull request #54 from wadetandy/master
Bump version; Add Travis release support
2 parents 876d047 + 2358892 commit e489e41

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ install: bundle install --retry=3 --jobs=3
1515
gemfile:
1616
- gemfiles/rails_4.gemfile
1717
- gemfiles/rails_5.gemfile
18+
19+
deploy:
20+
provider: rubygems
21+
api_key: $RUBYGEMS_API_KEY
22+
gem: jsonapi_compliable
23+
on:
24+
tags: true
25+
repo: jsonapi-suite/jsonapi_compliable

lib/jsonapi_compliable/version.rb

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

0 commit comments

Comments
 (0)