gitdoc 3.6.0 → 3.6.1

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 (4) hide show
  1. data/TODO +1 -0
  2. data/VERSION +1 -1
  3. data/default.sass +2 -6
  4. metadata +4 -4
data/TODO CHANGED
@@ -1,3 +1,4 @@
1
+ * Blank favicon.ico if it doesn't exist
1
2
  * Open web browser after server launches
2
3
  * Less http logging
3
4
  * A :scriptable option that supports script embedding and an /index.json call
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.6.0
1
+ 3.6.1
data/default.sass CHANGED
@@ -1,9 +1,5 @@
1
- *
2
- font-family: Helvetica Neue
3
-
4
- body, pre, code
5
- font-size: 14px
6
- line-height: 20px
1
+ body
2
+ font: 14px/20px 'Helvetica Neue'
7
3
  color: #333
8
4
 
9
5
  a
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitdoc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 6
9
- - 0
10
- version: 3.6.0
9
+ - 1
10
+ version: 3.6.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Myles Byrne
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-25 00:00:00 +11:00
18
+ date: 2011-01-26 00:00:00 +11:00
19
19
  default_executable: gitdoc
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency