micro_admin 0.1.1 → 0.1.3

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: a1754e0aaf1722f986de15651811bd13f5c6abd9cc3460e835a0afff76d61b3a
4
+ data.tar.gz: 7a6ef5a45d40d0c5a3cf0bad9b2c8dfa32b154c653f65d5dbf5871c017b4f897
5
5
  SHA512:
6
- metadata.gz: a7ee67eb5578a8b7ff6f90316d0d8163171936b566d6c169f64af88543392bd83b745461a5c56bb3a3557e621e641482395a8e2ff0c24a48f33fdb79aee5c17e
7
- data.tar.gz: dff2ea8a5e9a31f11e9da15e67fc9d6bb6698cd9d79c3f0e03e60edcce204b43d81e27a5f15c55c499c973f1af341d221cdc7b9532b8842f0524a84cc3654f56
6
+ metadata.gz: 56c5c69ef92453ad017864b87c1345633fcb729bbea54302663a68cf3386822c89fc1e75e075da0820cae6edb438bb77a0eebbbfe0a28d715b64b4eb915aeeac
7
+ data.tar.gz: ee26bb65666d0d364f5be46e6e9c2b9fef5bea4eecb9bc9a7a57c01f2b80487fc551660d519651d4f7b56bc4641dea61df2c1a0ff9824ef8c716879920086c04
data/README.md CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
22
22
 
23
23
  ```ruby
24
24
  class ApplicationDashboard < MicroAdmin::Dashboard::Base
25
- # If you use with Ruby on Rails
25
+ # example:
26
26
  self.view_paths = [Rails.root.join("app", "views", "dashboards")]
27
27
  end
28
28
  ```
@@ -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.3"
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - cc-kawakami