horo 1.0.0.beta.2 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -2
- data/lib/horo.rb +1 -1
- metadata +8 -12
data/README.rdoc
CHANGED
@@ -15,7 +15,7 @@ style and format used for Ruby on Rails API documentation.
|
|
15
15
|
|
16
16
|
You can output Horo formatted documentation from the command line like this:
|
17
17
|
|
18
|
-
$ sudo gem install horo
|
18
|
+
$ sudo gem install horo --pre
|
19
19
|
$ cd ~/git/nokogiri
|
20
20
|
$ rdoc -f horo --main README.rdoc *.rdoc lib ext
|
21
21
|
|
@@ -46,7 +46,7 @@ your documentation.
|
|
46
46
|
|
47
47
|
(The MIT License)
|
48
48
|
|
49
|
-
Copyright (c) 2010 Aaron Patterson
|
49
|
+
Copyright (c) 2010 Aaron Patterson, Hongli Lai, Jamis Buck, et al.
|
50
50
|
|
51
51
|
Permission is hereby granted, free of charge, to any person obtaining
|
52
52
|
a copy of this software and associated documentation files (the
|
data/lib/horo.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: horo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 23
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
|
11
|
-
- 2
|
12
|
-
version: 1.0.0.beta.2
|
10
|
+
version: 1.0.0
|
13
11
|
platform: ruby
|
14
12
|
authors:
|
15
13
|
- Aaron Patterson
|
@@ -17,7 +15,7 @@ autorequire:
|
|
17
15
|
bindir: bin
|
18
16
|
cert_chain: []
|
19
17
|
|
20
|
-
date: 2010-07-
|
18
|
+
date: 2010-07-16 00:00:00 -07:00
|
21
19
|
default_executable:
|
22
20
|
dependencies:
|
23
21
|
- !ruby/object:Gem::Dependency
|
@@ -136,14 +134,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
136
134
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
137
135
|
none: false
|
138
136
|
requirements:
|
139
|
-
- - "
|
137
|
+
- - ">="
|
140
138
|
- !ruby/object:Gem::Version
|
141
|
-
hash:
|
139
|
+
hash: 3
|
142
140
|
segments:
|
143
|
-
-
|
144
|
-
|
145
|
-
- 1
|
146
|
-
version: 1.3.1
|
141
|
+
- 0
|
142
|
+
version: "0"
|
147
143
|
requirements: []
|
148
144
|
|
149
145
|
rubyforge_project: horo
|