public
Fork of jgarber/redcloth
Description: RedCloth is a Ruby library for converting Textile into HTML.
Homepage: http://code.whytheluckystiff.net/redcloth/
Clone URL: git://github.com/github/redcloth.git
Transfering copyright and attribution to Jason.  Just totally excellent 
work!
why (author)
Thu Mar 20 16:27:32 -0700 2008
commit  f0bfa2eca2978643e0b37153b5567ee7c157747e
tree    b08f8d0d349f6be4f7d3a898d0a102dea1bdbf35
parent  2dcb2b8a3f898f77d6dae51181720c7b273bdf50
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2006 why the lucky stiff
0
+Copyright (c) 2008 Jason Garber
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining a copy
0
 of this software and associated documentation files (the "Software"), to
0
...
1
2
3
4
5
 
 
 
6
7
8
...
1
2
 
 
 
3
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 = RedCloth - Textile parser for Ruby
0
 
0
-Homepage:: http://whytheluckystiff.net/ruby/redcloth/
0
-Author:: why the lucky stiff (http://whytheluckystiff.net/)
0
-Copyright:: (c) 2006 why the lucky stiff
0
+Homepage:: https://code.whytheluckystiff.net/redcloth/
0
+Author:: Jason Garber
0
+Copyright:: (c) 2008 Jason Garber
0
 
0
 (See http://hobix.com/textile/ for a Textile reference.)
0
 
...
81
82
83
84
85
 
 
86
87
88
...
158
159
160
161
162
 
 
163
164
165
...
81
82
83
 
 
84
85
86
87
88
...
158
159
160
 
 
161
162
163
164
165
0
@@ -81,8 +81,8 @@ spec =
0
         s.extra_rdoc_files = ["README", "CHANGELOG", "COPYING"]
0
         s.summary = SUMMARY
0
         s.description = s.summary
0
- s.author = "why the lucky stiff"
0
- s.email = 'why@ruby-lang.org'
0
+ s.author = "Jason Garber"
0
+ s.email = 'redcloth-upwards@rubyforge.org'
0
         s.homepage = 'http://code.whytheluckystiff.net/redcloth/'
0
 
0
         s.files = %w(COPYING README Rakefile) +
0
@@ -158,8 +158,8 @@ Win32Spec = Gem::Specification.new do |s|
0
   s.extra_rdoc_files = ["README", "CHANGELOG", "COPYING"]
0
   s.summary = SUMMARY
0
   s.description = s.summary
0
- s.author = "why the lucky stiff"
0
- s.email = 'why@ruby-lang.org'
0
+ s.author = "Jason Garber"
0
+ s.email = 'redcloth-upwards@rubyforge.org'
0
   s.homepage = 'http://code.whytheluckystiff.net/redcloth/'
0
 
0
   s.files = PKG_FILES
...
1
2
3
4
5
6
7
 
8
9
10
...
1
2
3
 
 
 
 
4
5
6
7
0
@@ -1,10 +1,7 @@
0
 /*
0
  * redcloth_inline.rl
0
  *
0
- * $Author: why $
0
- * $Date$
0
- *
0
- * Copyright (C) 2007 why the lucky stiff
0
+ * Copyright (C) 2008 Jason Garber
0
  */
0
 #include <ruby.h>
0
 #include "redcloth.h"
...
1
2
3
4
5
6
7
 
8
9
10
...
1
2
3
 
 
 
 
4
5
6
7
0
@@ -1,10 +1,7 @@
0
 /*
0
  * redcloth_scan.rl
0
  *
0
- * $Author: why $
0
- * $Date$
0
- *
0
- * Copyright (C) 2007 why the lucky stiff
0
+ * Copyright (C) 2008 Jason Garber
0
  */
0
 #define redcloth_scan_c
0
 

Comments

    No one has commented yet.