yard-tomdoc 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/HISTORY.md +16 -3
- data/Version +1 -0
- data/lib/yard-tomdoc.rb +2 -2
- metadata +9 -28
- data/VERSION +0 -1
- data/lib/.yardoc/checksums +0 -0
- data/lib/.yardoc/objects/root.dat +0 -0
- data/lib/.yardoc/proxy_types +0 -0
data/HISTORY.md
CHANGED
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
# RELEASE HISTORY
|
|
2
2
|
|
|
3
|
+
## 0.2.1 | 2011-05-23
|
|
4
|
+
|
|
5
|
+
There is an as-of-yet undetermined issue with running yard-tomdoc under
|
|
6
|
+
Ruby 1.9. By depending on an internal copy of TomDoc's TomDoc class we
|
|
7
|
+
are able to avoid the problem. So, for now we are removing the dependency
|
|
8
|
+
on the `tomdoc` gem until this is fully resolved.
|
|
9
|
+
|
|
10
|
+
Changes:
|
|
11
|
+
|
|
12
|
+
* Remove dependency on tomdoc.
|
|
13
|
+
* Require internal copy of tomdoc/tomdoc.rb.
|
|
14
|
+
|
|
15
|
+
|
|
3
16
|
## 0.2.0 | 2011-05-22
|
|
4
17
|
|
|
5
|
-
This is first packaged release of YARD-TomDoc. Some minor
|
|
6
|
-
|
|
7
|
-
|
|
18
|
+
This is first packaged release of YARD-TomDoc. Some minor improvements
|
|
19
|
+
have been made from the original version and the project now actually
|
|
20
|
+
depends on the `tomdoc` library.
|
|
8
21
|
|
|
9
22
|
Changes:
|
|
10
23
|
|
data/Version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.2.1
|
data/lib/yard-tomdoc.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yard-tomdoc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Loren Segal
|
|
@@ -16,28 +16,12 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-05-
|
|
19
|
+
date: 2011-05-24 00:00:00 Z
|
|
20
20
|
dependencies:
|
|
21
|
-
- !ruby/object:Gem::Dependency
|
|
22
|
-
name: tomdoc
|
|
23
|
-
prerelease: false
|
|
24
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- - ">="
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
hash: 23
|
|
30
|
-
segments:
|
|
31
|
-
- 0
|
|
32
|
-
- 2
|
|
33
|
-
- 0
|
|
34
|
-
version: 0.2.0
|
|
35
|
-
type: :runtime
|
|
36
|
-
version_requirements: *id001
|
|
37
21
|
- !ruby/object:Gem::Dependency
|
|
38
22
|
name: ko
|
|
39
23
|
prerelease: false
|
|
40
|
-
requirement: &
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
41
25
|
none: false
|
|
42
26
|
requirements:
|
|
43
27
|
- - ">="
|
|
@@ -47,11 +31,11 @@ dependencies:
|
|
|
47
31
|
- 0
|
|
48
32
|
version: "0"
|
|
49
33
|
type: :development
|
|
50
|
-
version_requirements: *
|
|
34
|
+
version_requirements: *id001
|
|
51
35
|
- !ruby/object:Gem::Dependency
|
|
52
36
|
name: redline
|
|
53
37
|
prerelease: false
|
|
54
|
-
requirement: &
|
|
38
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
55
39
|
none: false
|
|
56
40
|
requirements:
|
|
57
41
|
- - ">="
|
|
@@ -61,7 +45,7 @@ dependencies:
|
|
|
61
45
|
- 0
|
|
62
46
|
version: "0"
|
|
63
47
|
type: :development
|
|
64
|
-
version_requirements: *
|
|
48
|
+
version_requirements: *id002
|
|
65
49
|
description: Implements [TomDoc](http://tomdoc.org) syntax for YARD. 'Nuff said.
|
|
66
50
|
email: transfire@gmail.com
|
|
67
51
|
executables: []
|
|
@@ -71,15 +55,12 @@ extensions: []
|
|
|
71
55
|
extra_rdoc_files:
|
|
72
56
|
- README.md
|
|
73
57
|
files:
|
|
74
|
-
- lib/.yardoc/checksums
|
|
75
|
-
- lib/.yardoc/objects/root.dat
|
|
76
|
-
- lib/.yardoc/proxy_types
|
|
77
58
|
- lib/yard-tomdoc/tomdoc.rb
|
|
78
59
|
- lib/yard-tomdoc.rb
|
|
79
60
|
- test/case_docstring.rb
|
|
80
61
|
- HISTORY.md
|
|
81
62
|
- README.md
|
|
82
|
-
-
|
|
63
|
+
- Version
|
|
83
64
|
- MIT.txt
|
|
84
65
|
- NOTICE.md
|
|
85
66
|
homepage: http://rubyworks.github.com/yard-tomdoc
|
data/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.2.0
|
data/lib/.yardoc/checksums
DELETED
|
File without changes
|
|
Binary file
|
data/lib/.yardoc/proxy_types
DELETED
|
Binary file
|