Comparing changes
v0.2.16
→
v0.2.17
3 commits
3 files changed
Commits
Changed files (3)
lib/saml/kit/version.rb
@@ -1,5 +1,5 @@
module Saml
module Kit
- VERSION = "0.2.16"
+ VERSION = "0.2.17"
end
end
.travis.yml
@@ -3,3 +3,4 @@ language: ruby
rvm:
- 2.4.2
before_install: gem install bundler -v 1.15.4
+script: "bundle exec rspec"
README.md
@@ -246,7 +246,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
## Contributing
-Bug reports and pull requests are welcome on Github at https://github.com/mokhan/saml-kit.
+Bug reports and pull requests are welcome on Github at https://github.com/saml-kit/saml-kit.
## License