gitlab_ci_meta 1.0 → 4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +19 -0
- metadata +11 -12
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: fdc8583f0cec01efede3f4ca8e6dea1cc4fc08d6
|
4
|
+
data.tar.gz: 15c97fe1e21bd299480b4da48fe0b1fd97f44840
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: a2d7f48a55b790481c89fb2464ae4e4773760679c7c83f1a89094826133e32ce47bc9c325153e2b448d11f9e64d741858de974a1ab7eda634be05e0f5eef0dc1
|
7
|
+
data.tar.gz: d8d8f02916bb409ae20d059e52d189f7f96fa1adfe8c68217c7918001313cfbb0f866bca3e4a74737d3055c166e808ee44daa744992cc2cb30fc32650c4864cf
|
data/LICENSE
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
Copyright (c) 2013 Dmitriy Zaporozhets
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
of this software and associated documentation files (the "Software"), to deal
|
5
|
+
in the Software without restriction, including without limitation the rights
|
6
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
copies of the Software, and to permit persons to whom the Software is
|
8
|
+
furnished to do so, subject to the following conditions:
|
9
|
+
|
10
|
+
The above copyright notice and this permission notice shall be included in
|
11
|
+
all copies or substantial portions of the Software.
|
12
|
+
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19
|
+
THE SOFTWARE.
|
metadata
CHANGED
@@ -1,45 +1,44 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab_ci_meta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '
|
5
|
-
prerelease:
|
4
|
+
version: '4.0'
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Dmitriy Zaporozhets
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-01-13 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
|
-
description:
|
15
|
-
email:
|
13
|
+
description: GitLab CI meta gem
|
14
|
+
email: dmitriy.zaporozhets@gmail.com
|
16
15
|
executables: []
|
17
16
|
extensions: []
|
18
17
|
extra_rdoc_files: []
|
19
18
|
files:
|
19
|
+
- LICENSE
|
20
20
|
- lib/gitlab_ci_meta.rb
|
21
21
|
homepage: http://rubygems.org/gems/gitlab_ci_meta
|
22
22
|
licenses: []
|
23
|
+
metadata: {}
|
23
24
|
post_install_message:
|
24
25
|
rdoc_options: []
|
25
26
|
require_paths:
|
26
27
|
- lib
|
27
28
|
required_ruby_version: !ruby/object:Gem::Requirement
|
28
|
-
none: false
|
29
29
|
requirements:
|
30
|
-
- -
|
30
|
+
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: '0'
|
33
33
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
-
none: false
|
35
34
|
requirements:
|
36
|
-
- -
|
35
|
+
- - ">="
|
37
36
|
- !ruby/object:Gem::Version
|
38
37
|
version: '0'
|
39
38
|
requirements: []
|
40
39
|
rubyforge_project:
|
41
|
-
rubygems_version:
|
40
|
+
rubygems_version: 2.2.0
|
42
41
|
signing_key:
|
43
|
-
specification_version:
|
44
|
-
summary:
|
42
|
+
specification_version: 4
|
43
|
+
summary: GitLab CI meta gem
|
45
44
|
test_files: []
|