markbates-gemstub 1.5.3.1.20090726193225 → 1.5.3.2.20090812144925
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gemstub.rb +1 -0
- metadata +4 -3
data/lib/gemstub.rb
CHANGED
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.3.
|
4
|
+
version: 1.5.3.2.20090812144925
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Bates
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-08-12 00:00:00 -07:00
|
13
13
|
default_executable: gemstub
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -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!"
|