public
Fork of wycats/merb-plugins
Description: Merb Plugins: Even more modules to hook up your Merb installation
Homepage: http://www.merbivore.com
Clone URL: git://github.com/somebee/merb-plugins.git
bump version number to 0.9.3 on merb_plugins
ezmobius (author)
Sat May 03 17:54:53 -0700 2008
commit  e28d5edbb0f0217579a598418ac874f5c944ce15
tree    84b89a5f841825bf4257211a49e32aa135b065e0
parent  42bd4ccf848a398f8474ec1de049310dd55ad49a
...
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_activerecord"
0
 NAME = "merb_activerecord"
0
-VERSION = "0.9.2"
0
+VERSION = "0.9.3"
0
 AUTHOR = "Duane Johnson"
0
 EMAIL = "canadaduane@gmail.com"
0
 HOMEPAGE = "http://merbivore.com"
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.2")
0
+ s.add_dependency("merb-core", ">= 0.9.3")
0
   s.require_path = "lib"
0
   s.autorequire = PLUGIN
0
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs,activerecord_generators}/**/*")
...
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_datamapper"
0
 NAME = "merb_datamapper"
0
-VERSION = "0.9.2"
0
+VERSION = "0.9.3"
0
 AUTHOR = "Jason Toy"
0
 EMAIL = "jtoy@rubynow.com"
0
 HOMEPAGE = "http://merbivore.com"
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.2')
0
+ s.add_dependency('merb-core', '>= 0.9.3')
0
   s.add_dependency('datamapper', '>= 0.2.3')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
...
5
6
7
8
 
9
10
11
...
26
27
28
29
 
30
31
32
...
5
6
7
 
8
9
10
11
...
26
27
28
 
29
30
31
32
0
@@ -5,7 +5,7 @@ require 'spec/rake/spectask'
0
 
0
 PLUGIN = "merb_helpers"
0
 NAME = "merb_helpers"
0
-VERSION = "0.9.2"
0
+VERSION = "0.9.3"
0
 AUTHOR = "Yehuda Katz"
0
 EMAIL = "wycats@gmail.com"
0
 HOMEPAGE = "http://merb.rubyforge.org/"
0
@@ -26,7 +26,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.2")
0
+ s.add_dependency("merb-core", ">=0.9.3")
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_param_protection"
0
 NAME = "merb_param_protection"
0
-VERSION = "0.9.2"
0
+VERSION = "0.9.3"
0
 AUTHOR = "Lance Carlson"
0
 EMAIL = "lancecarlson@gmail.com"
0
 HOMEPAGE = "http://merb.devjavu.com"
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', '>= 0.9.2')
0
+ s.add_dependency('merb', '>= 0.9.3')
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
...
24
25
26
27
 
28
29
30
...
3
4
5
 
6
7
8
9
...
24
25
26
 
27
28
29
30
0
@@ -3,7 +3,7 @@ require "rake/gempackagetask"
0
 
0
 PLUGIN = "merb_sequel"
0
 NAME = "merb_sequel"
0
-VERSION = "0.9.2"
0
+VERSION = "0.9.3"
0
 AUTHOR = "Wayne E. Seguin, Lance Carlson"
0
 EMAIL = "wayneeseguin@gmail.com, lancecarlson@gmail.com"
0
 HOMEPAGE = "http://merb-plugins.rubyforge.org/merb_sequel/"
0
@@ -24,7 +24,7 @@ specification = Gem::Specification.new do |spec|
0
   spec.extra_rdoc_files = ["README", "LICENSE", 'TODO']
0
   # Dependencies
0
   #spec.add_dependency("merb", ">= 0.9")
0
- spec.add_dependency("merb-core", ">= 0.9.2") # This will probably only be temporary until there is an official merb gem greater than 0.9
0
+ spec.add_dependency("merb-core", ">= 0.9.3") # This will probably only be temporary until there is an official merb gem greater than 0.9
0
   spec.add_dependency("sequel", ">= 1.0.0")
0
   spec.add_dependency("sequel_model", ">= 0.3.3")
0
   spec.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs,sequel_generators}/**/*")
...
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_stories"
0
 NAME = "merb_stories"
0
-VERSION = "0.9.2"
0
+VERSION = "0.9.3"
0
 AUTHOR = "Yehuda Katz"
0
 EMAIL = "ykatz@engineyard.com"
0
 HOMEPAGE = "http://merb-plugins.rubyforge.org/merb-test/"
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.2')
0
+ s.add_dependency('merb-core', '>= 0.9.3')
0
   s.add_dependency('rspec', '>= 1.1.3')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
...
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_test_unit"
0
 NAME = "merb_test_unit"
0
-VERSION = "0.9.2"
0
+VERSION = "0.9.3"
0
 AUTHOR = "Yehuda Katz"
0
 EMAIL = "ykatz@engineyard.com"
0
 HOMEPAGE = "http://merb-plugins.rubyforge.org/merb-test_unit/"
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.2')
0
+ s.add_dependency('merb-core', '>= 0.9.3')
0
   s.require_path = 'lib'
0
   s.autorequire = PLUGIN
0
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,test_unit_generators}/**/*")

Comments

    No one has commented yet.