react_rails_modal 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 55c291279bedd7c91119ebfa77008b888d4d363e
4
- data.tar.gz: 178f8dd53341fc66517edb230410d752854046c3
3
+ metadata.gz: a9acb85fd4e77834b7c2cdd51126ee6c27c6019d
4
+ data.tar.gz: 9869f70c3f6fb50445871614f26414bfa5f2e18b
5
5
  SHA512:
6
- metadata.gz: 9a37fa915116b6ef601e3484c57e3d90c4d457c08df4e9c1ec1fb099bac29d13af950665d5c50602be3562c67519643189c55e43092ea914739194c546f8148a
7
- data.tar.gz: b6c889fbec86db2dd68f92edfcf682b7980067bf1a089f855333e78bc4410b746f63a0667da157105b5ccb042dc28913cb4e9325acbeca925cc97361e69fd323
6
+ metadata.gz: 818ed1d19eac08272cd779faf32c270b2a114541f2f2f6d3304f1414b3c593ed900516c6e8ffe8760cdae07c4392943dbd4e824e730bd10b4f6f1b84a5176768
7
+ data.tar.gz: 192d38c31f05966e1a4e76c53d518407e6bb18209c5189bd4e7424a22b6a6da84a32ed1e164bba39ff0082c4fea9202dfcb057e20887004f482df44c45b65bbe
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Gem Version](https://badge.fury.io/rb/react_rails_modal.svg)](https://badge.fury.io/rb/react_rails_modal)
2
+
1
3
  # ReactRailsModal
2
4
 
3
5
  Accessible modal dialog component on react-rails.
@@ -45,14 +47,14 @@ This will place the following in your `application.js`:
45
47
  ## Usage
46
48
 
47
49
  ```xml
48
- <ModalConponent
50
+ <ModalComponent
49
51
  isOpen={bool}
50
52
  onCloseRequest={requestCloseFunction}
51
53
  style={customStyle}
52
54
  >
53
55
  <h1>Modal Component Content</h1>
54
56
  <p>Text</p>
55
- </Modal>
57
+ </ModalComponent>
56
58
  ```
57
59
 
58
60
  ## Examples
@@ -1,3 +1,3 @@
1
1
  module ReactRailsModal
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: react_rails_modal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kiyodori
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-06 00:00:00.000000000 Z
11
+ date: 2016-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler