ae_skip_asset_pipeline 1.0.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ae_skip_asset_pipeline.gemspec +13 -13
- data/lib/ae_skip_asset_pipeline/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 468b30eb0e619cbc568bca25f109bdfa7766002bba18d758cf2ebb60e0717858
|
4
|
+
data.tar.gz: df5e65cc5b50766422a4a8401a70e18e0d72987aec394ce923b29de5e6eacc56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b3020e1a1b5eb04cc17cc2bf017385a2de4a9abf4c0aebdc11c1101f82f39b5736346006f6a5f10e6d5839918f44da4bb280f6c331383d4f3e054f445bb3911
|
7
|
+
data.tar.gz: 2a694909582c169dd46ac1c6405fc035a2260f472682f09fec157905f7384659cb6535116418bd2dccb978ae3a97f6f16fd894cfb37e48e090768317ca73c3e7
|
@@ -3,20 +3,20 @@
|
|
3
3
|
require_relative 'lib/ae_skip_asset_pipeline/version'
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
|
-
spec.name
|
7
|
-
spec.version
|
8
|
-
spec.platform
|
9
|
-
spec.author
|
10
|
-
spec.email
|
11
|
-
spec.description
|
12
|
-
spec.summary
|
13
|
-
spec.homepage
|
14
|
-
spec.license
|
15
|
-
spec.files
|
16
|
-
spec.require_paths
|
17
|
-
spec.required_ruby_version = Gem::Requirement.new('>= 2.6.3')
|
6
|
+
spec.name = 'ae_skip_asset_pipeline'
|
7
|
+
spec.version = AeSkipAssetPipeline::VERSION
|
8
|
+
spec.platform = Gem::Platform::RUBY
|
9
|
+
spec.author = 'AppFolio'
|
10
|
+
spec.email = 'opensource@appfolio.com'
|
11
|
+
spec.description = 'GSkip asset pipeline in tests.'
|
12
|
+
spec.summary = spec.description
|
13
|
+
spec.homepage = 'https://github.com/appfolio/ae_skip_asset_pipeline'
|
14
|
+
spec.license = 'MIT'
|
15
|
+
spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|.*gemspec)}] }
|
16
|
+
spec.require_paths = ['lib']
|
18
17
|
|
18
|
+
spec.required_ruby_version = Gem::Requirement.new('< 3.4')
|
19
19
|
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
|
20
20
|
|
21
|
-
spec.add_dependency('activesupport', ['>= 6.1', '< 7.
|
21
|
+
spec.add_dependency('activesupport', ['>= 6.1', '< 7.3'])
|
22
22
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ae_skip_asset_pipeline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- AppFolio
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '6.1'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '7.
|
22
|
+
version: '7.3'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '6.1'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '7.
|
32
|
+
version: '7.3'
|
33
33
|
description: GSkip asset pipeline in tests.
|
34
34
|
email: opensource@appfolio.com
|
35
35
|
executables: []
|
@@ -50,16 +50,16 @@ require_paths:
|
|
50
50
|
- lib
|
51
51
|
required_ruby_version: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
|
-
- - "
|
53
|
+
- - "<"
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version:
|
55
|
+
version: '3.4'
|
56
56
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
58
58
|
- - ">="
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '0'
|
61
61
|
requirements: []
|
62
|
-
rubygems_version: 3.
|
62
|
+
rubygems_version: 3.5.7
|
63
63
|
signing_key:
|
64
64
|
specification_version: 4
|
65
65
|
summary: GSkip asset pipeline in tests.
|