gemstub 1.0.0 → 1.0.1
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/bin/gemstub +2 -1
- metadata +2 -2
data/bin/gemstub
CHANGED
|
@@ -46,6 +46,7 @@ gem_spec = Gem::Specification.new do |s|
|
|
|
46
46
|
s.require_paths << 'lib'
|
|
47
47
|
s.autorequire = ['#{app}']
|
|
48
48
|
s.bindir = "bin"
|
|
49
|
+
#s.executables = "#{app}"
|
|
49
50
|
#s.default_executable = ""
|
|
50
51
|
#s.add_dependency("", "")
|
|
51
52
|
#s.add_dependency("", "")
|
|
@@ -54,7 +55,7 @@ gem_spec = Gem::Specification.new do |s|
|
|
|
54
55
|
#s.has_rdoc = true
|
|
55
56
|
#s.platform = "Gem::Platform::Ruby"
|
|
56
57
|
#s.required_ruby_version = ">= 1.8.5"
|
|
57
|
-
#s.requirements << "An ice cold beer"
|
|
58
|
+
#s.requirements << "An ice cold beer."
|
|
58
59
|
#s.requirements << "Some free time!"
|
|
59
60
|
#s.rubyforge_project = "#{app}"
|
|
60
61
|
end
|
metadata
CHANGED
|
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: gemstub
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 1.0.
|
|
7
|
-
date: 2007-
|
|
6
|
+
version: 1.0.1
|
|
7
|
+
date: 2007-04-17 00:00:00 -04:00
|
|
8
8
|
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!"
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|