public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Search Repo:
Now that 0.5.x is end-of-lifed, merb-core installs merb instead of merb.9
ivey (author)
Mon Jan 28 22:12:40 -0800 2008
commit  e3a50a874f32cc564f6e5e2de0194a2b0587e5ea
tree    1a7425b79ea894156b6a18eea10f1bdc24225782
parent  e34401e9f321cade1eb2d603888fae6e4f35b226
...
45
46
47
48
 
49
50
51
...
45
46
47
 
48
49
50
51
0
@@ -45,7 +45,7 @@ spec = Gem::Specification.new do |s|
0
   s.summary = "Merb == Mongrel + Erb. Pocket rocket web framework."
0
   s.bindir = "bin"
0
   s.description = s.summary
0
- s.executables = %w( merb.9 )
0
+ s.executables = %w( merb )
0
   s.require_path = "lib"
0
   s.files = %w( LICENSE README Rakefile TODO ) + Dir["{docs,bin,spec,lib,examples,app_generators,merb_generators,merb_default_generators,rspec_generators,test_unit_generators,script}/**/*"]
0
 

Comments

    No one has commented yet.