view_component_storybook 0.1.0 → 0.2.0

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
  SHA256:
3
- metadata.gz: 1021436306238303a42b8496a96765bf9c86728c8c9663560812f6c30c54617e
4
- data.tar.gz: 16ba6b7654c9b0bc8aab1c7cd36cdb5bb81a8d9913446cdd0d8c603856d57a95
3
+ metadata.gz: 156bff92fe14404e71b45c20a0b989efaa70f0c1e01212c91f8db51a9b6399a4
4
+ data.tar.gz: fd5cc132d285d64bde3e742fcde2266cc4656ac67de921e54111d9d9ff0af93b
5
5
  SHA512:
6
- metadata.gz: ccf6ca47f3d3f381956edbdf97d5b962b53b61b843851271a1b038e116cbd6423c44b2e73bbf7959441041b7e7ec914447474c17480cbff8122917237ae7da62
7
- data.tar.gz: 4bf051cdaf384dbadb873093920736293b1399e9767ef68d32d4ed6fa07d831b22d5dff397a6dd9e29ff89a99298c323ef5555787b55e102d072b156ab387aaf
6
+ metadata.gz: 6dabe9bacc42870ad37ef82a8960ed926481a9e3b68bdf6e58c2f09ba89757ede25be1564c45efcdee99a814e5c69d0fda5d29a73573f67fb42587ea8a886a04
7
+ data.tar.gz: 78f94f84257b7b1ccebe85e38157bc37bc779c54cccee0909008d5e8d933f88934dabcb225fc9f2e45c4c108d2965cc0bdf2395e8b0b04d758c9afc18fb971d5
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ViewComponent
4
4
  module Storybook
5
- VERSION = "0.1.0"
5
+ VERSION = "0.2.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: view_component_storybook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Palmer
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-13 00:00:00.000000000 Z
11
+ date: 2020-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: view_component
@@ -185,7 +185,7 @@ metadata:
185
185
  allowed_push_host: https://rubygems.org
186
186
  homepage_uri: https://github.com/jonspalmer/view_component_storybook
187
187
  source_code_uri: https://github.com/jonspalmer/view_component_storybook
188
- post_install_message:
188
+ post_install_message:
189
189
  rdoc_options: []
190
190
  require_paths:
191
191
  - lib
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  version: '0'
202
202
  requirements: []
203
203
  rubygems_version: 3.0.6
204
- signing_key:
204
+ signing_key:
205
205
  specification_version: 4
206
206
  summary: Storybook for Rails View Components
207
207
  test_files: []