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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d251b5232b12841efab78a0f74f65056ae375e39a08445338d9265b6d83d75e
4
- data.tar.gz: ce4fd73830d32e9d8384c151a9f8a9c1d80c0adece695b94ccd52f12abcf5627
3
+ metadata.gz: b6c0f52ffa194774f2608e5b49e4f83ac4d9042b93a4b0671a17832260346287
4
+ data.tar.gz: a4694ce151f8b5ff79169e81784b3d3947221f1ea4f2d2bad9ae44597e42b6e7
5
5
  SHA512:
6
- metadata.gz: 95386af7e0176db7a926b5cbea3e3e1822d7d7ef4ce31dfc35446b7d59aeb50f060f27542f7ca34bc0bb0a5ae2d86de03fe81f0b36f75ed0bc5c014eeb775dd8
7
- data.tar.gz: 235b12ac3c8c62bdafaad7a6c3632c319a4396fbcd98feb36cc102611c6b8bc0e63b5436c63ce47472835d4efaf149bf85b12ad8653ed83733315af13ea06d44
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.0)
5
- activesupport (~> 7.x)
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 (7.0.3.1)
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 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).
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 = Dpm::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", "~> 7.x"
34
-
33
+ spec.add_dependency "activesupport", "~> 6.x"
35
34
  end
data/lib/dpm/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module Dpm
4
- VERSION = "0.1.0"
3
+ module DPM
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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: 7.x
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: 7.x
26
+ version: 6.x
27
27
  description: Makes using your containers as easy as package managers (`apt`, `yml`,
28
28
  `brew`).
29
29
  email: