merb_laszlo 0.9.5 → 0.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +4 -4
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -19,7 +19,7 @@ GEM_EMAIL = "ykatz@engineyard.com"
|
|
|
19
19
|
|
|
20
20
|
GEM_NAME = "merb_laszlo"
|
|
21
21
|
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
|
|
22
|
-
GEM_VERSION = "0.9.
|
|
22
|
+
GEM_VERSION = "0.9.6" + PKG_BUILD
|
|
23
23
|
|
|
24
24
|
RELEASE_NAME = "REL #{GEM_VERSION}"
|
|
25
25
|
|
|
@@ -37,7 +37,7 @@ spec = Gem::Specification.new do |s|
|
|
|
37
37
|
s.author = GEM_AUTHOR
|
|
38
38
|
s.email = GEM_EMAIL
|
|
39
39
|
s.homepage = PROJECT_URL
|
|
40
|
-
s.add_dependency('merb-core', '>= 0.9.
|
|
40
|
+
s.add_dependency('merb-core', '>= 0.9.6')
|
|
41
41
|
s.require_path = 'lib'
|
|
42
42
|
s.files = %w(LICENSE README Rakefile) + Dir.glob("{lib,specs}/**/*")
|
|
43
43
|
end
|
|
@@ -58,13 +58,13 @@ end
|
|
|
58
58
|
##############################################################################
|
|
59
59
|
|
|
60
60
|
task :install => [:package] do
|
|
61
|
-
sh
|
|
61
|
+
sh install_command(GEM_NAME, GEM_VERSION)
|
|
62
62
|
end
|
|
63
63
|
|
|
64
64
|
namespace :jruby do
|
|
65
65
|
"Run :package and install the resulting .gem with jruby"
|
|
66
66
|
task :install => :package do
|
|
67
|
-
sh
|
|
67
|
+
sh jinstall_command(GEM_NAME, GEM_VERSION)
|
|
68
68
|
end
|
|
69
69
|
end
|
|
70
70
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: merb_laszlo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yehuda Katz
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-
|
|
12
|
+
date: 2008-09-09 00:00:00 +03:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - ">="
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 0.9.
|
|
23
|
+
version: 0.9.6
|
|
24
24
|
version:
|
|
25
25
|
description: Merb plugin that provides support for Laszlo.
|
|
26
26
|
email: ykatz@engineyard.com
|