horo 1.0.0.beta.2 → 1.0.0

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.
Files changed (3) hide show
  1. data/README.rdoc +2 -2
  2. data/lib/horo.rb +1 -1
  3. 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
@@ -1,3 +1,3 @@
1
1
  module Horo
2
- VERSION = '1.0.0.beta.2'
2
+ VERSION = '1.0.0'
3
3
  end
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: 62196359
5
- prerelease: true
4
+ hash: 23
5
+ prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
- - beta
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-14 00:00:00 -07:00
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: 25
139
+ hash: 3
142
140
  segments:
143
- - 1
144
- - 3
145
- - 1
146
- version: 1.3.1
141
+ - 0
142
+ version: "0"
147
143
  requirements: []
148
144
 
149
145
  rubyforge_project: horo