rails_g_with_attributes 0.0.1 → 1.0.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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +9 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a9b29ae074f7e35598baa294f9248174f0c5dcf61cdfb7d669f01b86a0119bd
4
- data.tar.gz: 27a9be246cf354c5d8b425eb2762f271295ae07ce5c2ce7b855bf4ee6dd61b8b
3
+ metadata.gz: c3f7f02145b63159c2ace0a287a7369b808c8c2effebdb6660de2661765daba7
4
+ data.tar.gz: d9846145a72ac7cadef631604957c13df719454f876428a8652bd466401a0101
5
5
  SHA512:
6
- metadata.gz: caaff24517255c86c9f9b29e7e5275478f0e20842244cfeda59d68502c7bb1d41dcb278f9c469444f3d325698b77bae2b3ab4f41f5564caf130a5fad9eb6071b
7
- data.tar.gz: f4cf61978349028fab1ec790f644d534c6506a8264477df0faf87f47a61e6ac324e0bb42402d29a896a4ae1cc1d5652edcdfc779abbabda5b3ea76c86386829f
6
+ metadata.gz: 579ff1bde1cb04a4d1548d7842a52323fbdf07385f6c12fbaa6c40867ea8428bf3537c1644d627bd896e0c78c81b88d31974cafdabf112bbe5447871f7e7446c
7
+ data.tar.gz: 5e9c57d127cc8031376c62bf568e099cff11a7fa2b60be0010c32e9c59f46aa7f93696973a8c65f2b6b56a75066e04fe307faa4ba5b4913c9cfe39303fe93f24
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_g_with_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ackshaey Singh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-14 00:00:00.000000000 Z
11
+ date: 2023-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -24,11 +24,11 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 5.0.0
27
- description: |-
28
- code is a patch that modifies the rails g scaffold_controller generator to \
29
- accept the --with_attributes option. The --with_attributes option is used to read model attributes if \
30
- none are specified on the command line. This is a way to simplify the process of generating code by automatically \
31
- including all of the attributes of the model.
27
+ description: This is a patch that modifies the rails g scaffold_controller generator
28
+ to accept a --with_attributes option. The --with_attributes option is used to read
29
+ model attributes if none are specified on the command line. This is a way to simplify
30
+ the process of generating code by automatically including all of the attributes
31
+ of the model when generating controller actions and views.
32
32
  email:
33
33
  - ackshaey@gmail.com
34
34
  executables: []
@@ -37,7 +37,7 @@ extra_rdoc_files: []
37
37
  files:
38
38
  - lib/rails_g_with_attributes.rb
39
39
  - lib/with_attributes.rb
40
- homepage: ''
40
+ homepage: https://rubygems.org/gems/rails_g_with_attributes
41
41
  licenses:
42
42
  - MIT
43
43
  metadata: {}
@@ -59,6 +59,6 @@ requirements: []
59
59
  rubygems_version: 3.2.15
60
60
  signing_key:
61
61
  specification_version: 4
62
- summary: Patches rails g to accept the --with_attributes options, used for the \ `rails
62
+ summary: Patches rails g to accept a --with_attributes options, used for the `rails
63
63
  g scaffold_controller` generator
64
64
  test_files: []