-
Notifications
You must be signed in to change notification settings - Fork 48
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
Reorganize the code into separate files #24
base: master
Are you sure you want to change the base?
Conversation
Ok will merge in a week or 2 if there are no objections raised, thanks! On Mon, Aug 12, 2013 at 4:31 PM, David Padilla [email protected]:
|
+1 for code reorganization |
Shoot it has conflicts now, any chance of a rebase for me? :) |
While trying to figure out how the gem internals work I noticed that all the code was in a single file.
I reorganized everything into separate files and got rid of Jeweler now using the more up-to-date Bundler for releasing.
No code was changed, except for the definition of Gnuplot::Plot::QUOTED.
Used the current test suite to make sure everything is working as expected.
Later on it might be a good idea to separate the test files too.