rails_dictionary 0.2.7 → 0.2.8
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 +2 -2
- data/Gemfile.lock +4 -4
- data/lib/rails_dictionary/version.rb +1 -1
- data/rails_dictionary.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1509dd96efe66e6ad9a0d4cf6d69f84db021ebcfa3268361dffede4e0665bc97
|
4
|
+
data.tar.gz: f34e202ef03601dda3dcdf2da5e3044076af433de3b9880e73493cbdfdac1307
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c41d702f1073fe6530c84ace0ae1c9e4f3d010e2f45e591cce6a0f9f571b77bbd7404ffdb792812227ca79ded59e39e7d60ce2e3dead073c8f8fb8bebd58247
|
7
|
+
data.tar.gz: f4da47391e06286e144a517111e29c4b4c33a31f022a9c53604b632030562ead283a347a3fd4f8bf4ecc9430c4ef4404a0ebc54e865d6c45a040dad93a99ec60
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rails_dictionary (0.2.
|
5
|
-
rails (<
|
4
|
+
rails_dictionary (0.2.8)
|
5
|
+
rails (< 9)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
@@ -231,9 +231,9 @@ PLATFORMS
|
|
231
231
|
x86_64-linux-musl
|
232
232
|
|
233
233
|
DEPENDENCIES
|
234
|
-
rails (<
|
234
|
+
rails (< 9.0)
|
235
235
|
rails_dictionary!
|
236
|
-
rspec-rails (<
|
236
|
+
rspec-rails (< 9)
|
237
237
|
sqlite3
|
238
238
|
|
239
239
|
RUBY VERSION
|
data/rails_dictionary.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
13
13
|
s.description = %q{Rails plugin for mapping static data of web application to Dictionary class}
|
14
14
|
|
15
15
|
|
16
|
-
s.add_runtime_dependency 'rails', '<
|
16
|
+
s.add_runtime_dependency 'rails', '< 9'
|
17
17
|
|
18
18
|
s.files = `git ls-files`.split("\n")
|
19
19
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_dictionary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Raykin Lee
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "<"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '9'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "<"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '9'
|
27
27
|
description: Rails plugin for mapping static data of web application to Dictionary
|
28
28
|
class
|
29
29
|
email:
|