Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add lib/redis-objects.rb for require #85

Merged
merged 2 commits into from
Feb 20, 2013

Conversation

notEthan
Copy link

add lib/redis-objects.rb so that you can require the name of the gem, as bundler does, without specifying a different require.

means that a Gemfile can change like so

-gem 'redis-objects', :require => 'redis/objects'
+gem 'redis-objects'

nateware added a commit that referenced this pull request Feb 20, 2013
add lib/redis-objects.rb for easier Gemfile require
@nateware nateware merged commit c6a0859 into nateware:master Feb 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants