ronn 0.4 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -21,17 +21,17 @@ range of ronn capabilities and are the source of Ronn's own documentation.
21
21
  The source files and generated HTML / roff output files are available
22
22
  at:
23
23
 
24
- * [ronn(1)](http://rtomayko.github.com/ronn/ronn.1.html) -
24
+ * [ronn(1)](http://rtomayko.github.com/ronn/ronn.1) -
25
25
  build markdown based manual pages at the command line.
26
26
  [source file](http://github.com/rtomayko/ronn/blob/master/man/ronn.1.ronn),
27
27
  [roff output](http://github.com/rtomayko/ronn/blob/master/man/ronn.1)
28
28
 
29
- * [ronn(5)](http://rtomayko.github.com/ronn/ronn.5.html) -
29
+ * [ronn(5)](http://rtomayko.github.com/ronn/ronn.5) -
30
30
  humane manual page authoring format syntax reference.
31
31
  [source file](http://github.com/rtomayko/ronn/blob/master/man/ronn.5.ronn),
32
32
  [roff output](http://github.com/rtomayko/ronn/blob/master/man/ronn.5)
33
33
 
34
- * [markdown(5)](http://rtomayko.github.com/ronn/markdown.5.html) -
34
+ * [markdown(5)](http://rtomayko.github.com/ronn/markdown.5) -
35
35
  humane text markup syntax (taken from
36
36
  [Markdown Syntax](http://daringfireball.net/projects/markdown/syntax),
37
37
  John Gruber)
@@ -53,8 +53,8 @@ Or, clone the git repository:
53
53
 
54
54
  ## BASIC USAGE
55
55
 
56
- To generate a roff man page from the included
57
- [`markdown.5.ronn`](man/markdown.5.ronn) file and open it with man(1):
56
+ To generate a roff man page from the included `markdown.5.ronn` file and
57
+ open it with man(1):
58
58
 
59
59
  $ ronn -b man/markdown.5.ronn
60
60
  building: man/markdown.5
@@ -75,7 +75,7 @@ building intermediate files:
75
75
 
76
76
  $ ronn -m man/markdown.5.ronn
77
77
 
78
- The [ronn(1)](http://rtomayko.github.com/ronn/ronn.1.html) manual page
78
+ The [ronn(1)](http://rtomayko.github.com/ronn/ronn.1) manual page
79
79
  includes comprehensive documentation on `ronn` command line options.
80
80
 
81
81
  ## ABOUT
@@ -130,6 +130,6 @@ See the file COPYING for information of licensing and distribution.
130
130
 
131
131
  ## SEE ALSO
132
132
 
133
- [ronn(1)](http://rtomayko.github.com/ronn/ronn.1.html),
134
- [ronn(5)](http://rtomayko.github.com/ronn/ronn.5.html),
135
- [markdown(5)](http://rtomayko.github.com/ronn/markdown.5.html)
133
+ [ronn(1)](http://rtomayko.github.com/ronn/ronn.1),
134
+ [ronn(5)](http://rtomayko.github.com/ronn/ronn.5),
135
+ [markdown(5)](http://rtomayko.github.com/ronn/markdown.5)
@@ -0,0 +1,3 @@
1
+ # Ron 0.3 compatibility shim
2
+ require 'ronn'
3
+ Ron = Ronn
@@ -3,7 +3,7 @@
3
3
  # install standard UNIX roff(7) formatted manpages or to generate
4
4
  # beautiful HTML manpages.
5
5
  module Ronn
6
- VERSION = '0.4'
6
+ VERSION = '0.4.1'
7
7
 
8
8
  require 'ronn/document'
9
9
  require 'ronn/roff'
@@ -21,17 +21,17 @@ range of ronn capabilities and are the source of Ronn's own documentation.
21
21
  The source files and generated HTML / roff output files are available
22
22
  at:
23
23
 
24
- * [ronn(1)](http://rtomayko.github.com/ronn/ronn.1.html) -
24
+ * [ronn(1)](http://rtomayko.github.com/ronn/ronn.1) -
25
25
  build markdown based manual pages at the command line.
26
26
  [source file](http://github.com/rtomayko/ronn/blob/master/man/ronn.1.ronn),
27
27
  [roff output](http://github.com/rtomayko/ronn/blob/master/man/ronn.1)
28
28
 
29
- * [ronn(5)](http://rtomayko.github.com/ronn/ronn.5.html) -
29
+ * [ronn(5)](http://rtomayko.github.com/ronn/ronn.5) -
30
30
  humane manual page authoring format syntax reference.
31
31
  [source file](http://github.com/rtomayko/ronn/blob/master/man/ronn.5.ronn),
32
32
  [roff output](http://github.com/rtomayko/ronn/blob/master/man/ronn.5)
33
33
 
34
- * [markdown(5)](http://rtomayko.github.com/ronn/markdown.5.html) -
34
+ * [markdown(5)](http://rtomayko.github.com/ronn/markdown.5) -
35
35
  humane text markup syntax (taken from
36
36
  [Markdown Syntax](http://daringfireball.net/projects/markdown/syntax),
37
37
  John Gruber)
@@ -53,8 +53,8 @@ Or, clone the git repository:
53
53
 
54
54
  ## BASIC USAGE
55
55
 
56
- To generate a roff man page from the included
57
- [`markdown.5.ronn`](man/markdown.5.ronn) file and open it with man(1):
56
+ To generate a roff man page from the included `markdown.5.ronn` file and
57
+ open it with man(1):
58
58
 
59
59
  $ ronn -b man/markdown.5.ronn
60
60
  building: man/markdown.5
@@ -75,7 +75,7 @@ building intermediate files:
75
75
 
76
76
  $ ronn -m man/markdown.5.ronn
77
77
 
78
- The [ronn(1)](http://rtomayko.github.com/ronn/ronn.1.html) manual page
78
+ The [ronn(1)](http://rtomayko.github.com/ronn/ronn.1) manual page
79
79
  includes comprehensive documentation on `ronn` command line options.
80
80
 
81
81
  ## ABOUT
@@ -130,6 +130,6 @@ See the file COPYING for information of licensing and distribution.
130
130
 
131
131
  ## SEE ALSO
132
132
 
133
- [ronn(1)](http://rtomayko.github.com/ronn/ronn.1.html),
134
- [ronn(5)](http://rtomayko.github.com/ronn/ronn.5.html),
135
- [markdown(5)](http://rtomayko.github.com/ronn/markdown.5.html)
133
+ [ronn(1)](http://rtomayko.github.com/ronn/ronn.1),
134
+ [ronn(5)](http://rtomayko.github.com/ronn/ronn.5),
135
+ [markdown(5)](http://rtomayko.github.com/ronn/markdown.5)
@@ -0,0 +1,50 @@
1
+ Gem::Specification.new do |s|
2
+ s.specification_version = 2 if s.respond_to? :specification_version=
3
+ s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
4
+
5
+ s.name = 'ron'
6
+ s.version = '0.4'
7
+ s.date = '2010-03-08'
8
+
9
+ s.description = "ron -- the opposite of roff -- is now known as 'ronn'"
10
+
11
+ s.summary = (<<-TEXT).gsub(/^ {4}/, '')
12
+ IMPORTANT: ron -- the opposite of roff -- is now known as "ronn". Ownership
13
+ of the "ron" gem will be handed over to the Ruby Object Notation (Ron)
14
+ project in the not-too-distant future.
15
+
16
+ If you came here looking for "ron" -- the opposite of roff --, see the
17
+ "ronn" gem instead: http://rubygems.org/gems/ronn
18
+
19
+ If you came here looking for Ron (Ruby Object Notation), see the "Ron"
20
+ gem instead: http://rubygems.org/gems/Ron
21
+ TEXT
22
+
23
+ s.authors = ["Ryan Tomayko"]
24
+ s.email = "rtomayko@gmail.com"
25
+ s.files = %w[ron.gemspec]
26
+ s.executables = []
27
+ s.test_files = []
28
+
29
+ s.has_rdoc = true
30
+ s.homepage = "http://rtomayko.github.com/ronn/"
31
+ s.require_paths = ['.']
32
+ s.add_dependency 'ronn', '>= 0.4'
33
+
34
+ s.post_install_message = (<<-TEXT).gsub(/^ {4}/, '')
35
+ ==================================================================
36
+ WARNING: ron -- the opposite of roff -- is now known as "ronn"
37
+
38
+ The "ronn" gem has automatically been installed. However, in the
39
+ not-too-distant future, the "ron" gem will be owned by the
40
+ Ruby Object Notation <http://github.com/coatl/ron> project. Please
41
+ use the "ronn" gem to install ronn -- the opposite of roff -- from
42
+ this point forward.
43
+
44
+ If you meant to install the Ruby Object Notation (Ron) gem,
45
+ uninstall the "ron" and "ronn" gems and install the "Ron" gem:
46
+ gem uninstall ron ronn
47
+ gem install Ron
48
+ ==================================================================
49
+ TEXT
50
+ end
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
3
3
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
4
4
 
5
5
  s.name = 'ronn'
6
- s.version = '0.4'
6
+ s.version = '0.4.1'
7
7
  s.date = '2010-03-08'
8
8
 
9
9
  s.description = "The opposite of roff"
@@ -19,6 +19,7 @@ Gem::Specification.new do |s|
19
19
  Rakefile
20
20
  bin/ron
21
21
  bin/ronn
22
+ lib/ron.rb
22
23
  lib/ronn.rb
23
24
  lib/ronn/document.rb
24
25
  lib/ronn/layout.html
@@ -31,6 +32,7 @@ Gem::Specification.new do |s|
31
32
  man/ronn.5.ronn
32
33
  man/ronn.7
33
34
  man/ronn.7.ronn
35
+ ron.gemspec
34
36
  ronn.gemspec
35
37
  test/angle_bracket_syntax.html
36
38
  test/angle_bracket_syntax.ronn
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- version: "0.4"
8
+ - 1
9
+ version: 0.4.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Ryan Tomayko
@@ -72,6 +73,7 @@ files:
72
73
  - Rakefile
73
74
  - bin/ron
74
75
  - bin/ronn
76
+ - lib/ron.rb
75
77
  - lib/ronn.rb
76
78
  - lib/ronn/document.rb
77
79
  - lib/ronn/layout.html
@@ -84,6 +86,7 @@ files:
84
86
  - man/ronn.5.ronn
85
87
  - man/ronn.7
86
88
  - man/ronn.7.ronn
89
+ - ron.gemspec
87
90
  - ronn.gemspec
88
91
  - test/angle_bracket_syntax.html
89
92
  - test/angle_bracket_syntax.ronn