rails_accordion 0.2.2.pre.beta → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/rails_accordion/version.rb +1 -1
- data/rails_accordion.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aaaf0c683b43333faf89d02a539bc6ccd037e86c9ef305eb68240650c946a4f1
|
4
|
+
data.tar.gz: c8ca332299479735ae6ef6af5b6ea618a4047388ef18b39c03fef78e565a9033
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35fbdcae2cf2ff6223c0169ec01ccc634da9a656532ed51851fe7dc073fc80b4e4d1f64eb32be369929adfd468e5d4dc794957c6672b8ad285850b2fc145c772
|
7
|
+
data.tar.gz: 5e314c4950060c659a6b4fa7f3cd7760d312f6b66370d07fb12310858dc816ff9980269f641790688c236bc856a77156342f6924c85d4fac6fb72601017829e6
|
data/Gemfile.lock
CHANGED
data/rails_accordion.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = "rails_accordion is a Ruby gem that provides an easy-to-use accordion component for use in Rails web applications."
|
12
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
|
-
spec.homepage = "https://
|
13
|
+
spec.homepage = "https://github.com/Tajbrains/rails_accordion"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = ">= 2.6.0"
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_accordion
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ahmadshoh Nasrullozoda
|
@@ -88,11 +88,11 @@ files:
|
|
88
88
|
- vendor/assets/javascripts/rails_accordion.js
|
89
89
|
- vendor/assets/javascripts/rails_accordion.js.map
|
90
90
|
- vendor/assets/stylesheets/rails_accordion.css
|
91
|
-
homepage: https://
|
91
|
+
homepage: https://github.com/Tajbrains/rails_accordion
|
92
92
|
licenses:
|
93
93
|
- MIT
|
94
94
|
metadata:
|
95
|
-
homepage_uri: https://
|
95
|
+
homepage_uri: https://github.com/Tajbrains/rails_accordion
|
96
96
|
source_code_uri: https://github.com/Tajbrains/rails_accordion
|
97
97
|
changelog_uri: https://github.com/Tajbrains/rails_accordion/blob/master/CHANGELOG.md
|
98
98
|
post_install_message:
|
@@ -106,9 +106,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
106
106
|
version: 2.6.0
|
107
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
108
108
|
requirements:
|
109
|
-
- - "
|
109
|
+
- - ">="
|
110
110
|
- !ruby/object:Gem::Version
|
111
|
-
version:
|
111
|
+
version: '0'
|
112
112
|
requirements: []
|
113
113
|
rubygems_version: 3.0.1
|
114
114
|
signing_key:
|