We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 624646a + decb6bb commit 3ec204fCopy full SHA for 3ec204f
.travis.yml
@@ -1,4 +1,12 @@
1
language: ruby
2
rvm:
3
- - 2.2.3
+- 2.2.3
4
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,3 +1,3 @@
module JsonapiErrorable
- VERSION = "0.6.2"
+ VERSION = "0.7.0"
end
0 commit comments