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

Remove the swap version pin to allow the newer version. #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daveallen
Copy link

The version pinned had a bug that broke swap-tuning.

Copy link
Owner

@zuazo zuazo left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! 😃

I added some comments to your changes. Please, if you could review them.

metadata.rb Outdated
@@ -26,7 +26,7 @@
Creates a swap file of the recommended size considering the system memory.
EOS
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.3.0' # WiP
version '0.3.1' # WiP
Copy link
Owner

Choose a reason for hiding this comment

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

Please don't change bump the version. The version 0.3.0 is still unreleased.

Copy link
Author

Choose a reason for hiding this comment

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

Sorry

metadata.rb Outdated
@@ -45,7 +45,7 @@
supports 'suse'
supports 'ubuntu'

depends 'swap', '~> 0.3'
depends 'swap'
Copy link
Owner

Choose a reason for hiding this comment

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

Why not update the condition instead of removing it? Any reason? 😕

Copy link
Author

Choose a reason for hiding this comment

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

sure I can do that.

@daveallen
Copy link
Author

Okay, just changed the version.

@daveallen
Copy link
Author

Can you merge the pull request so I can use the supermarket version in my cookbooks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants