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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36cf690282b107f1ca3f34bc7c2b4eb0fcb141d38297621e1ce4b78f9b78d92c
4
- data.tar.gz: e855f01d8bfcb957309f06bbf7584587bb4a0bcd14f2c869fddba29b6355bcdf
3
+ metadata.gz: 03324535e66b4d9c1c9b82d60c97f3325e25a8b333bd8f74ec7212d4adc5f173
4
+ data.tar.gz: ec88fe75389345dd8eb45ac09617bfc4dd86910d9e98d1d0bf885d6c4c5695aa
5
5
  SHA512:
6
- metadata.gz: a8d3ebb407df6dd61cfb2f42ea919fc7468fa1adb3d6f8aae38dae7354c4ae07e1d92a9dc47826c3ecee0ce4c7838e4b3363da0ef5a92848eea75340ad9b9111
7
- data.tar.gz: 619edfaeebd32ac2d848bdc10bad3e40dfe4b90e48bcb8412ce6d75467781e6c0639d0e71e22fe32bb7e7cf038728ff9f3dba2bf3f1d770b97e824358c8b91a2
6
+ metadata.gz: '009a7de08589b591cb1b26dbf2796a4cde63a0ab0c93acafa40edc6ba7f1ec89da67a1aaf209d61375a4e8957358f6bf8734e4bad30b1c43cd7b679a659c2314'
7
+ data.tar.gz: 3016c3b33052f46447b697587054dafb8eab1189356cb780abd28c386528021bff19f4da2501445686c27520a8915a2f804fdb7dbab1650698fab4796347c42f
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Iori
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/iori`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- Or install it yourself as:
20
-
21
- $ gem install iori
22
-
23
- ## Usage
17
+ ## Features
24
18
 
25
- TODO: Write usage instructions here
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/[USERNAME]/iori.
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
@@ -9,6 +9,6 @@ module Iori
9
9
  config.app_generators.view_specs = false
10
10
  end
11
11
 
12
- config.web_console.permissions = '0.0.0.0/0' if Rails.env.development?
12
+ config.web_console.permissions = '0.0.0.0/0' if Rails.env.development? && config.respond_to?(:web_console)
13
13
  end
14
14
  end
data/lib/iori/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Iori
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
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.0
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-29 00:00:00.000000000 Z
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: []