gemstub 1.5.6 → 1.5.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gemstub.rb +1 -1
- metadata +2 -2
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: gemstub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.7
|
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
|