allison 2.0.1 → 2.0.2
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.
- data.tar.gz.sig +0 -0
- data/CHANGELOG +2 -0
- data/allison.gemspec +3 -3
- data/cache/BODY +2 -2
- data/cache/JAVASCRIPT +1 -1
- data/cache/STYLE +1 -1
- data/lib/allison.css +1 -1
- data/lib/allison.js +1 -1
- data/lib/allison.rb +1 -4
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGELOG
CHANGED
data/allison.gemspec
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
|
2
|
-
# Gem::Specification for Allison-2.0.
|
2
|
+
# Gem::Specification for Allison-2.0.2
|
3
3
|
# Originally generated by Echoe
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = %q{allison}
|
7
|
-
s.version = "2.0.
|
7
|
+
s.version = "2.0.2"
|
8
8
|
|
9
9
|
s.specification_version = 2 if s.respond_to? :specification_version=
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.authors = ["Evan Weaver"]
|
13
|
-
s.date = %q{2007-11-
|
13
|
+
s.date = %q{2007-11-15}
|
14
14
|
s.default_executable = %q{allison}
|
15
15
|
s.description = %q{A modern, pretty RDoc template.}
|
16
16
|
s.email = %q{}
|
data/cache/BODY
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><title>%title%</title><link type="text/css" href="%style_url%" rel="stylesheet" media="screen"/><script type="text/javascript">
|
2
|
-
// Allison
|
2
|
+
// Allison template
|
3
3
|
// Copyright 2007 Cloudburst LLC, all rights reserved
|
4
4
|
// Redistribution or modification prohibited
|
5
5
|
|
@@ -568,4 +568,4 @@ ENDIF:method_list
|
|
568
568
|
END:sections
|
569
569
|
|
570
570
|
ENDIF:sections
|
571
|
-
</div><div class="clear" id="footer">Generated on Nov
|
571
|
+
</div><div class="clear" id="footer">Generated on Nov 15, 2007 / Allison 2 © 2007 <a href="http://cloudbur.st">Cloudburst, LLC</a></div></div></body></html>
|
data/cache/JAVASCRIPT
CHANGED
data/cache/STYLE
CHANGED
data/lib/allison.css
CHANGED
data/lib/allison.js
CHANGED
data/lib/allison.rb
CHANGED
@@ -246,10 +246,7 @@ module RDoc
|
|
246
246
|
self << " / Allison 2 © 2007 "
|
247
247
|
a "Cloudburst, LLC", :href => "http://cloudbur.st"
|
248
248
|
end
|
249
|
-
end
|
250
|
-
|
251
|
-
self << '<script src="http://feeds.feedburner.com/~s/snax" type="text/javascript" charset="utf-8"></script>'
|
252
|
-
|
249
|
+
end
|
253
250
|
end
|
254
251
|
|
255
252
|
end.to_s
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4.6
|
|
3
3
|
specification_version: 2
|
4
4
|
name: allison
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 2.0.
|
7
|
-
date: 2007-11-
|
6
|
+
version: 2.0.2
|
7
|
+
date: 2007-11-15 00:00:00 -05:00
|
8
8
|
summary: A modern, pretty RDoc template.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
metadata.gz.sig
CHANGED
Binary file
|