vcpkg_pipeline 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,131 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: vcpkg_pipeline
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - 郑贤达
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-12-21 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: claide
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 1.0.2
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '2.0'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: 1.0.2
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '2.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: git
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: 1.8.1
40
+ - - "<"
41
+ - !ruby/object:Gem::Version
42
+ version: '2.0'
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: 1.8.1
50
+ - - "<"
51
+ - !ruby/object:Gem::Version
52
+ version: '2.0'
53
+ - !ruby/object:Gem::Dependency
54
+ name: json
55
+ requirement: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: 2.6.1
60
+ - - "<"
61
+ - !ruby/object:Gem::Version
62
+ version: '3.0'
63
+ type: :runtime
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: 2.6.1
70
+ - - "<"
71
+ - !ruby/object:Gem::Version
72
+ version: '3.0'
73
+ description: 为 vcpkg 开发设计的集项目构建、发布为一体的强大工具
74
+ email: zhengxianda0512@gmail.com
75
+ executables:
76
+ - vpl
77
+ extensions: []
78
+ extra_rdoc_files: []
79
+ files:
80
+ - bin/vpl
81
+ - lib/vcpkg_pipeline.rb
82
+ - lib/vcpkg_pipeline/command.rb
83
+ - lib/vcpkg_pipeline/command/new.rb
84
+ - lib/vcpkg_pipeline/command/publish.rb
85
+ - lib/vcpkg_pipeline/command/scan.rb
86
+ - lib/vcpkg_pipeline/command/scan/all.rb
87
+ - lib/vcpkg_pipeline/command/scan/branch.rb
88
+ - lib/vcpkg_pipeline/command/scan/name.rb
89
+ - lib/vcpkg_pipeline/command/scan/release.rb
90
+ - lib/vcpkg_pipeline/command/scan/remote.rb
91
+ - lib/vcpkg_pipeline/command/scan/version.rb
92
+ - lib/vcpkg_pipeline/command/update.rb
93
+ - lib/vcpkg_pipeline/command/update/all.rb
94
+ - lib/vcpkg_pipeline/command/update/cmake.rb
95
+ - lib/vcpkg_pipeline/command/update/git.rb
96
+ - lib/vcpkg_pipeline/command/update/spec.rb
97
+ - lib/vcpkg_pipeline/command/update/vcport.rb
98
+ - lib/vcpkg_pipeline/core/log.rb
99
+ - lib/vcpkg_pipeline/core/scanner.rb
100
+ - lib/vcpkg_pipeline/core/spec.rb
101
+ - lib/vcpkg_pipeline/core/updater.rb
102
+ - lib/vcpkg_pipeline/extension/cmake_vpl.rb
103
+ - lib/vcpkg_pipeline/extension/dir_vpl.rb
104
+ - lib/vcpkg_pipeline/extension/git_vpl.rb
105
+ - lib/vcpkg_pipeline/extension/string_vpl.rb
106
+ - lib/vcpkg_pipeline/extension/vcpkg_vpl.rb
107
+ - lib/vcpkg_pipeline/extension/vcport_vpl.rb
108
+ homepage: https://github.com/TokiGems/vcpkg_pipeline
109
+ licenses:
110
+ - MIT
111
+ metadata: {}
112
+ post_install_message:
113
+ rdoc_options: []
114
+ require_paths:
115
+ - lib
116
+ required_ruby_version: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - ">="
119
+ - !ruby/object:Gem::Version
120
+ version: 2.6.0
121
+ required_rubygems_version: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - ">="
124
+ - !ruby/object:Gem::Version
125
+ version: 1.6.2
126
+ requirements: []
127
+ rubygems_version: 3.2.17
128
+ signing_key:
129
+ specification_version: 4
130
+ summary: vcpkg 流水线工具
131
+ test_files: []