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

Fix #1, add additional requires to avoid raised exceptions #2

Merged
merged 3 commits into from
Oct 9, 2016
Merged

Fix #1, add additional requires to avoid raised exceptions #2

merged 3 commits into from
Oct 9, 2016

Conversation

grempe
Copy link
Contributor

@grempe grempe commented Oct 7, 2016

No description provided.

These changes bring the gem in line with modern practices for
Ruby gems the most imortant of which is a common Rakefile for
running gem build and test tasks.

- Modernize gemspec
- Add Rakefile with rspec/yard/wwtd integration
- Modernize .travis.yml to run 2.0 - 2.3 rubies
- Remove gem dev includes from Gemfile, add to .gemspec
- Add bin dir utilities to allow standardized setup and console that includes JwtClaims

Added `wwtd` gem which lets you run `bundle exec rake wwtd` to run your
specs against all rubies that Travis CI would do server side. This lets
you confirm all specs pass in all rubies prior to pushing to Github.
@grempe
Copy link
Contributor Author

grempe commented Oct 7, 2016

I added a couple of more commits to this pull request to modernize the dev env and to fix the broken example code in the README. The the commit log for each for more details.

Cheers.

@garyf
Copy link
Owner

garyf commented Oct 9, 2016

@grempe thank you!

@grempe grempe deleted the fixes branch October 9, 2016 18:39
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