We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 876d047 + 2358892 commit e489e41Copy full SHA for e489e41
.travis.yml
@@ -15,3 +15,11 @@ install: bundle install --retry=3 --jobs=3
15
gemfile:
16
- gemfiles/rails_4.gemfile
17
- 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
@@ -1,3 +1,3 @@
1
module JsonapiCompliable
2
- VERSION = "0.9.0"
+ VERSION = "0.9.1"
3
end
0 commit comments