Skip to content

Commit 47387bc

Browse files
committed
Specified :require => 'drip' for Gemfile inclusion
The previous way of including the gem into `Gemfile` didn't work, because the correct file to `require` is `lib/drip.rb` (and not `lib/drip-ruby.rb`)
1 parent 4a61e8d commit 47387bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Ruby toolkit for the [Drip](https://www.getdrip.com/) API.
66

77
Add this line to your application's Gemfile:
88

9-
gem 'drip-ruby'
9+
gem 'drip-ruby', :require => 'drip'
1010

1111
And then execute:
1212

0 commit comments

Comments
 (0)