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 1.8 references. #647

Merged
merged 3 commits into from
Sep 28, 2017
Merged

Remove 1.8 references. #647

merged 3 commits into from
Sep 28, 2017

Conversation

mterzo
Copy link
Contributor

@mterzo mterzo commented Feb 27, 2017

No description provided.


if RUBY_VERSION > '1.8'
# requires ruby 1.9+, on 1.8 we'll fall back to the old regex parsing
gem 'rspec-json_expectations', '~> 1.4'
Copy link
Collaborator

Choose a reason for hiding this comment

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

This block should always be present, rather than removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're correct. I missed that. Why did this not break during the unit tests?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Because @binford2k was nice enough to politely skip that when the module doesn't load with a Rescue statement.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, maybe that should go away as well.

end

group :development do
# For Changelog generation
if RUBY_VERSION > '1.9'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does > 1.9 cover 1.9.3 or only 2.0.0+?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I does cover 1.9.3. It was to prevent 1.8. I'll double check from build logs.

@rnelson0 rnelson0 requested a review from binford2k February 27, 2017 23:34
@rnelson0
Copy link
Collaborator

I'd like @binford2k to take a quick look and see if there's anywhere else the json_expectations would need adjustment.

@Darhazer Darhazer mentioned this pull request Mar 18, 2017
@binford2k binford2k merged commit 256070e into rodjek:3.0.0 Sep 28, 2017
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