redux_gen 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/Gemfile.lock +1 -1
- data/README.md +12 -2
- data/lib/redux_gen/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9ec2829ccb2a52d223d11df2266c3565631ed9c
|
4
|
+
data.tar.gz: bb6bcc387b942d6a022cb5a23076be290af7ba91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f41c355e333045eb351ddceb772d3eeee596f5e58b427f5c5d00b5a0a0c96a73cbd291792765b358403f7d7f5ad39234877fd1a9fc29ae40af00448656ecce82
|
7
|
+
data.tar.gz: af2edfada18c1a67f22a3e783619ac0f40a5ba29e3aa294872202f5cecdbec67f77af361af164b6c89d793cecfeabdb0e88e6d3d0045599e1e31d10d994ae694
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -22,7 +22,17 @@ Or install it yourself as:
|
|
22
22
|
|
23
23
|
## Usage
|
24
24
|
|
25
|
-
|
25
|
+
The gem has two main actions available: `new` and `destroy`.
|
26
|
+
|
27
|
+
The `new` action accepts the component type and name of the component itself. Available types are:
|
28
|
+
- reducer
|
29
|
+
- middleware
|
30
|
+
- action
|
31
|
+
- constant
|
32
|
+
- component
|
33
|
+
|
34
|
+
Under the context of this generator, a component is any individual piece of React/Redux code that can be generated. Not to be confused with a React component
|
35
|
+
which behaves like an HTML template.
|
26
36
|
|
27
37
|
## Development
|
28
38
|
|
@@ -32,7 +42,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
32
42
|
|
33
43
|
## Contributing
|
34
44
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
45
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/LySofDev/redux_gen. 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.
|
36
46
|
|
37
47
|
## License
|
38
48
|
|
data/lib/redux_gen/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: redux_gen
|
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
|
- Esteban Hernandez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-10-
|
11
|
+
date: 2017-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|