Commit 7fab552
Changed files (2)
LICENSE.txt
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2017 mo
+Copyright (c) 2017 mo khan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
README.md
@@ -1,9 +1,7 @@
# Xml::Kit
+[](https://github.com/xlgmokha/xml-kit/actions)
[](https://rubygems.org/gems/xml-kit)
-[](https://codeclimate.com/github/saml-kit/xml-kit)
-[](https://travis-ci.org/saml-kit/xml-kit)
-[](https://hakiri.io/github/saml-kit/xml-kit/master)
Xml::Kit is a toolkit for working with XML. It supports adding [XML Digital Signatures](https://www.w3.org/TR/xmldsig-core/)
and [XML Encryption](https://www.w3.org/TR/2002/REC-xmlenc-core-20021210/Overview.html).
@@ -113,7 +111,7 @@ This will produce something like the following:
## Development
-After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
+After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).