segugio 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 +4 -4
- data/Gemfile.lock +3 -3
- data/lib/segugio/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75c6f491d3b5e6ac863da40c504e652717b383f5943d6d75c253f30f9aa74440
|
|
4
|
+
data.tar.gz: f6b0bd2745f8b528ceaa90eb5e57b4f37a3039155abb27f77883b36dcc89a8fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7dfbec33e08af5ac152288b68c8209744a6378767f5f284345b8449f9b275441cd3eaa37a53395ab72e6c0d94e7687ee69910605d68fb51fea342a83790ee5b
|
|
7
|
+
data.tar.gz: f98c8b440752df6f7503945e80bbe1f81834800ac4ba729eba765146896a009fdc0af4c7000598685ee284154bc3889948f37c5ace1c761ef4cd55552f4d5683
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
segugio (0.1.
|
|
5
|
-
activerecord (>=
|
|
4
|
+
segugio (0.1.1)
|
|
5
|
+
activerecord (~> 7, >= 4.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
@@ -21,7 +21,7 @@ GEM
|
|
|
21
21
|
diff-lcs (1.5.0)
|
|
22
22
|
i18n (1.12.0)
|
|
23
23
|
concurrent-ruby (~> 1.0)
|
|
24
|
-
minitest (5.
|
|
24
|
+
minitest (5.17.0)
|
|
25
25
|
rake (13.0.6)
|
|
26
26
|
rspec (3.12.0)
|
|
27
27
|
rspec-core (~> 3.12.0)
|
data/lib/segugio/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: segugio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Groza Sergiu
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-01-
|
|
11
|
+
date: 2023-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -30,20 +30,20 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '7'
|
|
34
34
|
- - ">="
|
|
35
35
|
- !ruby/object:Gem::Version
|
|
36
|
-
version:
|
|
36
|
+
version: '4.0'
|
|
37
37
|
type: :runtime
|
|
38
38
|
prerelease: false
|
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
40
40
|
requirements:
|
|
41
41
|
- - "~>"
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
|
-
version: '
|
|
43
|
+
version: '7'
|
|
44
44
|
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version:
|
|
46
|
+
version: '4.0'
|
|
47
47
|
description: |
|
|
48
48
|
Segugio is a Ruby gem that simplifies the implementation of search functionality in Rails using ActiveRecord.
|
|
49
49
|
With this gem, you can easily search, filter and sort results in a simple and intuitive way.
|