lhc 10.5.3 → 10.5.4
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: d6a58802c72c372ef590e6ce3b026f6ab4714edb46264cee52226d18072dec11
|
|
4
|
+
data.tar.gz: 4ac49035c4ea3ab95e3860e3821c1dadeeb1620311cf59644ae419d9cb5f902e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c41d503ece87ae60f8569cf6dfe2b92a6c0b97c0c59ec268ad7e1df627d2b2db7a1a0f485fe1b03e954b8d1fec7b8f5b7d391b16b89804244441fabf1caee881
|
|
7
|
+
data.tar.gz: 632a6f16c9b8c59a1fae1a0a46810c67b22f9950e67edbf4512599ee993c926a524db4fd6baa69d81df9a583ffaca07e7940516c420903274617bf6dc0a55f88
|
data/Gemfile.activesupport6
CHANGED
|
@@ -14,7 +14,7 @@ module LHC
|
|
|
14
14
|
application = nil
|
|
15
15
|
if defined?(Rails)
|
|
16
16
|
app_class = Rails.application.class
|
|
17
|
-
application = (ActiveSupport.gem_version >= Gem::Version.new('6.0.0
|
|
17
|
+
application = (ActiveSupport.gem_version >= Gem::Version.new('6.0.0')) ? app_class.module_parent_name : app_class.parent_name
|
|
18
18
|
end
|
|
19
19
|
|
|
20
20
|
"LHC (#{[version, application].compact.join('; ')}) [https://github.com/local-ch/lhc]"
|
data/lib/lhc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lhc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 10.5.
|
|
4
|
+
version: 10.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- https://github.com/local-ch/lhc/contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -267,6 +267,7 @@ files:
|
|
|
267
267
|
- spec/core_ext/hash/deep_transform_values_spec.rb
|
|
268
268
|
- spec/dummy/README.rdoc
|
|
269
269
|
- spec/dummy/Rakefile
|
|
270
|
+
- spec/dummy/app/assets/config/manifest.js
|
|
270
271
|
- spec/dummy/app/assets/images/.keep
|
|
271
272
|
- spec/dummy/app/assets/javascripts/application.js
|
|
272
273
|
- spec/dummy/app/assets/stylesheets/application.css
|
|
@@ -400,7 +401,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
400
401
|
requirements:
|
|
401
402
|
- Ruby >= 2.0.0
|
|
402
403
|
rubyforge_project:
|
|
403
|
-
rubygems_version: 2.
|
|
404
|
+
rubygems_version: 2.7.9
|
|
404
405
|
signing_key:
|
|
405
406
|
specification_version: 4
|
|
406
407
|
summary: Advanced HTTP Client for Ruby, fueled with interceptors
|
|
@@ -416,6 +417,7 @@ test_files:
|
|
|
416
417
|
- spec/core_ext/hash/deep_transform_values_spec.rb
|
|
417
418
|
- spec/dummy/README.rdoc
|
|
418
419
|
- spec/dummy/Rakefile
|
|
420
|
+
- spec/dummy/app/assets/config/manifest.js
|
|
419
421
|
- spec/dummy/app/assets/images/.keep
|
|
420
422
|
- spec/dummy/app/assets/javascripts/application.js
|
|
421
423
|
- spec/dummy/app/assets/stylesheets/application.css
|