Skip to content

Commit e9854b3

Browse files
committed
Bump gem version (0.2)
1 parent 0fd5cf0 commit e9854b3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@ matrix:
1313
allow_failures:
1414
- rvm: ruby-head
1515
include:
16-
- rvm: 2.2.6
16+
- rvm: 2.2
1717
gemfile: gemfiles/active_record.rb
1818
env: ORM=active_record
19-
- rvm: 2.2.6
19+
- rvm: 2.2
2020
gemfile: gemfiles/sequel.rb
2121
env: ORM=sequel
22-
- rvm: 2.2.6
22+
- rvm: 2.2
2323
gemfile: gemfiles/mongoid.rb
2424
env: ORM=mongoid
25-
- rvm: 2.3.3
25+
- rvm: 2.3
2626
gemfile: gemfiles/active_record.rb
2727
env: ORM=active_record
28-
- rvm: 2.3.3
28+
- rvm: 2.3
2929
gemfile: gemfiles/sequel.rb
3030
env: ORM=sequel
31-
- rvm: 2.3.3
31+
- rvm: 2.3
3232
gemfile: gemfiles/mongoid.rb
3333
env: ORM=mongoid
34-
- rvm: 2.4.1
34+
- rvm: 2.4
3535
gemfile: gemfiles/active_record.rb
3636
env: ORM=active_record
37-
- rvm: 2.4.1
37+
- rvm: 2.4
3838
gemfile: gemfiles/sequel.rb
3939
env: ORM=sequel
4040
- rvm: ruby-head

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
</p>
44

55
# Grape::OAuth2
6+
[![Gem Version](https://badge.fury.io/rb/grape_oauth2.svg)](http://badge.fury.io/rb/grape_oauth2)
67
[![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)
88
[![Coverage Status](https://coveralls.io/repos/github/nbulaj/grape_oauth2/badge.svg)](https://coveralls.io/github/nbulaj/grape_oauth2)
99
[![Code Climate](https://codeclimate.com/github/nbulaj/grape_oauth2/badges/gpa.svg)](https://codeclimate.com/github/nbulaj/grape_oauth2)
1010
[![Inline docs](http://inch-ci.org/github/nbulaj/grape_oauth2.svg?branch=master)](http://inch-ci.org/github/nbulaj/grape_oauth2)

lib/grape_oauth2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ module VERSION
1313
# Major version of the gem
1414
MAJOR = 0
1515
# Minor version of the gem
16-
MINOR = 1
16+
MINOR = 2
1717
# Tiny version of the gem
18-
TINY = 1
18+
TINY = 0
1919

2020
# Full gem version string
2121
STRING = [MAJOR, MINOR, TINY].compact.join('.')

0 commit comments

Comments
 (0)