micro_admin 0.1.1 → 0.1.2
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 +2 -2
- data/lib/micro_admin/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2bb6ad04454509e6414a0309c84c7a2ae5ddea3c4e74bb23bbda9126dd7f40a
|
4
|
+
data.tar.gz: 54b3e282a99725591218fa43796887748682c43deb7de815481b96f3022904e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c490d7e1adba0a3607b46013cea52d4ec420da130cb2d610de3b2c5d125a21124e67ec6d176a5203537c0960906789704fcd0eedd00e1afe177599d333f3e1c
|
7
|
+
data.tar.gz: 16007794fc8f36ac2c4635aac850698995ce09a3c5ff65060d312327658820465f640d7ade29ac2c2283f9f2fa33712f46738b8f48e3ba545b8810c907443435
|
data/README.md
CHANGED
@@ -91,8 +91,8 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
91
91
|
|
92
92
|
## Contributing
|
93
93
|
|
94
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
94
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/cc-kawakami/micro_admin. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
95
95
|
|
96
96
|
## Code of Conduct
|
97
97
|
|
98
|
-
Everyone interacting in the MicroAdmin project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
98
|
+
Everyone interacting in the MicroAdmin project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/cc-kawakami/micro_admin/blob/master/CODE_OF_CONDUCT.md).
|
data/lib/micro_admin/version.rb
CHANGED