youtube_dlhelper 2.0.2 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +0,0 @@
1
- ���$�H���=CO��p/�<��1��?���y��x9 4rr�[cR {�(� G/]�1����E�X�-'�����d����Bg�`"ٓ@6�4w6�'�咓x�/��B��k]q_ys��N_
2
- R���b�^i���A~���<WMy��y��)9?��[�Ry�}���[��؈��O4�Ƀ�/x��ckU5�' �c�%ʶө���x��Eu�D[��УY�:�O.,�&H��U+P��9IF�4 �)�+��
data.tar.gz.sig DELETED
Binary file
@@ -1,6 +0,0 @@
1
- bump:
2
- tag: true
3
- version: true
4
- bump: true
5
-
6
- release:
data/.index DELETED
@@ -1,180 +0,0 @@
1
- ---
2
- revision: 2013
3
- type: ruby
4
- sources:
5
- - VERSION
6
- - Index.yml
7
- authors:
8
- - name: Sascha Manns
9
- email: samanns@directbox.com
10
- organizations: []
11
- requirements:
12
- - name: nokogiri
13
- - name: setup
14
- - groups:
15
- - build
16
- development: true
17
- name: bundler
18
- - groups:
19
- - build
20
- development: true
21
- name: rake
22
- - groups:
23
- - build
24
- development: true
25
- name: bundler
26
- - groups:
27
- - build
28
- development: true
29
- name: rdoc
30
- - groups:
31
- - build
32
- development: true
33
- name: yard
34
- - groups:
35
- - build
36
- development: true
37
- name: gem-release
38
- - groups:
39
- - build
40
- development: true
41
- name: travis
42
- - groups:
43
- - build
44
- development: true
45
- name: bundler-audit
46
- - groups:
47
- - build
48
- development: true
49
- name: indexer
50
- - groups:
51
- - build
52
- development: true
53
- name: fpm
54
- - groups:
55
- - build
56
- development: true
57
- name: hoe-highline
58
- - groups:
59
- - build
60
- development: true
61
- name: hoe-bundler
62
- - groups:
63
- - build
64
- development: true
65
- name: hoe-deveiate
66
- - groups:
67
- - build
68
- development: true
69
- name: hoe-gemspec
70
- - groups:
71
- - build
72
- development: true
73
- name: hoe-doofus
74
- - groups:
75
- - build
76
- development: true
77
- name: hoe-git
78
- - groups:
79
- - build
80
- development: true
81
- name: hoe-rubygems
82
- - groups:
83
- - build
84
- development: true
85
- name: hoe-manns
86
- - groups:
87
- - build
88
- development: true
89
- name: hoe-reek
90
- - groups:
91
- - build
92
- development: true
93
- name: hoe-rubocop
94
- - groups:
95
- - build
96
- development: true
97
- name: hoe-travis
98
- - groups:
99
- - build
100
- development: true
101
- name: hoe-version
102
- - groups:
103
- - build
104
- development: true
105
- name: hoe-yard
106
- - groups:
107
- - build
108
- development: true
109
- name: hoe-seattlerb
110
- - groups:
111
- - build
112
- development: true
113
- name: hoe-manualgen
114
- - groups:
115
- - build
116
- development: true
117
- name: hoe
118
- - groups:
119
- - test
120
- development: true
121
- name: coveralls
122
- - groups:
123
- - test
124
- development: true
125
- name: shoulda
126
- - groups:
127
- - test
128
- development: true
129
- name: simplecov
130
- - groups:
131
- - test
132
- development: true
133
- name: rubocop
134
- - groups:
135
- - test
136
- development: true
137
- name: reek
138
- - groups:
139
- - test
140
- development: true
141
- name: ZenTest
142
- - groups:
143
- - test
144
- development: true
145
- name: minitest
146
- conflicts: []
147
- alternatives: []
148
- resources:
149
- - type: home
150
- uri: http://saigkill.github.io
151
- label: Homepage
152
- - type: code
153
- uri: https://gitlab.com/saigkill/manns_shared
154
- label: Source Code
155
- - type: bugs
156
- uri: https://gitlab.com/saigkill/manns_shared/issues
157
- label: Issue Tracker
158
- repositories:
159
- - name: upstream
160
- scm: git
161
- uri: https://github.com/saigkill/manns_shared.git
162
- categories:
163
- - libraries
164
- - ruby
165
- copyrights:
166
- - holder: Sascha Manns
167
- year: '2015'
168
- license: GPL3
169
- customs: []
170
- paths:
171
- lib:
172
- - lib
173
- version: 1.0.0
174
- name: manns_shared
175
- title: Manns_shared
176
- summary: Small collection of methods for standard tasks
177
- description: manns_shared is a small collection of methods for standard tasks like
178
- search and replace content in a file, checking if a targetdirectory or a configuration
179
- file is available or remove a special node from a XML file.
180
- date: '2016-02-08'
data/Index.yml DELETED
@@ -1,64 +0,0 @@
1
- ---
2
- name: manns_shared
3
- version: 1.0.0
4
- title: Manns_shared
5
- summary: Small collection of methods for standard tasks
6
-
7
- description:
8
- manns_shared is a small collection of methods for standard tasks like search and replace content in a file, checking if a targetdirectory or a configuration file is available or remove a special node from a XML file.
9
-
10
- authors:
11
- - Sascha Manns <samanns@directbox.com>
12
-
13
- requirements:
14
- - nokogiri
15
- - setup
16
- - bundler (build)
17
- - rake (build)
18
- - bundler (build)
19
- - rdoc (build)
20
- - yard (build)
21
- - gem-release (build)
22
- - travis (build)
23
- - bundler-audit (build)
24
- - indexer (build)
25
- - fpm (build)
26
- - hoe-highline (build)
27
- - hoe-bundler (build)
28
- - hoe-deveiate (build)
29
- - hoe-gemspec (build)
30
- - hoe-doofus (build)
31
- - hoe-git (build)
32
- - hoe-rubygems (build)
33
- - hoe-manns (build)
34
- - hoe-reek (build)
35
- - hoe-rubocop (build)
36
- - hoe-travis (build)
37
- - hoe-version (build)
38
- - hoe-yard (build)
39
- - hoe-seattlerb (build)
40
- - hoe-manualgen (build)
41
- - hoe (build)
42
- - coveralls (test)
43
- - shoulda (test)
44
- - simplecov (test)
45
- - rubocop (test)
46
- - reek (test)
47
- - ZenTest (test)
48
- - minitest (test)
49
-
50
- repositories:
51
- upstream: https://github.com/saigkill/manns_shared.git
52
-
53
- resources:
54
- home: http://saigkill.github.io
55
- code: https://gitlab.com/saigkill/manns_shared
56
- bugs: https://gitlab.com/saigkill/manns_shared/issues
57
-
58
- categories:
59
- - libraries
60
- - ruby
61
-
62
- copyrights:
63
- - 2015 Sascha Manns (GPL3)
64
-
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 2.0.2
data/circle.yml DELETED
@@ -1,16 +0,0 @@
1
- ## Customize the test machine
2
- machine:
3
-
4
- timezone:
5
- Europe/Berlin # Set the timezone
6
-
7
- # Version of ruby to use
8
- ruby:
9
- version:
10
- ruby 2.2.0
11
-
12
- ## Customize dependencies
13
- dependencies:
14
- pre:
15
- - gem uninstall bundler # use a custom version of bundler
16
- - gem install bundler --pre
@@ -1,2 +0,0 @@
1
- directories:
2
- - lib
metadata.gz.sig DELETED
Binary file