brianjlandau-sdoc-helpers 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,36 +1,34 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{brianjlandau-sdoc-helpers}
8
- s.version = "0.1.4"
8
+ s.version = "0.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Chris Wanstrath", "Brian Landau"]
12
- s.date = %q{2010-06-28}
12
+ s.date = %q{2011-11-19}
13
13
  s.description = %q{Simple helpers to make using sdoc easier.}
14
14
  s.email = %q{chris@ozmm.org}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
- "README.md"
17
+ "README.md"
18
18
  ]
19
19
  s.files = [
20
- ".gitignore",
21
- "LICENSE",
22
- "README.md",
23
- "Rakefile",
24
- "brianjlandau-sdoc-helpers.gemspec",
25
- "lib/rake/sdoctask.rb",
26
- "lib/sdoc_helpers.rb",
27
- "lib/sdoc_helpers/markdown.rb",
28
- "lib/sdoc_helpers/pages.rb",
29
- "lib/sdoc_helpers/version.rb",
30
- "sdoc-helpers.gemspec"
20
+ "LICENSE",
21
+ "README.md",
22
+ "Rakefile",
23
+ "brianjlandau-sdoc-helpers.gemspec",
24
+ "lib/rake/sdoctask.rb",
25
+ "lib/sdoc_helpers.rb",
26
+ "lib/sdoc_helpers/markdown.rb",
27
+ "lib/sdoc_helpers/pages.rb",
28
+ "lib/sdoc_helpers/version.rb",
29
+ "sdoc-helpers.gemspec"
31
30
  ]
32
31
  s.homepage = %q{http://github.com/brianjlandau/sdoc-helpers}
33
- s.rdoc_options = ["--charset=UTF-8"]
34
32
  s.require_paths = ["lib"]
35
33
  s.rubygems_version = %q{1.3.7}
36
34
  s.summary = %q{Simple helpers to make using sdoc easier.}
data/lib/rake/sdoctask.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'rake/rdoctask'
1
+ require 'rdoc/task'
2
2
 
3
3
  module Rake
4
4
  # Just a customized version of the normal RDoc task for generating SDocs.
@@ -12,7 +12,7 @@ module Rake
12
12
  @rdoc_dir = 'docs'
13
13
  @main = Dir['README*'].first
14
14
  @title = nil
15
- @template = 'direct'
15
+ @template = 'sdoc'
16
16
  @external = false
17
17
  @inline_source = true
18
18
  @options = ['--fmt', 'shtml']
@@ -1,3 +1,3 @@
1
1
  module SDocHelpers
2
- Version = '0.1.4'
2
+ Version = '0.1.5'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brianjlandau-sdoc-helpers
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Wanstrath
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-06-28 00:00:00 -04:00
19
+ date: 2011-11-19 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies: []
22
22
 
@@ -30,7 +30,6 @@ extra_rdoc_files:
30
30
  - LICENSE
31
31
  - README.md
32
32
  files:
33
- - .gitignore
34
33
  - LICENSE
35
34
  - README.md
36
35
  - Rakefile
@@ -46,8 +45,8 @@ homepage: http://github.com/brianjlandau/sdoc-helpers
46
45
  licenses: []
47
46
 
48
47
  post_install_message:
49
- rdoc_options:
50
- - --charset=UTF-8
48
+ rdoc_options: []
49
+
51
50
  require_paths:
52
51
  - lib
53
52
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,2 +0,0 @@
1
- pkg/*
2
- pkg/**/*