js_obj 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/js_obj/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: 842a71a039e8b87da31ccbc3e70047c4a0937169
|
4
|
+
data.tar.gz: f8eefc01b0ade7d27da8a244feb4b71a604dd69a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0f0ec516b49dfe55a9efa2bcd4a88afc632e00612fe96a1a4c4a74e1eb2aa45fa564d0951fc65e61cbd2dc86762fcc18f8a4f63dcecc28a674ccea4085b80b3
|
7
|
+
data.tar.gz: 029c1f5e6aa97e3a34c269639132ebc3c46dab9de8520ef5d02b3dc92f6fc0bb463f45a609fef2f9c21c99c27b2d6c5bd8b4b6142e96e37998135e05773b7820
|
data/README.md
CHANGED
@@ -59,7 +59,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
59
59
|
|
60
60
|
## Contributing
|
61
61
|
|
62
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
62
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/nwtgck/js_obj. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
|
63
63
|
|
64
64
|
|
65
65
|
## License
|
data/lib/js_obj/version.rb
CHANGED