yellow-brick-road 0.2.1 → 0.2.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/lib/yellow-brick-road/version.rb +1 -1
- metadata +11 -8
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yellow-brick-road
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-01-05 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2153072840 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 3.1.3
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2153072840
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: sqlite3
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &2153072280 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,8 +32,11 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
36
|
-
description: A set of tools for integrating google closure library into rails
|
|
35
|
+
version_requirements: *2153072280
|
|
36
|
+
description: ! " A set of tools for integrating google closure library into rails,
|
|
37
|
+
including:\n Automatic dependency generation of a closure library based application,\n
|
|
38
|
+
\ using soy templates both as standalone and as part of the closure library,\n
|
|
39
|
+
\ and a managed closure library source which can be shared among rails applications.\n"
|
|
37
40
|
email:
|
|
38
41
|
- ''
|
|
39
42
|
executables: []
|
|
@@ -419,7 +422,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
419
422
|
version: '0'
|
|
420
423
|
segments:
|
|
421
424
|
- 0
|
|
422
|
-
hash:
|
|
425
|
+
hash: -1738877177551504565
|
|
423
426
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
424
427
|
none: false
|
|
425
428
|
requirements:
|
|
@@ -428,7 +431,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
428
431
|
version: '0'
|
|
429
432
|
segments:
|
|
430
433
|
- 0
|
|
431
|
-
hash:
|
|
434
|
+
hash: -1738877177551504565
|
|
432
435
|
requirements: []
|
|
433
436
|
rubyforge_project:
|
|
434
437
|
rubygems_version: 1.8.10
|