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

Use bundler #4

Merged
merged 11 commits into from May 23, 2011
Merged

Use bundler #4

merged 11 commits into from May 23, 2011

Conversation

jherdman
Copy link
Contributor

Update to use Bundler, and its various tools.


s.add_dependency('eventmachine')
s.add_dependency 'eventmachine', ['>= 1.0.0.beta.3']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jack should work with older versions of eventamchine. At a max, I think this should be 0.12.10 until 1.0 is out.

@dj2
Copy link
Contributor

dj2 commented May 23, 2011

This is looking good. One thing, I'm not a fan of having .rvmrc files committed. If you can remove that and bump the required EM version down this looks merge-able.

James F. Herdman added 2 commits May 23, 2011 13:54
The usage of >= should allow projects using more recent versions to
coexist with em-jack.
@jherdman
Copy link
Contributor Author

Take a look at 8cadfff. I think that should satisfy some projects I've encountered using the EventMachine betas, and those using older EventMachine.

dj2 added a commit that referenced this pull request May 23, 2011
@dj2 dj2 merged commit 0e6efd0 into igrigorik:master May 23, 2011
@dj2
Copy link
Contributor

dj2 commented May 23, 2011

Looks good, thanks for the fixes.

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.

None yet

2 participants