rails_accordion 0.2.1.pre.beta → 0.2.2.pre.beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +18 -15
  3. data/rails_accordion.gemspec +2 -2
  4. metadata +12 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5eb59844a72b37143480b3d381e0d0ee13ea92bbac68355a1766f3a651424ccc
4
- data.tar.gz: e26a6c6147137db853e55b19a182bfbc16dcfcce2c2dbdeadd55ce0da8f4684e
3
+ metadata.gz: bf3f97b048a95a190cabdb3132a8d1dff2fefd0816c677c4201fe5f8b6b776bf
4
+ data.tar.gz: df20bf60d4c6ec24c3b7cab4d76ff4c6bd0596d14974060d97636996b8b8bdc5
5
5
  SHA512:
6
- metadata.gz: 3e6698a157058150b399aba32c57d801d32a43d778a7cf11c5fd182fa9dfee1fa7fe13220c52adc8f741ee47804cdc6508300b0c06921825d02fcac70f543cea
7
- data.tar.gz: 0fb7e046dcf8e61c062ddf1d2a2f5eb1d4cdf3c41aeb24a67b6868575180c4aca1e20b14f95f580aa67c3bc01d7fcc2b8195285a743409e61f39726b30f24dbd
6
+ metadata.gz: 51d8736179dd89ff72eb84f244475d7f73fe39388ad9fd9680c10ec1444b7295c91c3fd37aeccfdb0cbeaf662ad76d46f31dd8b6027aa8d93f04cbed28ef6cf8
7
+ data.tar.gz: 7278d6e7e8b925b7f1b999b235219296405276793ea0555b9d1f6143ecce82497ac741840fc8c57b9a11558d1a981fe18f4897e55f24049bdaa8bede82bef3d9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_accordion (0.1.11.pre.beta)
4
+ rails_accordion (0.2.0.pre.beta)
5
5
  stimulus-rails (~> 1.2)
6
6
  view_component (~> 2.52)
7
7
  zeitwerk (~> 2.6)
@@ -9,24 +9,25 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (7.0.4.3)
13
- actionview (= 7.0.4.3)
14
- activesupport (= 7.0.4.3)
15
- rack (~> 2.0, >= 2.2.0)
12
+ actionpack (6.1.7.3)
13
+ actionview (= 6.1.7.3)
14
+ activesupport (= 6.1.7.3)
15
+ rack (~> 2.0, >= 2.0.9)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
19
- actionview (7.0.4.3)
20
- activesupport (= 7.0.4.3)
19
+ actionview (6.1.7.3)
20
+ activesupport (= 6.1.7.3)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
24
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
25
- activesupport (7.0.4.3)
25
+ activesupport (6.1.7.3)
26
26
  concurrent-ruby (~> 1.0, >= 1.0.2)
27
27
  i18n (>= 1.6, < 2)
28
28
  minitest (>= 5.1)
29
29
  tzinfo (~> 2.0)
30
+ zeitwerk (~> 2.3)
30
31
  ast (2.4.2)
31
32
  builder (3.2.4)
32
33
  concurrent-ruby (1.2.2)
@@ -41,9 +42,11 @@ GEM
41
42
  nokogiri (>= 1.12.0)
42
43
  method_source (1.0.0)
43
44
  minitest (5.18.0)
44
- nokogiri (1.14.4-arm64-darwin)
45
+ nokogiri (1.13.10-arm64-darwin)
45
46
  racc (~> 1.4)
46
- nokogiri (1.14.4-x86_64-darwin)
47
+ nokogiri (1.13.10-x86_64-darwin)
48
+ racc (~> 1.4)
49
+ nokogiri (1.13.10-x86_64-linux)
47
50
  racc (~> 1.4)
48
51
  parallel (1.23.0)
49
52
  parser (3.2.2.1)
@@ -57,13 +60,12 @@ GEM
57
60
  nokogiri (>= 1.6)
58
61
  rails-html-sanitizer (1.5.0)
59
62
  loofah (~> 2.19, >= 2.19.1)
60
- railties (7.0.4.3)
61
- actionpack (= 7.0.4.3)
62
- activesupport (= 7.0.4.3)
63
+ railties (6.1.7.3)
64
+ actionpack (= 6.1.7.3)
65
+ activesupport (= 6.1.7.3)
63
66
  method_source
64
67
  rake (>= 12.2)
65
68
  thor (~> 1.0)
66
- zeitwerk (~> 2.5)
67
69
  rainbow (3.1.1)
68
70
  rake (13.0.6)
69
71
  regexp_parser (2.8.0)
@@ -109,6 +111,7 @@ GEM
109
111
  PLATFORMS
110
112
  arm64-darwin-22
111
113
  x86_64-darwin-20
114
+ x86_64-linux
112
115
 
113
116
  DEPENDENCIES
114
117
  rails_accordion!
@@ -120,4 +123,4 @@ DEPENDENCIES
120
123
  zeitwerk (~> 2.6)
121
124
 
122
125
  BUNDLED WITH
123
- 2.4.8
126
+ 2.4.13
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Ahmadshoh Nasrullozoda"]
9
9
  spec.email = ["tajbrains@gmail.com"]
10
10
 
11
- spec.summary = "rails_accordion is in development."
12
- spec.description = "rails_accordion is in development."
11
+ spec.summary = "rails_accordion is a Ruby gem that provides an easy-to-use accordion component for use in Rails web applications."
12
+ spec.description = "rails_accordion is a Ruby gem that provides an easy-to-use accordion component for use in Rails web applications. With this gem, developers can create collapsible sections of content that can be expanded or collapsed with a single click. The accordion is a great way to improve the user experience of your web application, by providing a clean and intuitive way to display complex information."
13
13
  spec.homepage = "https://tajbrains.com"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.6.0"
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_accordion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1.pre.beta
4
+ version: 0.2.2.pre.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmadshoh Nasrullozoda
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2023-06-07 00:00:00.000000000 Z
@@ -52,7 +52,11 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '2.6'
55
- description: rails_accordion is in development.
55
+ description: rails_accordion is a Ruby gem that provides an easy-to-use accordion
56
+ component for use in Rails web applications. With this gem, developers can create
57
+ collapsible sections of content that can be expanded or collapsed with a single
58
+ click. The accordion is a great way to improve the user experience of your web application,
59
+ by providing a clean and intuitive way to display complex information.
56
60
  email:
57
61
  - tajbrains@gmail.com
58
62
  executables: []
@@ -91,7 +95,7 @@ metadata:
91
95
  homepage_uri: https://tajbrains.com
92
96
  source_code_uri: https://github.com/Tajbrains/rails_accordion
93
97
  changelog_uri: https://github.com/Tajbrains/rails_accordion/blob/master/CHANGELOG.md
94
- post_install_message:
98
+ post_install_message:
95
99
  rdoc_options: []
96
100
  require_paths:
97
101
  - lib
@@ -106,8 +110,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
110
  - !ruby/object:Gem::Version
107
111
  version: 1.3.1
108
112
  requirements: []
109
- rubygems_version: 3.3.20
110
- signing_key:
113
+ rubygems_version: 3.0.1
114
+ signing_key:
111
115
  specification_version: 4
112
- summary: rails_accordion is in development.
116
+ summary: rails_accordion is a Ruby gem that provides an easy-to-use accordion component
117
+ for use in Rails web applications.
113
118
  test_files: []