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:
Prep for 0.9.1
ivey (author)
Fri Feb 29 20:10:10 -0800 2008
commit  81c3db365c0a2acf5f06f75d53950d134f3621b8
tree    123ca2f57d42408321549cf8de52ea3287ce5f5d
parent  ebdfa1ab15fd0304cedb71f980e1b6d179e027e0
...
1
2
3
4
 
5
6
7
 
8
9
10
...
1
2
3
 
4
5
6
 
7
8
9
10
0
@@ -1,10 +1,10 @@
0
 ## THESE ARE CRUCIAL
0
 module Merb
0
   # Set this to the version of merb-core that you are building against/for
0
- VERSION = "0.9.0"
0
+ VERSION = "0.9.1"
0
 
0
   # Set this to the version of merb-more you plan to release
0
- MORE_VERSION = "0.9.0"
0
+ MORE_VERSION = "0.9.1"
0
 end
0
 
0
 require "rake/gempackagetask"
...
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-action-args"
0
 NAME = "merb-action-args"
0
-VERSION = "0.9.0"
0
+VERSION = "0.9.1"
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.0')
0
+ s.add_dependency('merb-core', '>= 0.9.1')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
...
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-assets"
0
 NAME = "merb-assets"
0
-VERSION = "0.9.0"
0
+VERSION = "0.9.1"
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.0')
0
+ s.add_dependency('merb-core', '>= 0.9.1')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")
...
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.0"
0
+VERSION = "0.9.1"
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.0')
0
+ s.add_dependency('merb-core', '>= 0.9.1')
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
...
2
3
4
 
5
6
7
8
...
23
24
25
 
26
27
28
29
0
@@ -2,7 +2,7 @@ require 'rubygems'
0
 require 'rake/gempackagetask'
0
 
0
 GEM = "merb-gen"
0
-VERSION = "0.9.0"
0
+VERSION = "0.9.1"
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"
0
+ s.add_dependency "merb-core", ">= 0.9.1"
0
   s.add_dependency "rubigen", ">= 1.2.4"
0
   
0
   s.require_path = 'lib'
...
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.0"
0
+VERSION = "0.9.1"
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.0')
0
+ s.add_dependency('merb-core', '>= 0.9.1')
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
...
4
5
6
 
7
8
9
10
...
21
22
23
 
24
25
26
27
0
@@ -4,7 +4,7 @@ require "spec/rake/spectask"
0
 
0
 PLUGIN = "merb-mailer"
0
 NAME = "merb-mailer"
0
-VERSION = "0.9.0"
0
+VERSION = "0.9.1"
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.0')
0
+ s.add_dependency('merb-core', '>= 0.9.1')
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
...
4
5
6
 
7
8
9
10
...
21
22
23
 
24
25
26
27
0
@@ -4,7 +4,7 @@ require "spec/rake/spectask"
0
 
0
 PLUGIN = "merb-parts"
0
 NAME = "merb-parts"
0
-VERSION = "0.9.0"
0
+VERSION = "0.9.1"
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.0')
0
+ s.add_dependency('merb-core', '>= 0.9.1')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")

Comments

    No one has commented yet.