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

Move Yard into documentation task #15

Merged
merged 1 commit into from
Nov 30, 2017
Merged

Move Yard into documentation task #15

merged 1 commit into from
Nov 30, 2017

Conversation

janz93
Copy link
Collaborator

@janz93 janz93 commented Nov 20, 2017

the yard gem is only loaded in the development environment.
In our Rakefile initializer we expect it to be there. On travis ci
only the
test environment is load. This cause the now the Rakefile to fail on
any task
as the yard can't be required:.

close #8

the yard gem is only loaded in the development environment.
In our `Rakefile` initializer we expect it to be there. On travis ci
only the
test environment is load. This cause the now the `Rakefile` to fail on
any task
as the `yard` can't be required:.
- update Rake to `12.2`
- remove old `-rubygems` parameter as of ruby `2.0` [this is not needed
anymore](http://guides.rubygems.org/make-your-own-gem/#your-first-gem)
@janz93 janz93 requested a review from arbox November 22, 2017 09:52
arbox
arbox previously requested changes Nov 22, 2017
Copy link
Owner

@arbox arbox left a comment

Choose a reason for hiding this comment

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

Please be sure that you have restricted the minimal Ruby version in the wlapi.gemspec file according to your changes. Ruby 1.8 is not compatible any more.

@janz93
Copy link
Collaborator Author

janz93 commented Nov 28, 2017

Yes but is that a issue? We are also not testing this version anymore in the CI. Please let's discuss this further in #10

@janz93
Copy link
Collaborator Author

janz93 commented Nov 29, 2017

@arbox Could you approve this PR so Travis won't fail all the time?

@arbox
Copy link
Owner

arbox commented Nov 30, 2017

Yep, you can merge it :) Thank you!

@janz93 janz93 dismissed arbox’s stale review November 30, 2017 09:29

Problems are being discussed in #10

@janz93 janz93 merged commit 8a5b1b1 into master Nov 30, 2017
@janz93 janz93 deleted the fix-travis branch November 30, 2017 09:30
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.

Travis failing
2 participants