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.
1 parent e397b3e commit 402deb4Copy full SHA for 402deb4
.travis.yml
@@ -5,12 +5,10 @@ addons:
5
6
language: ruby
7
8
-before_install: rvm rubygems master --force
9
-install: gem install --file
10
-script: "RUBYGEMS_GEMDEPS=- rake test"
11
-
12
rvm:
13
-- "2.3.0"
+- "ruby-head"
+- "2.4.0"
+- "2.3"
14
- "2.2"
15
- "2.1"
16
- "2.0"
HISTORY
@@ -1,3 +1,7 @@
1
+=== CURRENT
2
+
3
+* Adding support to Ruby 2.4 and head (James Pinto)
4
=== 0.5.1 2016-02-29
* Proper handling for empty query string in RequestToken#build_authorize_url (midchildan,
0 commit comments