yard-tomdoc 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
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
- improvements have been made from the original version and
7
- the project now actually depends on the `tomdoc` library.
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
@@ -1,5 +1,5 @@
1
- #require File.dirname(__FILE__) + "/yard-tomdoc/tomdoc" #require 'tomdoc/tomdoc'
2
- require 'tomdoc/tomdoc'
1
+ #require 'tomdoc/tomdoc'
2
+ require 'yard-tomdoc/tomdoc'
3
3
 
4
4
  module YARD
5
5
 
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
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-22 00:00:00 Z
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: &id002 !ruby/object:Gem::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: *id002
34
+ version_requirements: *id001
51
35
  - !ruby/object:Gem::Dependency
52
36
  name: redline
53
37
  prerelease: false
54
- requirement: &id003 !ruby/object:Gem::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: *id003
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
- - VERSION
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
File without changes
Binary file
Binary file