Skip to content

Commit

Permalink
Try capitalizing the English stdlib require
Browse files Browse the repository at this point in the history
...because even though lower case require works locally, it fails on Travis CI, and other examples I've seen online use a capitalized require.
  • Loading branch information
metavida committed May 28, 2016
1 parent 096d15e commit 626f6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oembed.rb
@@ -1,6 +1,6 @@
$LOAD_PATH.unshift File.dirname(__FILE__)

require 'english'
require 'English'
require 'net/http'

require 'oembed/version'
Expand Down

0 comments on commit 626f6e1

Please sign in to comment.