File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -13,28 +13,28 @@ matrix:
13
13
allow_failures :
14
14
- rvm : ruby-head
15
15
include :
16
- - rvm : 2.2.6
16
+ - rvm : 2.2
17
17
gemfile : gemfiles/active_record.rb
18
18
env : ORM=active_record
19
- - rvm : 2.2.6
19
+ - rvm : 2.2
20
20
gemfile : gemfiles/sequel.rb
21
21
env : ORM=sequel
22
- - rvm : 2.2.6
22
+ - rvm : 2.2
23
23
gemfile : gemfiles/mongoid.rb
24
24
env : ORM=mongoid
25
- - rvm : 2.3.3
25
+ - rvm : 2.3
26
26
gemfile : gemfiles/active_record.rb
27
27
env : ORM=active_record
28
- - rvm : 2.3.3
28
+ - rvm : 2.3
29
29
gemfile : gemfiles/sequel.rb
30
30
env : ORM=sequel
31
- - rvm : 2.3.3
31
+ - rvm : 2.3
32
32
gemfile : gemfiles/mongoid.rb
33
33
env : ORM=mongoid
34
- - rvm : 2.4.1
34
+ - rvm : 2.4
35
35
gemfile : gemfiles/active_record.rb
36
36
env : ORM=active_record
37
- - rvm : 2.4.1
37
+ - rvm : 2.4
38
38
gemfile : gemfiles/sequel.rb
39
39
env : ORM=sequel
40
40
- rvm : ruby-head
Original file line number Diff line number Diff line change 3
3
</p >
4
4
5
5
# Grape::OAuth2
6
+ [ ![ Gem Version] ( https://badge.fury.io/rb/grape_oauth2.svg )] ( http://badge.fury.io/rb/grape_oauth2 )
6
7
[ ![ Build Status] ( https://travis-ci.org/nbulaj/grape_oauth2.svg?branch=master )] ( https://travis-ci.org/nbulaj/grape_oauth2 )
7
- [ ![ Dependency Status] ( https://gemnasium.com/nbulaj/grape_oauth2.svg )] ( https://gemnasium.com/nbulaj/grape_oauth2 )
8
8
[ ![ Coverage Status] ( https://coveralls.io/repos/github/nbulaj/grape_oauth2/badge.svg )] ( https://coveralls.io/github/nbulaj/grape_oauth2 )
9
9
[ ![ Code Climate] ( https://codeclimate.com/github/nbulaj/grape_oauth2/badges/gpa.svg )] ( https://codeclimate.com/github/nbulaj/grape_oauth2 )
10
10
[ ![ Inline docs] ( http://inch-ci.org/github/nbulaj/grape_oauth2.svg?branch=master )] ( http://inch-ci.org/github/nbulaj/grape_oauth2 )
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ module VERSION
13
13
# Major version of the gem
14
14
MAJOR = 0
15
15
# Minor version of the gem
16
- MINOR = 1
16
+ MINOR = 2
17
17
# Tiny version of the gem
18
- TINY = 1
18
+ TINY = 0
19
19
20
20
# Full gem version string
21
21
STRING = [ MAJOR , MINOR , TINY ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments