merb-assets 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: merb-assets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ezra Zygmuntowicz
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-06-30 00:00:00 -07: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: 1.0.
|
23
|
+
version: 1.0.12
|
24
24
|
version:
|
25
25
|
description: Merb plugin that provides the helpers for assets and asset bundling
|
26
26
|
email: ez@engineyard.com
|
@@ -37,7 +37,6 @@ files:
|
|
37
37
|
- README
|
38
38
|
- Rakefile
|
39
39
|
- TODO
|
40
|
-
- lib/merb-assets
|
41
40
|
- lib/merb-assets/assets.rb
|
42
41
|
- lib/merb-assets/assets_mixin.rb
|
43
42
|
- lib/merb-assets.rb
|
@@ -67,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
66
|
requirements: []
|
68
67
|
|
69
68
|
rubyforge_project: merb
|
70
|
-
rubygems_version: 1.3.
|
69
|
+
rubygems_version: 1.3.2
|
71
70
|
signing_key:
|
72
71
|
specification_version: 3
|
73
72
|
summary: Merb plugin that provides the helpers for assets and asset bundling
|