markbates-gemstub 1.5.6.20090903121539 → 1.5.7.20090903121859
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gemstub.rb +1 -1
- metadata +4 -3
data/lib/gemstub.rb
CHANGED
@@ -131,7 +131,7 @@ module Gemstub
|
|
131
131
|
txt.gsub!("@#{word}@", "<tt>#{word}</tt>")
|
132
132
|
end
|
133
133
|
|
134
|
-
['h1', 'h2', 'h3'].each_with_index do |h, i|
|
134
|
+
['h1', 'h2', 'h3', 'h4'].each_with_index do |h, i|
|
135
135
|
txt.scan(/(#{h}.\s)/).flatten.each do |word|
|
136
136
|
eq = '=' * (i + 1)
|
137
137
|
# puts "replacing: '#{word}' w/ #{eq}"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: markbates-gemstub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.7.20090903121859
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Bates
|
@@ -42,7 +42,7 @@ dependencies:
|
|
42
42
|
- !ruby/object:Gem::Version
|
43
43
|
version: "0"
|
44
44
|
version:
|
45
|
-
description:
|
45
|
+
description: "Gemstub is a very simple tool for creating the stub code you need to build a gem. Usage: at a command prompt simply type: gemstub your_gem_name_here That's it, after that, you all you have to do is the actual coding of your gem! Enjoy!"
|
46
46
|
email: mark@markbates.com
|
47
47
|
executables:
|
48
48
|
- gemstub
|
@@ -68,6 +68,7 @@ files:
|
|
68
68
|
- bin/gemstub
|
69
69
|
has_rdoc: false
|
70
70
|
homepage: http://www.mackframework.com
|
71
|
+
licenses:
|
71
72
|
post_install_message:
|
72
73
|
rdoc_options: []
|
73
74
|
|
@@ -88,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
89
|
requirements: []
|
89
90
|
|
90
91
|
rubyforge_project: gemstub
|
91
|
-
rubygems_version: 1.
|
92
|
+
rubygems_version: 1.3.5
|
92
93
|
signing_key:
|
93
94
|
specification_version: 3
|
94
95
|
summary: "Gemstub is a very simple tool for creating the stub code you need to build a gem. Usage: at a command prompt simply type: gemstub your_gem_name_here That's it, after that, you all you have to do is the actual coding of your gem! Enjoy!"
|