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
bump versions on all sub Rakefiles
ivey (author)
Mon Mar 24 20:47:34 -0700 2008
commit  c99fae98e8b238e3288f41566458a27378c94ff5
tree    6e314171afe89f2372673d1362c4acc2ec07931a
parent  219b283ea647c4524e5d909ebe36050735447be7
...
3
4
5
6
 
7
8
9
...
20
21
22
23
 
24
25
26
...
41
42
43
44
45
 
...
3
4
5
 
6
7
8
9
...
20
21
22
 
23
24
25
26
...
41
42
43
 
44
45
0
@@ -3,7 +3,7 @@ require 'rake/gempackagetask'
0
 
0
 PLUGIN = "merb-action-args"
0
 NAME = "merb-action-args"
0
-VERSION = "0.9.1"
0
+VERSION = "0.9.2"
0
 AUTHOR = "Yehuda Katz"
0
 EMAIL = "ykatz@engineyard.com"
0
 HOMEPAGE = "http://merb-plugins.rubyforge.org/merb-haml/"
0
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|
0
   s.author = AUTHOR
0
   s.email = EMAIL
0
   s.homepage = HOMEPAGE
0
- s.add_dependency('merb-core', '>= 0.9.1')
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
@@ -41,4 +41,4 @@ namespace :jruby do
0
     sh %{#{SUDO} jruby -S gem install pkg/#{NAME}-#{Merb::VERSION}.gem --no-rdoc --no-ri}
0
   end
0
   
0
-end
0
\ No newline at end of file
0
+end
...
3
4
5
6
 
7
8
9
...
20
21
22
23
 
24
25
26
...
41
42
43
44
45
 
...
3
4
5
 
6
7
8
9
...
20
21
22
 
23
24
25
26
...
41
42
43
 
44
45
0
@@ -3,7 +3,7 @@ require 'rake/gempackagetask'
0
 
0
 PLUGIN = "merb-assets"
0
 NAME = "merb-assets"
0
-VERSION = "0.9.1"
0
+VERSION = "0.9.2"
0
 AUTHOR = "Ezra Zygmuntowicz"
0
 EMAIL = "ez@engineyard.com"
0
 HOMEPAGE = "http://merb-plugins.rubyforge.org/merb-assets/"
0
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|
0
   s.author = AUTHOR
0
   s.email = EMAIL
0
   s.homepage = HOMEPAGE
0
- s.add_dependency('merb-core', '>= 0.9.1')
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
@@ -41,4 +41,4 @@ namespace :jruby do
0
     sh %{#{SUDO} jruby -S gem install pkg/#{NAME}-#{Merb::VERSION}.gem --no-rdoc --no-ri}
0
   end
0
   
0
-end
0
\ No newline at end of file
0
+end
...
3
4
5
6
 
7
8
9
...
20
21
22
23
 
24
25
26
...
3
4
5
 
6
7
8
9
...
20
21
22
 
23
24
25
26
0
@@ -3,7 +3,7 @@ require 'rake/gempackagetask'
0
 
0
 PLUGIN = "merb-builder"
0
 NAME = "merb-builder"
0
-VERSION = "0.9.1"
0
+VERSION = "0.9.2"
0
 AUTHOR = "Jonathan Younger"
0
 EMAIL = "jonathan@daikini.com"
0
 HOMEPAGE = "http://merb-plugins.rubyforge.org/merb-builder/"
0
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|
0
   s.author = AUTHOR
0
   s.email = EMAIL
0
   s.homepage = HOMEPAGE
0
- s.add_dependency('merb-core', '>= 0.9.1')
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}/**/*")
...
5
6
7
8
 
9
10
11
...
22
23
24
25
 
26
27
28
...
5
6
7
 
8
9
10
11
...
22
23
24
 
25
26
27
28
0
@@ -5,7 +5,7 @@ require "spec/rake/spectask"
0
 
0
 PLUGIN = "merb-cache"
0
 NAME = "merb-cache"
0
-MERB_CACHE_VERSION = Merb::MORE_VERSION rescue "0.9.1"
0
+MERB_CACHE_VERSION = Merb::MORE_VERSION rescue "0.9.2"
0
 AUTHOR = "Alex Boussinet"
0
 EMAIL = "alex.boussinet@gmail.com"
0
 HOMEPAGE = "http://www.merbivore.com"
0
@@ -22,7 +22,7 @@ spec = Gem::Specification.new do |s|
0
   s.author = AUTHOR
0
   s.email = EMAIL
0
   s.homepage = HOMEPAGE
0
- s.add_dependency('merb-core', '>= 0.9.1')
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}/**/*")
...
2
3
4
5
 
6
7
8
...
23
24
25
26
 
27
28
29
...
44
45
46
47
48
 
...
2
3
4
 
5
6
7
8
...
23
24
25
 
26
27
28
29
...
44
45
46
 
47
48
0
@@ -2,7 +2,7 @@ require 'rubygems'
0
 require 'rake/gempackagetask'
0
 
0
 GEM = "merb-gen"
0
-VERSION = "0.9.1"
0
+VERSION = "0.9.2"
0
 AUTHOR = "Yehuda Katz"
0
 EMAIL = "wycats@gmail.com"
0
 HOMEPAGE = "http://www.merbivore.com"
0
@@ -23,7 +23,7 @@ spec = Gem::Specification.new do |s|
0
   s.executables = %w( merb-gen )
0
     
0
   # Uncomment this to add a dependency
0
- s.add_dependency "merb-core", ">= 0.9.1"
0
+ s.add_dependency "merb-core", ">= 0.9.2"
0
   s.add_dependency "rubigen", ">= 1.2.4"
0
   
0
   s.require_path = 'lib'
0
@@ -44,4 +44,4 @@ end
0
 
0
 task :install => [:package] do
0
   sh %{sudo gem install pkg/#{GEM}-#{VERSION} --no-update-sources}
0
-end
0
\ No newline at end of file
0
+end
...
3
4
5
6
 
7
8
9
...
20
21
22
23
 
24
25
26
...
3
4
5
 
6
7
8
9
...
20
21
22
 
23
24
25
26
0
@@ -3,7 +3,7 @@ require 'rake/gempackagetask'
0
 
0
 PLUGIN = "merb-haml"
0
 NAME = "merb-haml"
0
-VERSION = "0.9.1"
0
+VERSION = "0.9.2"
0
 AUTHOR = "Yehuda Katz"
0
 EMAIL = "ykatz@engineyard.com"
0
 HOMEPAGE = "http://merb-plugins.rubyforge.org/merb-haml/"
0
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|
0
   s.author = AUTHOR
0
   s.email = EMAIL
0
   s.homepage = HOMEPAGE
0
- s.add_dependency('merb-core', '>= 0.9.1')
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}/**/*")
...
4
5
6
7
 
8
9
10
...
21
22
23
24
 
25
26
27
...
49
50
51
52
53
 
...
4
5
6
 
7
8
9
10
...
21
22
23
 
24
25
26
27
...
49
50
51
 
52
53
0
@@ -4,7 +4,7 @@ require "spec/rake/spectask"
0
 
0
 PLUGIN = "merb-mailer"
0
 NAME = "merb-mailer"
0
-VERSION = "0.9.1"
0
+VERSION = "0.9.2"
0
 AUTHOR = "Yehuda Katz"
0
 EMAIL = "wycats@gmail.com"
0
 HOMEPAGE = "http://merb-plugins.rubyforge.org/merb-mailer/"
0
@@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
0
   s.author = AUTHOR
0
   s.email = EMAIL
0
   s.homepage = HOMEPAGE
0
- s.add_dependency('merb-core', '>= 0.9.1')
0
+ s.add_dependency('merb-core', '>= 0.9.2')
0
   s.add_dependency("mailfactory", ">= 1.2.3")
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
@@ -49,4 +49,4 @@ desc "Run all specs"
0
 Spec::Rake::SpecTask.new("specs") do |t|
0
   t.spec_opts = ["--format", "specdoc", "--colour"]
0
   t.spec_files = Dir["spec/**/*_spec.rb"].sort
0
-end
0
\ No newline at end of file
0
+end
...
4
5
6
7
 
8
9
10
...
21
22
23
24
 
25
26
27
...
48
49
50
51
52
 
...
4
5
6
 
7
8
9
10
...
21
22
23
 
24
25
26
27
...
48
49
50
 
51
52
0
@@ -4,7 +4,7 @@ require "spec/rake/spectask"
0
 
0
 PLUGIN = "merb-parts"
0
 NAME = "merb-parts"
0
-VERSION = "0.9.1"
0
+VERSION = "0.9.2"
0
 AUTHOR = "Hassox"
0
 EMAIL = ""
0
 HOMEPAGE = "http://merb-plugins.rubyforge.org/merb-parts/"
0
@@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
0
   s.author = AUTHOR
0
   s.email = EMAIL
0
   s.homepage = HOMEPAGE
0
- s.add_dependency('merb-core', '>= 0.9.1')
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
@@ -48,4 +48,4 @@ desc "Run all specs"
0
 Spec::Rake::SpecTask.new("specs") do |t|
0
   t.spec_opts = ["--format", "specdoc", "--colour"]
0
   t.spec_files = Dir["spec/**/*_spec.rb"].sort
0
-end
0
\ No newline at end of file
0
+end

Comments

    No one has commented yet.