Comparing changes

v0.2.16 v0.2.17
3 commits 3 files changed

Commits

5bca715 bump version. mo 2017-12-22 21:37:39
cf88cc2 change repo url. mo 2017-12-22 21:36:31
cb78715 run rspec on travis ci. mo 2017-12-22 21:25:51
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