public
Rubygem
Description: Some extensions to Ruby Core & Stdlib that I use
Homepage: http://matt.blogs.it/
Clone URL: git://github.com/mmower/coreplus.git
Modified gemspec to try and make the gem build on GitHub
mmower (author)
Sat Jul 05 10:03:41 -0700 2008
commit  b402aa7bd7fc32734facc4f793870b41e732723c
tree    e6faf7aa5f4451fc881f71defc6ee02f50e30feb
parent  c5dd1fbf5f9600b49eb290e69fea39a01f99d260
...
1
2
3
4
5
...
9
10
11
12
13
14
...
 
 
1
2
3
...
7
8
9
 
10
11
0
@@ -1,5 +1,3 @@
0
-require 'rubygems'
0
-
0
 SPEC = Gem::Specification.new do |spec|
0
   spec.name = 'coreplus'
0
   spec.version = '0.1.0'
0
@@ -9,6 +7,5 @@ SPEC = Gem::Specification.new do |spec|
0
   spec.platform = Gem::Platform::RUBY
0
   spec.summary = 'Some extensions to the Ruby core & std.lib'
0
   spec.require_path = 'lib'
0
- spec.autorequire = 'coreplus'
0
   spec.has_rdoc = false
0
 end

Comments

    No one has commented yet.