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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b71ce55a7ab7cbe4ef32af6610d437db0c037172
4
- data.tar.gz: 1eecb61ba92d00b9e90a012ac7b0a2304d1f0fa9
3
+ metadata.gz: d9ec2829ccb2a52d223d11df2266c3565631ed9c
4
+ data.tar.gz: bb6bcc387b942d6a022cb5a23076be290af7ba91
5
5
  SHA512:
6
- metadata.gz: 0f13941bc3a906215724486d74033a744455bb270f5c271939f02140fc4e924c5258f632185333a69a370f32fe41f2b657b531ed1989b8d0d631ea73ff7d7a94
7
- data.tar.gz: b0ddbcbe8e95e4a4f48784e0bb92f4c4e10423e6b328a0dc930336baf964ae7fc1a3e9559955ddc26a5b6fd0f76241e1e2bcafa9b11b01ba2dcb315a8931eb5b
6
+ metadata.gz: f41c355e333045eb351ddceb772d3eeee596f5e58b427f5c5d00b5a0a0c96a73cbd291792765b358403f7d7f5ad39234877fd1a9fc29ae40af00448656ecce82
7
+ data.tar.gz: af2edfada18c1a67f22a3e783619ac0f40a5ba29e3aa294872202f5cecdbec67f77af361af164b6c89d793cecfeabdb0e88e6d3d0045599e1e31d10d994ae694
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- redux_gen (0.1.0)
4
+ redux_gen (0.1.1)
5
5
  thor (~> 0.20.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -22,7 +22,17 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
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/[USERNAME]/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.
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
 
@@ -1,3 +1,3 @@
1
1
  module ReduxGen
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-10 00:00:00.000000000 Z
11
+ date: 2017-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler