gitlab_meta 6.0 → 7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +19 -0
  3. metadata +9 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22a41ba12b325d6188f3b3f00c55859d43947f33
4
- data.tar.gz: 6e5786892abf0a1f5b5c6dbc56badc102fddc57d
3
+ metadata.gz: 75bef81770b9c02a0f89f9da33ec915fc759c763
4
+ data.tar.gz: b9edf625366eb13e016ad93882aebcbcc9786f35
5
5
  SHA512:
6
- metadata.gz: 353450324bcae2454df7ceb4d966e0e8c0f983f3ab506c5ad4218dad9aaf39dbd240c4d9b6dd29f20d8c762b998167ce17f57c4a4fd1bc38ca73c53f71c87c34
7
- data.tar.gz: 70db3259ab4f5de72c557f6029e558b7455bc5dfb8665e739b06febcff9fbf5d03e7a9c9eb3a85d39966bbe067d49152d23c6e88fef679e133972ee21fbd2b04
6
+ metadata.gz: 8c4cb6a686673a35ee39f5f0f5f3cd3dc7515062cb5850f9d57bb4fd68300364fc4133933c71af440f089684a905d84dc05519eadc146182198b3d2a837d1b28
7
+ data.tar.gz: 5296cdc8b4ba58fce86b6c7682c8a519d28ece827c2094246597bf19cf9731c1c0ac0cfead00b6f5ac96a0d7f4c257b41af6bae070e740e99f0c2cad2e0de949
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,21 +1,22 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_meta
3
3
  version: !ruby/object:Gem::Version
4
- version: '6.0'
4
+ version: '7.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Zaporozhets
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2012-11-21 00:00:00.000000000 Z
11
+ date: 2014-06-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: GITLAB meta gem
14
- email: m@gitlabhq.com
13
+ description: GitLab meta gem
14
+ email: dmitriy.zaporozhets@gmail.com
15
15
  executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
+ - LICENSE
19
20
  - lib/gitlab_meta.rb
20
21
  homepage: http://rubygems.org/gems/gitlab_meta
21
22
  licenses: []
@@ -26,18 +27,18 @@ require_paths:
26
27
  - lib
27
28
  required_ruby_version: !ruby/object:Gem::Requirement
28
29
  requirements:
29
- - - '>='
30
+ - - ">="
30
31
  - !ruby/object:Gem::Version
31
32
  version: '0'
32
33
  required_rubygems_version: !ruby/object:Gem::Requirement
33
34
  requirements:
34
- - - '>='
35
+ - - ">="
35
36
  - !ruby/object:Gem::Version
36
37
  version: '0'
37
38
  requirements: []
38
39
  rubyforge_project:
39
- rubygems_version: 2.0.3
40
+ rubygems_version: 2.2.2
40
41
  signing_key:
41
42
  specification_version: 4
42
- summary: GITLAB meta gem
43
+ summary: GitLab meta gem
43
44
  test_files: []