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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4daa4b636cdeaea2a11e187bf76d0d9fbadcc9ddd359a112dd687cebdd0e01aa
4
- data.tar.gz: ea193d0c6db748ea7d7f8bb25bde91fe118eefb997276451d605d98cb4822f2d
3
+ metadata.gz: d2bb6ad04454509e6414a0309c84c7a2ae5ddea3c4e74bb23bbda9126dd7f40a
4
+ data.tar.gz: 54b3e282a99725591218fa43796887748682c43deb7de815481b96f3022904e2
5
5
  SHA512:
6
- metadata.gz: a7ee67eb5578a8b7ff6f90316d0d8163171936b566d6c169f64af88543392bd83b745461a5c56bb3a3557e621e641482395a8e2ff0c24a48f33fdb79aee5c17e
7
- data.tar.gz: dff2ea8a5e9a31f11e9da15e67fc9d6bb6698cd9d79c3f0e03e60edcce204b43d81e27a5f15c55c499c973f1af341d221cdc7b9532b8842f0524a84cc3654f56
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/[USERNAME]/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.
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/[USERNAME]/micro_admin/blob/master/CODE_OF_CONDUCT.md).
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).
@@ -1,3 +1,3 @@
1
1
  module MicroAdmin
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: micro_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - cc-kawakami