public
Fork of vigetlabs/crash_cart
Description: Tools to manage ExpressionEngine ... maybe.
Clone URL: git://github.com/reagent/crash_cart.git
Adding updated README documentation
Patrick Reagan (author)
Fri Apr 04 13:07:40 -0700 2008
commit  3402b4fd5608e5f57cd61ed4d2d336b4a2bb8d08
tree    70cde080a7cb1d2322e84def1246d79a846074ca
parent  d42789c086256ea83bb586826699bb1d4501b032
...
17
18
19
20
 
21
22
23
...
31
32
33
34
 
35
36
37
...
17
18
19
 
20
21
22
23
...
31
32
33
 
34
35
36
37
0
@@ -17,7 +17,7 @@ spec = Gem::Specification.new do |s|
0
   s.version = CrashCart::VERSION::STRING
0
   s.platform = Gem::Platform::RUBY
0
   s.has_rdoc = true
0
- s.extra_rdoc_files = ["README", "LICENSE", 'TODO']
0
+ s.extra_rdoc_files = ["README.markdown", "LICENSE", 'TODO']
0
   s.summary = SUMMARY
0
   s.description = s.summary
0
   s.author = AUTHOR
0
@@ -31,7 +31,7 @@ spec = Gem::Specification.new do |s|
0
   
0
   s.require_path = 'lib'
0
   s.autorequire = GEM
0
- s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
0
+ s.files = %w(LICENSE README.markdown Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |pkg|

Comments

    No one has commented yet.