couch_potato 1.17.0 → 1.18.0
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/.github/workflows/ruby.yml +4 -4
- data/CHANGES.md +6 -0
- data/Rakefile +1 -1
- data/couch_potato.gemspec +1 -1
- data/gemfiles/{active_support_7_0 → active_support_7_2} +1 -1
- data/gemfiles/{active_support_7_1 → active_support_8_0} +1 -1
- data/lib/couch_potato/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 541fbb6f39b68bad864b70d9abb9f824ccf5b85a42b0a652282f9362c1fa4a5b
|
|
4
|
+
data.tar.gz: 9684d42c720dad80be99d3e225a12fc0db0d413e6ef987accceddc0d46bab526
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e882ea7f5a1cfaeab4d62b610b5e34b18b7231f1923499a7bfc8b77b2f89a845303597d9ef0a85b681d39ff2ece08c465c7a98e2d4f74baa9c923f199136902
|
|
7
|
+
data.tar.gz: 2e6aef8d870ef30869c5154a7dd544f644592879ac8d46b3843854602eb378154850b07899c17f6fca99e0ca20e8b41598c116093ef9db2bf95c5fb89e312cf0
|
data/.github/workflows/ruby.yml
CHANGED
|
@@ -16,13 +16,13 @@ jobs:
|
|
|
16
16
|
strategy:
|
|
17
17
|
fail-fast: false
|
|
18
18
|
matrix:
|
|
19
|
-
ruby: ["3.
|
|
19
|
+
ruby: ["3.2", "3.3", "jruby"]
|
|
20
20
|
gemfile:
|
|
21
|
-
- "
|
|
22
|
-
- "
|
|
21
|
+
- "active_support_7_2"
|
|
22
|
+
- "active_support_8_0"
|
|
23
23
|
exclude:
|
|
24
24
|
- ruby: "jruby"
|
|
25
|
-
gemfile: "
|
|
25
|
+
gemfile: "active_support_8_0"
|
|
26
26
|
steps:
|
|
27
27
|
- uses: actions/checkout@v2
|
|
28
28
|
- name: Set up CouchDB
|
data/CHANGES.md
CHANGED
data/Rakefile
CHANGED
|
@@ -26,7 +26,7 @@ end
|
|
|
26
26
|
|
|
27
27
|
desc 'Run all specs for all gemfiles'
|
|
28
28
|
task :spec do
|
|
29
|
-
%w(
|
|
29
|
+
%w(7_2 8_0).each do |version|
|
|
30
30
|
Bundler.with_original_env do
|
|
31
31
|
puts "Running tests with ActiveSupport #{version.sub('_', '.')}"
|
|
32
32
|
sh "env BUNDLE_GEMFILE=gemfiles/active_support_#{version} bundle install"
|
data/couch_potato.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
s.version = CouchPotato::VERSION
|
|
14
14
|
s.platform = Gem::Platform::RUBY
|
|
15
15
|
|
|
16
|
-
s.add_dependency 'activemodel', ['>=
|
|
16
|
+
s.add_dependency 'activemodel', ['>= 7.2', '< 8.1']
|
|
17
17
|
s.add_dependency 'couchrest', '~>2.0.0'
|
|
18
18
|
s.add_dependency 'json', '~> 2.3'
|
|
19
19
|
|
data/lib/couch_potato/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: couch_potato
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.18.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Lang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|
|
@@ -16,20 +16,20 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '7.2'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '8.
|
|
22
|
+
version: '8.1'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '
|
|
29
|
+
version: '7.2'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '8.
|
|
32
|
+
version: '8.1'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: couchrest
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -130,8 +130,8 @@ files:
|
|
|
130
130
|
- Rakefile
|
|
131
131
|
- couch_potato-rspec.gemspec
|
|
132
132
|
- couch_potato.gemspec
|
|
133
|
-
- gemfiles/
|
|
134
|
-
- gemfiles/
|
|
133
|
+
- gemfiles/active_support_7_2
|
|
134
|
+
- gemfiles/active_support_8_0
|
|
135
135
|
- init.rb
|
|
136
136
|
- lib/core_ext/date.rb
|
|
137
137
|
- lib/core_ext/time.rb
|