public
Description: Merb More: The Full Stack. Take what you need; leave what you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-more.git
Search Repo:
Fix Rakefiles so they include the specs when generating the gems

Also fixed the plugin generator to create the proper Rakefile.
daikini (author)
Sat Apr 12 08:18:42 -0700 2008
commit  1a247a5d31f37648a93124f8b1e6ba4df7cb5118
tree    814ac8d89f4b702e4c59a667cf5f7204527bfd67
parent  56e29c2b73850bbf69e9264a36da1ab209dc16e7
...
23
24
25
26
 
27
28
29
...
23
24
25
 
26
27
28
29
0
@@ -23,7 +23,7 @@
0
   s.add_dependency('merb-core', '>= 0.9.2')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
- s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
0
+ s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |pkg|
...
23
24
25
26
 
27
28
29
...
31
32
33
34
 
35
36
37
...
23
24
25
 
26
27
28
29
...
31
32
33
 
34
35
36
37
0
@@ -23,7 +23,7 @@
0
   s.add_dependency('merb-core', '>= 0.9.2')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
- s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
0
+ s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |pkg|
0
@@ -31,7 +31,7 @@
0
 end
0
 
0
 task :install => [:package] do
0
- sh %{sudo gem install pkg/#{NAME}-#{VERSION} --no-update-sources --no-update-sources}
0
+ sh %{sudo gem install pkg/#{NAME}-#{VERSION} --no-update-sources --no-update-sources}
0
 end
0
 
0
 namespace :jruby do
...
23
24
25
26
 
27
28
29
...
23
24
25
 
26
27
28
29
0
@@ -23,7 +23,7 @@
0
   s.add_dependency('merb-core', '>= 0.9.2')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
- s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
0
+ s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |pkg|
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@
0
   s.add_dependency('merb-core', '>= 0.9.2')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
- s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
0
+ s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
0
 
0
   # rdoc
0
   s.has_rdoc = true
...
25
26
27
28
 
29
30
31
...
34
35
36
37
 
38
39
40
...
25
26
27
 
28
29
30
31
...
34
35
36
 
37
38
39
40
0
@@ -25,7 +25,7 @@
0
   s.bindir = "bin"
0
   s.executables = %w( frozen-merb )
0
   s.autorequire = PLUGIN
0
- s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
0
+ s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |pkg|
0
@@ -34,7 +34,7 @@
0
 
0
 desc "install merb-freezer"
0
 task :install => [:package] do
0
- sh %{sudo gem install pkg/#{NAME}-#{VERSION}}
0
+ sh %{sudo gem install pkg/#{NAME}-#{VERSION} --no-update-sources}
0
 end
0
 
0
 namespace :jruby do
...
23
24
25
26
 
27
28
29
...
31
32
33
34
 
35
36
37
...
23
24
25
 
26
27
28
29
...
31
32
33
 
34
35
36
37
0
@@ -23,7 +23,7 @@
0
   s.add_dependency('merb', '>= 0.4.0')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
- s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
0
+ s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |pkg|
0
@@ -31,7 +31,7 @@
0
 end
0
 
0
 task :install => [:package] do
0
- sh %{sudo gem install pkg/#{NAME}-#{VERSION}}
0
+ sh %{sudo gem install pkg/#{NAME}-#{VERSION} --no-update-sources}
0
 end
0
 
0
 namespace :jruby do
...
23
24
25
26
 
27
28
29
...
23
24
25
 
26
27
28
29
0
@@ -23,7 +23,7 @@
0
   s.add_dependency('merb-core', '>= 0.9.2')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
- s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
0
+ s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |pkg|
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@
0
   s.add_dependency("mailfactory", ">= 1.2.3")
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
- s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
0
+ s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |pkg|
...
24
25
26
27
 
28
29
30
...
24
25
26
 
27
28
29
30
0
@@ -24,7 +24,7 @@
0
   s.add_dependency('merb-core', '>= 0.9.2')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
- s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
0
+ s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |pkg|

Comments

    No one has commented yet.