iori 0.1.0 → 0.1.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 +9 -10
- data/iori.gemspec +1 -1
- data/lib/iori/railtie.rb +1 -1
- data/lib/iori/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 03324535e66b4d9c1c9b82d60c97f3325e25a8b333bd8f74ec7212d4adc5f173
|
|
4
|
+
data.tar.gz: ec88fe75389345dd8eb45ac09617bfc4dd86910d9e98d1d0bf885d6c4c5695aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '009a7de08589b591cb1b26dbf2796a4cde63a0ab0c93acafa40edc6ba7f1ec89da67a1aaf209d61375a4e8957358f6bf8734e4bad30b1c43cd7b679a659c2314'
|
|
7
|
+
data.tar.gz: 3016c3b33052f46447b697587054dafb8eab1189356cb780abd28c386528021bff19f4da2501445686c27520a8915a2f804fdb7dbab1650698fab4796347c42f
|
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Iori
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
Configure rails config easily.
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
|
@@ -16,13 +14,14 @@ And then execute:
|
|
|
16
14
|
|
|
17
15
|
$ bundle install
|
|
18
16
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
$ gem install iori
|
|
22
|
-
|
|
23
|
-
## Usage
|
|
17
|
+
## Features
|
|
24
18
|
|
|
25
|
-
|
|
19
|
+
- Not generated by scaffold
|
|
20
|
+
- helper
|
|
21
|
+
- routing specs
|
|
22
|
+
- view_specs
|
|
23
|
+
- Add settings for docker
|
|
24
|
+
- web-console permissions
|
|
26
25
|
|
|
27
26
|
## Development
|
|
28
27
|
|
|
@@ -32,7 +31,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
32
31
|
|
|
33
32
|
## Contributing
|
|
34
33
|
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
34
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/mogurastore/iori.
|
|
36
35
|
|
|
37
36
|
## License
|
|
38
37
|
|
data/iori.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.authors = %w[MoguraStore]
|
|
9
9
|
spec.email = %w[368034+lisp719@users.noreply.github.com]
|
|
10
10
|
|
|
11
|
-
spec.summary = 'Configure rails config easily'
|
|
11
|
+
spec.summary = 'Configure rails config easily.'
|
|
12
12
|
spec.description = spec.summary
|
|
13
13
|
spec.homepage = 'https://github.com/mogurastore/iori'
|
|
14
14
|
spec.license = 'MIT'
|
data/lib/iori/railtie.rb
CHANGED
data/lib/iori/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iori
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MoguraStore
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03-
|
|
11
|
+
date: 2022-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: Configure rails config easily
|
|
13
|
+
description: Configure rails config easily.
|
|
14
14
|
email:
|
|
15
15
|
- 368034+lisp719@users.noreply.github.com
|
|
16
16
|
executables: []
|
|
@@ -56,5 +56,5 @@ requirements: []
|
|
|
56
56
|
rubygems_version: 3.2.22
|
|
57
57
|
signing_key:
|
|
58
58
|
specification_version: 4
|
|
59
|
-
summary: Configure rails config easily
|
|
59
|
+
summary: Configure rails config easily.
|
|
60
60
|
test_files: []
|