rubyw_helper 0.1.2 → 0.1.3

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/Manifest.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  History.txt
2
2
  Manifest.txt
3
- README.txt
3
+ README.rdoc
4
4
  Rakefile
5
5
  lib/rubyw_helper.rb
6
6
  spec/.bacon
@@ -1,4 +1,4 @@
1
- rubyw_helper
1
+ = rubyw_helper
2
2
  by James Tucker
3
3
  http://ra66i.org
4
4
  http://github.com/raggi/rubyw_helper
data/lib/rubyw_helper.rb CHANGED
@@ -3,7 +3,7 @@ require 'exception_string'
3
3
 
4
4
  class RubywHelper
5
5
 
6
- Version = VERSION = '0.1.2'
6
+ Version = VERSION = '0.1.3'
7
7
  def self.version; Version; end
8
8
 
9
9
  app_name = File.basename($0)
data/tasks/setup.rb CHANGED
@@ -26,7 +26,7 @@ PROJ = OpenStruct.new(
26
26
  :libs => [],
27
27
  :history_file => 'History.txt',
28
28
  :manifest_file => 'Manifest.txt',
29
- :readme_file => 'README.txt',
29
+ :readme_file => 'README.rdoc',
30
30
 
31
31
  # Announce
32
32
  :ann => OpenStruct.new(
@@ -74,7 +74,7 @@ PROJ = OpenStruct.new(
74
74
  # Rdoc
75
75
  :rdoc => OpenStruct.new(
76
76
  :opts => [],
77
- :include => %w(^lib/ ^bin/ ^ext/ \.txt$),
77
+ :include => %w(^lib/ ^bin/ ^ext/ \.txt$ \.rdoc$),
78
78
  :exclude => %w(extconf\.rb$),
79
79
  :main => nil,
80
80
  :dir => 'doc',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyw_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Tucker
@@ -30,11 +30,11 @@ extensions: []
30
30
 
31
31
  extra_rdoc_files:
32
32
  - History.txt
33
- - README.txt
33
+ - README.rdoc
34
34
  files:
35
35
  - History.txt
36
36
  - Manifest.txt
37
- - README.txt
37
+ - README.rdoc
38
38
  - Rakefile
39
39
  - lib/rubyw_helper.rb
40
40
  - spec/.bacon
@@ -58,7 +58,7 @@ homepage: http://github.com/raggi/rubyw_helper
58
58
  post_install_message:
59
59
  rdoc_options:
60
60
  - --main
61
- - README.txt
61
+ - README.rdoc
62
62
  require_paths:
63
63
  - lib
64
64
  required_ruby_version: !ruby/object:Gem::Requirement