rails-stimulus-generator 1.0.1 → 1.0.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: 7edfbd5bc8a92c04ff06e8fe95529250bf408a6f3e2cd7c0d1150f9d8277e1f8
4
- data.tar.gz: 3ccc1bb4e015bff71bbfd8e2813567217efe364e3475e5de74dbabad15e4142f
3
+ metadata.gz: f9607809914bd0920c7eccdb2a00aa76c366e1f651258b847ab3eb2a83e1f5f8
4
+ data.tar.gz: ce38f1a00fd9d88189359cd8546571ae72f0a346fb331ab56082841c192e6a44
5
5
  SHA512:
6
- metadata.gz: d2f5fdaa11af043fac1d33f1b6477d959bb96a891b036f0f32ab08d853183581faeb987c93b3c502add406a338efb99b72a49bfedfbf7f79e32819e0a5b39750
7
- data.tar.gz: e9c2f900d706320e32712dbfbe733d91a21f424fa3f07154ae3be774096e1459f62bba180ed40ea1d28414228edbd4174352c4dd47f53a2f7adc822af1fc299e
6
+ metadata.gz: f463e931b6382588d63f6d121b3dbc6dc293d314eadf4007636fcb9e03e3858a2e3816c12819aa7c7bc729b45c67f87382c8adcd51e13c3eef006d1edd0353a5
7
+ data.tar.gz: 7f539d515005c88cd16d2f813370102664b04e4a654c82b88e80604f48324bdb10ad323b32e29be759489e1b77e06f57be02bdb298f9cd4603bf9584cd5ba092
@@ -2,6 +2,8 @@ import { Controller } from 'stimulus'
2
2
 
3
3
  export default class extends Controller {
4
4
  static targets = []
5
+ static classes = []
6
+ static values = {}
5
7
 
6
8
  initialize() {
7
9
  // Called once, when the controller is first instantiated
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-stimulus-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Colby
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-15 00:00:00.000000000 Z
11
+ date: 2021-09-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description:
14
14
  email: david@colby.so
15
15
  executables: []
16
16
  extensions: []
@@ -23,7 +23,7 @@ homepage: https://github.com/DavidColby/rails-stimulus-generator
23
23
  licenses:
24
24
  - MIT
25
25
  metadata: {}
26
- post_install_message:
26
+ post_install_message:
27
27
  rdoc_options: []
28
28
  require_paths:
29
29
  - lib
@@ -38,8 +38,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0'
40
40
  requirements: []
41
- rubygems_version: 3.1.2
42
- signing_key:
41
+ rubygems_version: 3.2.5
42
+ signing_key:
43
43
  specification_version: 4
44
44
  summary: A simple Rails generator to create new Stimulus controllers
45
45
  test_files: []