merb_viewfu 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +3 -2
- metadata +12 -3
data/Rakefile
CHANGED
@@ -5,7 +5,7 @@ require 'merb-core'
|
|
5
5
|
require 'merb-core/tasks/merb'
|
6
6
|
|
7
7
|
GEM_NAME = "merb_viewfu"
|
8
|
-
GEM_VERSION = "0.3.
|
8
|
+
GEM_VERSION = "0.3.2"
|
9
9
|
AUTHOR = "Jacques Crocker"
|
10
10
|
EMAIL = "merbjedi@gmail.com"
|
11
11
|
HOMEPAGE = "http://merbjedi.com/"
|
@@ -24,7 +24,8 @@ spec = Gem::Specification.new do |s|
|
|
24
24
|
s.email = EMAIL
|
25
25
|
s.homepage = HOMEPAGE
|
26
26
|
|
27
|
-
|
27
|
+
s.add_dependency('merb-core', '>= 1.0')
|
28
|
+
|
28
29
|
s.require_path = 'lib'
|
29
30
|
s.files = %w(LICENSE README Rakefile) + Dir.glob("{lib,spec}/**/*")
|
30
31
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: merb_viewfu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacques Crocker
|
@@ -11,8 +11,17 @@ cert_chain: []
|
|
11
11
|
|
12
12
|
date: 2008-12-17 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
|
-
dependencies:
|
15
|
-
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: merb-core
|
17
|
+
type: :runtime
|
18
|
+
version_requirement:
|
19
|
+
version_requirements: !ruby/object:Gem::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">="
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: "1.0"
|
24
|
+
version:
|
16
25
|
description: View Helpers for Title, Meta tags, Browser Detect, and Common Tag Helpers
|
17
26
|
email: merbjedi@gmail.com
|
18
27
|
executables: []
|