sdoc-helpers 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2010 Chris Wanstrath
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ Software), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/Rakefile CHANGED
@@ -1,19 +0,0 @@
1
- begin
2
- require 'jeweler'
3
-
4
- $LOAD_PATH.unshift File.dirname(__FILE__) + '/lib'
5
- require 'sdoc_helpers/version'
6
-
7
- Jeweler::Tasks.new do |gemspec|
8
- gemspec.name = "sdoc-helpers"
9
- gemspec.summary = "Simple helpers to make using sdoc easier."
10
- gemspec.description = "Simple helpers to make using sdoc easier."
11
- gemspec.email = "chris@ozmm.org"
12
- gemspec.homepage = "http://github.com/defunkt/sdoc-helpers"
13
- gemspec.authors = ["Chris Wanstrath"]
14
- gemspec.version = SDocHelpers::Version.to_s
15
- end
16
- rescue LoadError
17
- puts "Jeweler not available."
18
- puts "Install it with: gem install jeweler"
19
- end
@@ -2,13 +2,6 @@ require 'rake/rdoctask'
2
2
 
3
3
  readme = Dir['*'].grep(/README/)[0]
4
4
  files = [ readme, 'LICENSE', 'lib' ]
5
-
6
- # any markdown files in the root
7
- files += Dir['*.md']
8
-
9
- # any files that are ALLCAPS
10
- files += Dir['*'].select { |file| file =~ /^[A-Z]$/ }
11
-
12
5
  files.push('CONTRIBUTORS') if Dir['*'].include?('CONTRIBUTORS')
13
6
 
14
7
  Rake::RDocTask.new do |rdoc|
@@ -1,3 +1,3 @@
1
1
  module SDocHelpers
2
- Version = '0.1.3'
2
+ Version = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdoc-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ hash: 19
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 4
10
+ version: 0.1.4
5
11
  platform: ruby
6
12
  authors:
7
13
  - Chris Wanstrath
@@ -9,52 +15,73 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2009-10-11 00:00:00 -07:00
18
+ date: 2010-05-31 00:00:00 -07:00
13
19
  default_executable:
14
- dependencies: []
15
-
16
- description: Simple helpers to make using sdoc easier.
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: sdoc
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ hash: 15
30
+ segments:
31
+ - 0
32
+ - 2
33
+ version: "0.2"
34
+ type: :runtime
35
+ version_requirements: *id001
36
+ description: " Makes publishing docs with sdoc slightly more pleasant by adding\n support for README.markdown and other small tweaks.\n"
17
37
  email: chris@ozmm.org
18
38
  executables: []
19
39
 
20
40
  extensions: []
21
41
 
22
- extra_rdoc_files:
23
- - README.md
42
+ extra_rdoc_files: []
43
+
24
44
  files:
25
45
  - README.md
26
46
  - Rakefile
27
- - lib/sdoc_helpers.rb
47
+ - LICENSE
28
48
  - lib/sdoc_helpers/markdown.rb
29
49
  - lib/sdoc_helpers/pages.rb
30
50
  - lib/sdoc_helpers/version.rb
51
+ - lib/sdoc_helpers.rb
31
52
  has_rdoc: true
32
53
  homepage: http://github.com/defunkt/sdoc-helpers
33
54
  licenses: []
34
55
 
35
56
  post_install_message:
36
- rdoc_options:
37
- - --charset=UTF-8
57
+ rdoc_options: []
58
+
38
59
  require_paths:
39
60
  - lib
40
61
  required_ruby_version: !ruby/object:Gem::Requirement
62
+ none: false
41
63
  requirements:
42
64
  - - ">="
43
65
  - !ruby/object:Gem::Version
66
+ hash: 3
67
+ segments:
68
+ - 0
44
69
  version: "0"
45
- version:
46
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
+ none: false
47
72
  requirements:
48
73
  - - ">="
49
74
  - !ruby/object:Gem::Version
75
+ hash: 3
76
+ segments:
77
+ - 0
50
78
  version: "0"
51
- version:
52
79
  requirements: []
53
80
 
54
81
  rubyforge_project:
55
- rubygems_version: 1.3.5
82
+ rubygems_version: 1.3.7
56
83
  signing_key:
57
84
  specification_version: 3
58
- summary: Simple helpers to make using sdoc easier.
85
+ summary: Helpers to make using sdoc easier.
59
86
  test_files: []
60
87