referable 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -4
- data/lib/referable/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2cf4aba3625887515493a6504d7a874f7c408ef
|
|
4
|
+
data.tar.gz: e9be7f3677a599015f8eb11e92314c63a24ccd61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e177ce39f879dfd6ce07ce0cab7b970df82725c69dfe213d45e37d615354bc4aa629f430dbd2c1a8bd257d7323a36ba185028b39de3ec04e98f596031e413ee2
|
|
7
|
+
data.tar.gz: 6add45775927f999890c0bc7cf1f537029c4686bd571dcb76accfa3c719f8c17453bd96d77433916e0c4e268987134f644af5a3495f3f2e51e9687ab4b026ab5
|
data/README.md
CHANGED
|
@@ -102,13 +102,15 @@ the new recruit.
|
|
|
102
102
|
|
|
103
103
|
## Development
|
|
104
104
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
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).
|
|
105
|
+
There are currently no tests :sob: as this was ported over from tested code in another app.
|
|
106
|
+
Coming soon TM.
|
|
108
107
|
|
|
109
108
|
## Contributing
|
|
110
109
|
|
|
111
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
110
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/eola/referable.
|
|
111
|
+
This project is intended to be a safe, welcoming space for collaboration, and
|
|
112
|
+
contributors are expected to adhere to the
|
|
113
|
+
[Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
112
114
|
|
|
113
115
|
## License
|
|
114
116
|
|
data/lib/referable/version.rb
CHANGED