merb_app_config 1.0.1 → 1.0.2
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 +2 -4
- 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_app_config"
|
|
8
|
-
GEM_VERSION = "1.0.
|
|
8
|
+
GEM_VERSION = "1.0.2"
|
|
9
9
|
AUTHOR = "Jacques Crocker"
|
|
10
10
|
EMAIL = "merbjedi@gmail.com"
|
|
11
11
|
HOMEPAGE = "http://www.merbjedi.com/"
|
|
@@ -24,9 +24,7 @@ spec = Gem::Specification.new do |s|
|
|
|
24
24
|
s.email = EMAIL
|
|
25
25
|
s.homepage = HOMEPAGE
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
# s.add_dependency('merb', '>= 1.0')
|
|
29
|
-
# s.add_dependency('merb-assets', '>= 1.0')
|
|
27
|
+
s.add_dependency('merb-assets', '>= 1.0')
|
|
30
28
|
|
|
31
29
|
s.require_path = 'lib'
|
|
32
30
|
s.files = %w(LICENSE README Rakefile) + Dir.glob("{lib,spec}/**/*")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: merb_app_config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.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-assets
|
|
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: Merb plugin that provides easy to use Application Configurations via YAML
|
|
17
26
|
email: merbjedi@gmail.com
|
|
18
27
|
executables: []
|