cdn-image-tag 0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: fadd836c3c3e48ed3b05fc0681f49aac84d460b10236254a55ce6edd12cbd3e8
4
+ data.tar.gz: 2f6e8707ace19287b43af52547672883f7fdd0a0fba2a394d08d9c0e9c0a4f9c
5
+ SHA512:
6
+ metadata.gz: 16210151ef66fe0ab21049cec8b94f5f5753121e206aa98e97c455191b89a0c1acb3fa83e8c1f0e3cc120ec56353f2e91ac26f1af9d82081b630e0f16a93c870
7
+ data.tar.gz: 77692cc2829e3008c4ffe4fa181709b4be92e36298c3c3e4f64080b41c5b69bcc92eec15a1d3dabc149860df94f58bc45c6e2a0385eea2007a50607b2ddd83c6
@@ -0,0 +1,6 @@
1
+ module CdnImageTag
2
+ class Engine < ::Rails::Engine
3
+
4
+
5
+ end
6
+ end
@@ -0,0 +1,5 @@
1
+ module CdnImageTag
2
+ class Version
3
+ CURRENT = '0.0'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cdn-image-tag
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.0'
5
+ platform: ruby
6
+ authors:
7
+ - Jason Fleetwood-Boldt
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-12-13 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">"
18
+ - !ruby/object:Gem::Version
19
+ version: '8'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">"
25
+ - !ruby/object:Gem::Version
26
+ version: '8'
27
+ description: ''
28
+ email: jason@heliosdev.shop
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - lib/cdnimagetag/engine.rb
34
+ - lib/cdnimagetag/version.rb
35
+ homepage: ''
36
+ licenses:
37
+ - MIT
38
+ metadata:
39
+ source_code_uri: https://github.com/jasonfb/cdn-image-tag
40
+ homepage: https://github.com/jasonfb/cdn-image-tag
41
+ post_install_message: |
42
+ ---------------------------------------------
43
+ cnd-image-tag -- use for serving Rails assets from a CDN
44
+ ---------------------------------------------
45
+ rdoc_options: []
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ requirements: []
59
+ rubygems_version: 3.5.7
60
+ signing_key:
61
+ specification_version: 4
62
+ summary: A gem that adds cdn_image_tag helper for serving Rails assets from a CDN
63
+ test_files: []