Skip to content

Commit 402deb4

Browse files
committed
Adding support to Ruby 2.4 and head
1 parent e397b3e commit 402deb4

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ addons:
55

66
language: ruby
77

8-
before_install: rvm rubygems master --force
9-
install: gem install --file
10-
script: "RUBYGEMS_GEMDEPS=- rake test"
11-
128
rvm:
13-
- "2.3.0"
9+
- "ruby-head"
10+
- "2.4.0"
11+
- "2.3"
1412
- "2.2"
1513
- "2.1"
1614
- "2.0"

HISTORY

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== CURRENT
2+
3+
* Adding support to Ruby 2.4 and head (James Pinto)
4+
15
=== 0.5.1 2016-02-29
26

37
* Proper handling for empty query string in RequestToken#build_authorize_url (midchildan,

0 commit comments

Comments
 (0)