yard-value 1.2.3 → 1.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README +10 -0
- data/Rakefile +1 -5
- data/lib/yard-value-1.0/version.rb +16 -4
- metadata +42 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db9d066f52d6067bd8b4a3df3d97ea5c5b2c00e9
|
4
|
+
data.tar.gz: e5fe8340876036f317ceef3553e1289c36b87c09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5c5a527ff524bac2ed2496cf132781bd1a65482eb8adcd78af86dc181f54e0bd8793fcd5b26eb04bf8fecd6cef4b7adf04a5bf3610d2db7642ccf27329a88e2
|
7
|
+
data.tar.gz: d36a5f4104a501ac1dbb8086d2b94d991c5bded1d0ac24f7c2278335db247fdc28f0f9319afbefbf736365e452838b45a9272e9c7d601f7ec223cccca281adb7
|
data/README
CHANGED
@@ -110,3 +110,13 @@
|
|
110
110
|
§ Authors
|
111
111
|
|
112
112
|
Nikolai Weibull wrote the code, the tests, and this README.
|
113
|
+
|
114
|
+
§ Licensing
|
115
|
+
|
116
|
+
YARD-Value is free software: you may redistribute it and/or modify it under
|
117
|
+
the terms of the {GNU Lesser General Public License, version 3}¹ or later²,
|
118
|
+
as published by the {Free Software Foundation}³.
|
119
|
+
|
120
|
+
¹ See http://disu.se/licenses/lgpl-3.0/
|
121
|
+
² See http://gnu.org/licenses/
|
122
|
+
³ See http://fsf.org/
|
data/Rakefile
CHANGED
@@ -4,11 +4,7 @@ require 'inventory-rake-1.0'
|
|
4
4
|
|
5
5
|
load File.expand_path('../lib/yard-value-1.0/version.rb', __FILE__)
|
6
6
|
|
7
|
-
Inventory::Rake::Tasks.define YARDValue::Version
|
8
|
-
s.author = 'Nikolai Weibull'
|
9
|
-
s.email = 'now@bitwi.se'
|
10
|
-
s.homepage = 'https://github.com/now/yard-value'
|
11
|
-
}
|
7
|
+
Inventory::Rake::Tasks.define YARDValue::Version
|
12
8
|
|
13
9
|
Inventory::Rake::Tasks.unless_installing_dependencies do
|
14
10
|
require 'lookout-rake-3.0'
|
@@ -3,13 +3,25 @@
|
|
3
3
|
require 'inventory-1.0'
|
4
4
|
|
5
5
|
module YARDValue
|
6
|
-
Version = Inventory.new(1, 2,
|
6
|
+
Version = Inventory.new(1, 2, 4){
|
7
|
+
authors{
|
8
|
+
author 'Nikolai Weibull', 'now@disu.se'
|
9
|
+
}
|
10
|
+
|
11
|
+
homepage 'http://disu.se/software/yard-value/'
|
12
|
+
|
13
|
+
licenses{
|
14
|
+
license 'LGPLv3+',
|
15
|
+
'GNU Lesser General Public License, version 3 or later',
|
16
|
+
'http://www.gnu.org/licenses/'
|
17
|
+
}
|
18
|
+
|
7
19
|
def dependencies
|
8
20
|
super + Inventory::Dependencies.new{
|
9
|
-
development 'inventory-rake', 1,
|
21
|
+
development 'inventory-rake', 1, 6, 0
|
10
22
|
development 'lookout', 3, 0, 0
|
11
|
-
development 'lookout-rake', 3,
|
12
|
-
runtime 'yard', 0, 8,
|
23
|
+
development 'lookout-rake', 3, 1, 0
|
24
|
+
runtime 'yard', 0, 8, 7, :feature => 'yard'
|
13
25
|
}
|
14
26
|
end
|
15
27
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yard-value
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nikolai Weibull
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inventory
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '1.
|
19
|
+
version: '1.5'
|
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: '1.
|
26
|
+
version: '1.5'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: inventory-rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - ~>
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '1.
|
33
|
+
version: '1.6'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ~>
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '1.
|
40
|
+
version: '1.6'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: lookout
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -58,39 +58,39 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - ~>
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '3.
|
61
|
+
version: '3.1'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - ~>
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '3.
|
68
|
+
version: '3.1'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: yard
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - ~>
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.8.
|
75
|
+
version: 0.8.7
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - ~>
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.8.
|
82
|
+
version: 0.8.7
|
83
83
|
description: |2
|
84
84
|
YARD-Value
|
85
85
|
|
86
|
-
YARD-Value provides YARD
|
86
|
+
YARD-Value provides YARD┬╣ handlers for Value┬▓ objects. ItΓÇÖll document
|
87
87
|
whether the Value is Comparable and what attributes are used in such
|
88
88
|
comparisons, its #initialize method, and its protected accessors.
|
89
89
|
|
90
|
-
|
91
|
-
|
90
|
+
┬╣ See http://yardoc.org/
|
91
|
+
┬▓ See http://disu.se/software/value/
|
92
92
|
|
93
|
-
You add the documentation to the Module#Value invocation. Any
|
93
|
+
You add the documentation to the Module#Value invocation. Any ‹@param› tags
|
94
94
|
are used both for the parameters to the #initialize method and for the
|
95
95
|
protected accessors.
|
96
96
|
|
@@ -158,18 +158,18 @@ description: |2
|
|
158
158
|
def initialize(x, y)
|
159
159
|
end
|
160
160
|
|
161
|
-
|
161
|
+
§ Usage
|
162
162
|
|
163
|
-
Add
|
164
|
-
using Inventory-Rake-Tasks-YARD
|
163
|
+
Add ‹--plugin yard-value-1.0› to your YARD command line. If you’re
|
164
|
+
using Inventory-Rake-Tasks-YARD┬╣, add the following to your Rakefile:
|
165
165
|
|
166
166
|
Inventory::Rake::Tasks::YARD.new do |t|
|
167
167
|
t.options += %w'--plugin yard-value-1.0'
|
168
168
|
end
|
169
169
|
|
170
|
-
|
170
|
+
┬╣ See http://disu.se/software/inventory-rake-tasks-yard/
|
171
171
|
|
172
|
-
|
172
|
+
§ Financing
|
173
173
|
|
174
174
|
Currently, most of my time is spent at my day job and in my rather busy
|
175
175
|
private life. Please motivate me to spend time on this piece of software
|
@@ -179,21 +179,32 @@ description: |2
|
|
179
179
|
to have other people give me the things that I need to continue living
|
180
180
|
under the rules of said society. So, if you feel that this piece of
|
181
181
|
software has helped you out enough to warrant a reward, please PayPal a
|
182
|
-
donation to now@disu.se
|
182
|
+
donation to now@disu.se┬╣. Thanks! Your support wonΓÇÖt go unnoticed!
|
183
183
|
|
184
|
-
|
184
|
+
┬╣ Send a donation:
|
185
185
|
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=now%40disu%2ese&item_name=Nikolai%20Weibull%20Software%20Services
|
186
186
|
|
187
|
-
|
187
|
+
§ Reporting Bugs
|
188
188
|
|
189
|
-
Please report any bugs that you encounter to the {issue tracker}
|
189
|
+
Please report any bugs that you encounter to the {issue tracker}┬╣.
|
190
190
|
|
191
|
-
|
191
|
+
┬╣ See https://github.com/now/yard-value/issues
|
192
192
|
|
193
|
-
|
193
|
+
§ Authors
|
194
194
|
|
195
195
|
Nikolai Weibull wrote the code, the tests, and this README.
|
196
|
-
|
196
|
+
|
197
|
+
§ Licensing
|
198
|
+
|
199
|
+
YARD-Value is free software: you may redistribute it and/or modify it under
|
200
|
+
the terms of the {GNU Lesser General Public License, version 3}┬╣ or later┬▓,
|
201
|
+
as published by the {Free Software Foundation}┬│.
|
202
|
+
|
203
|
+
┬╣ See http://disu.se/licenses/lgpl-3.0/
|
204
|
+
┬▓ See http://gnu.org/licenses/
|
205
|
+
┬│ See http://fsf.org/
|
206
|
+
email:
|
207
|
+
- now@disu.se
|
197
208
|
executables: []
|
198
209
|
extensions: []
|
199
210
|
extra_rdoc_files: []
|
@@ -204,8 +215,9 @@ files:
|
|
204
215
|
- test/unit/yard-value-1.0/version.rb
|
205
216
|
- README
|
206
217
|
- Rakefile
|
207
|
-
homepage:
|
208
|
-
licenses:
|
218
|
+
homepage: http://disu.se/software/yard-value/
|
219
|
+
licenses:
|
220
|
+
- LGPLv3+
|
209
221
|
metadata: {}
|
210
222
|
post_install_message:
|
211
223
|
rdoc_options: []
|
@@ -223,8 +235,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
223
235
|
version: '0'
|
224
236
|
requirements: []
|
225
237
|
rubyforge_project:
|
226
|
-
rubygems_version: 2.0.
|
238
|
+
rubygems_version: 2.0.2
|
227
239
|
signing_key:
|
228
240
|
specification_version: 4
|
229
|
-
summary: YARD-Value provides YARD
|
241
|
+
summary: YARD-Value provides YARD┬╣ handlers for Value┬▓ objects.
|
230
242
|
test_files: []
|