docker_distribution 0.1.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.
metadata ADDED
@@ -0,0 +1,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: docker_distribution
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Artem Petrov
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2022-12-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: digest
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3'
27
+ description:
28
+ email:
29
+ - partos0511@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".rubocop.yml"
35
+ - CHANGELOG.md
36
+ - CODE_OF_CONDUCT.md
37
+ - Dockerfile
38
+ - Gemfile
39
+ - Gemfile.lock
40
+ - LICENSE.txt
41
+ - Makefile
42
+ - README.md
43
+ - Rakefile
44
+ - docker-compose.yml
45
+ - lib/docker_distribution.rb
46
+ - lib/docker_distribution/canonical_reference.rb
47
+ - lib/docker_distribution/digest.rb
48
+ - lib/docker_distribution/digest_reference.rb
49
+ - lib/docker_distribution/digest_set.rb
50
+ - lib/docker_distribution/errors.rb
51
+ - lib/docker_distribution/helpers.rb
52
+ - lib/docker_distribution/normalize.rb
53
+ - lib/docker_distribution/reference.rb
54
+ - lib/docker_distribution/regexp.rb
55
+ - lib/docker_distribution/repository.rb
56
+ - lib/docker_distribution/tagged_reference.rb
57
+ - lib/docker_distribution/version.rb
58
+ - sig/docker_distribution.rbs
59
+ homepage: https://github.com/artempartos/docker_distribution
60
+ licenses:
61
+ - MIT
62
+ metadata:
63
+ homepage_uri: https://github.com/artempartos/docker_distribution
64
+ source_code_uri: https://github.com/artempartos/docker_distribution
65
+ changelog_uri: https://github.com/artempartos/docker_distribution
66
+ post_install_message:
67
+ rdoc_options: []
68
+ require_paths:
69
+ - lib
70
+ required_ruby_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '2.0'
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ requirements: []
81
+ rubygems_version: 3.3.26
82
+ signing_key:
83
+ specification_version: 4
84
+ summary: Ruby implementation of OCI Distribution Specification reference
85
+ test_files: []