dpmrb 0.1.0 → 0.1.1
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/Gemfile.lock +6 -3
- data/README.md +1 -1
- data/dpm.gemspec +2 -3
- data/lib/dpm/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6c0f52ffa194774f2608e5b49e4f83ac4d9042b93a4b0671a17832260346287
|
|
4
|
+
data.tar.gz: a4694ce151f8b5ff79169e81784b3d3947221f1ea4f2d2bad9ae44597e42b6e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a4908ead37f4d397f8907e4d8c9a8dfe406f1e2bd5b3351d56163540821967aadb80431dfff8684e6979c26349088922d81d1f03c241ed6488b9d119e4fdfb6
|
|
7
|
+
data.tar.gz: bd7d3ce91c79e559ef8735d17e5a5e493cd905b0237b43c863ffeed90c5a77cbfedfaf9e4a73006e818cd9f4dd51db0a2dbee046b1e1793181b87ca9c11dcbad
|
data/Gemfile.lock
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
dpmrb (0.1.
|
|
5
|
-
activesupport (~>
|
|
4
|
+
dpmrb (0.1.1)
|
|
5
|
+
activesupport (~> 6.x)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
activesupport (
|
|
10
|
+
activesupport (6.1.6.1)
|
|
11
11
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
12
12
|
i18n (>= 1.6, < 2)
|
|
13
13
|
minitest (>= 5.1)
|
|
14
14
|
tzinfo (~> 2.0)
|
|
15
|
+
zeitwerk (~> 2.3)
|
|
15
16
|
ast (2.4.2)
|
|
16
17
|
concurrent-ruby (1.1.10)
|
|
17
18
|
i18n (1.12.0)
|
|
@@ -47,9 +48,11 @@ GEM
|
|
|
47
48
|
tzinfo (2.0.5)
|
|
48
49
|
concurrent-ruby (~> 1.0)
|
|
49
50
|
unicode-display_width (2.2.0)
|
|
51
|
+
zeitwerk (2.6.0)
|
|
50
52
|
|
|
51
53
|
PLATFORMS
|
|
52
54
|
arm64-darwin-21
|
|
55
|
+
ruby
|
|
53
56
|
|
|
54
57
|
DEPENDENCIES
|
|
55
58
|
dpmrb!
|
data/README.md
CHANGED
|
@@ -38,4 +38,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
38
38
|
|
|
39
39
|
## Code of Conduct
|
|
40
40
|
|
|
41
|
-
Everyone interacting in the
|
|
41
|
+
Everyone interacting in the DPM project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/songhuangcn/dpm/blob/main/CODE_OF_CONDUCT.md).
|
data/dpm.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ require_relative "lib/dpm/version"
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "dpmrb"
|
|
7
|
-
spec.version =
|
|
7
|
+
spec.version = DPM::VERSION
|
|
8
8
|
spec.authors = ["Song Huang"]
|
|
9
9
|
spec.email = ["songhuangcn@gmail.com"]
|
|
10
10
|
|
|
@@ -30,6 +30,5 @@ Gem::Specification.new do |spec|
|
|
|
30
30
|
|
|
31
31
|
spec.post_install_message = "Please start with `dpm help`"
|
|
32
32
|
|
|
33
|
-
spec.add_dependency "activesupport", "~>
|
|
34
|
-
|
|
33
|
+
spec.add_dependency "activesupport", "~> 6.x"
|
|
35
34
|
end
|
data/lib/dpm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dpmrb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Song Huang
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 6.x
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 6.x
|
|
27
27
|
description: Makes using your containers as easy as package managers (`apt`, `yml`,
|
|
28
28
|
`brew`).
|
|
29
29
|
email:
|