utopia-extras 0.11.0 → 0.12.0
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.
- checksums.yaml +15 -0
- data/lib/utopia/extras/version.rb +1 -1
- data/utopia-extras.gemspec +21 -21
- metadata +13 -19
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
YTNiYzBiNmZhYTE5MmY4Zjc3ZDQ2ZDUzZWI5Zjg2NDJiNzRlOTUwNQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
ZmMxMjA4MTZhM2Y1NTM1YTE0ZTk5ODY1YTUxOWY1M2ExZTY0OTA4Yg==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
Nzg5NWMyZWQ5ODEzMDYzMWYyYWIwZWQ4ZjI0ZGRlZjNiNmY0NDg5Y2E2OTJm
|
|
10
|
+
NmFiMjVhMTM1NjdlZTdjYmYzNjA0MTFhZDg1ZTlhYWRjZTgxMWMyOTA3NDNh
|
|
11
|
+
Y2VlYTc2ODcyODhjZWMxNDYyNjRmY2I0OGZlNzdkOWY5NmU5MTc=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NDc2MDBlODNkMjRlMjJlOGJlMGRjZmZhMjkyNzBlY2Q2NjFlMDQzYjg3Zjky
|
|
14
|
+
YjdhMmZmMzJiNWFlOGMyZjU2NWU1ODY1NmZkZDZiOTY5MWVhYWM1NDU3N2Jm
|
|
15
|
+
MzNjNGMxMGEwOWJiMzEzOWQ5N2M5YjgzNGM1ZGVmMWEzMGZmNGY=
|
data/utopia-extras.gemspec
CHANGED
|
@@ -4,29 +4,29 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
require 'utopia/extras/version'
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |gem|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
7
|
+
gem.name = "utopia-extras"
|
|
8
|
+
gem.version = Utopia::Extras::VERSION
|
|
9
|
+
gem.authors = ["Samuel Williams"]
|
|
10
|
+
gem.email = ["samuel.williams@oriontransfer.co.nz"]
|
|
11
|
+
gem.description = <<-EOF
|
|
12
|
+
Utopia is a website generation framework which provides a robust set of tools
|
|
13
|
+
to build highly complex dynamic websites. It uses the filesystem heavily for
|
|
14
|
+
content and provides frameworks for interacting with files and directories as
|
|
15
|
+
structure representing the website.
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
This package of contributions includes things which aren't available on all
|
|
18
|
+
platforms or which are not critical to the core of utopia, but are useful in
|
|
19
|
+
typical every-day deployments.
|
|
20
|
+
EOF
|
|
21
|
+
gem.summary = %q{A collection of useful extras for the Utopia framework.}
|
|
22
|
+
gem.homepage = ""
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
gem.files = `git ls-files`.split($/)
|
|
25
|
+
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
26
|
+
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
27
|
+
gem.require_paths = ["lib"]
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
gem.add_dependency "utopia", "~> 0.12"
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
gem.add_dependency "rmagick"
|
|
32
32
|
end
|
metadata
CHANGED
|
@@ -1,36 +1,32 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: utopia-extras
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.12.0
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Samuel Williams
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2013-03-08 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: utopia
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
17
|
- - ~>
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.
|
|
19
|
+
version: '0.12'
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
24
|
- - ~>
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
26
|
+
version: '0.12'
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
28
|
name: rmagick
|
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
30
|
requirements:
|
|
35
31
|
- - ! '>='
|
|
36
32
|
- !ruby/object:Gem::Version
|
|
@@ -38,17 +34,16 @@ dependencies:
|
|
|
38
34
|
type: :runtime
|
|
39
35
|
prerelease: false
|
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
37
|
requirements:
|
|
43
38
|
- - ! '>='
|
|
44
39
|
- !ruby/object:Gem::Version
|
|
45
40
|
version: '0'
|
|
46
|
-
description: ! "
|
|
47
|
-
set of tools\n
|
|
48
|
-
heavily for\n
|
|
49
|
-
as\n
|
|
50
|
-
things which aren't available on all\n
|
|
51
|
-
core of utopia, but are useful in\n
|
|
41
|
+
description: ! "\tUtopia is a website generation framework which provides a robust
|
|
42
|
+
set of tools\n\tto build highly complex dynamic websites. It uses the filesystem
|
|
43
|
+
heavily for\n\tcontent and provides frameworks for interacting with files and directories
|
|
44
|
+
as\n\tstructure representing the website.\n\n\tThis package of contributions includes
|
|
45
|
+
things which aren't available on all\n\tplatforms or which are not critical to the
|
|
46
|
+
core of utopia, but are useful in\n\ttypical every-day deployments.\n"
|
|
52
47
|
email:
|
|
53
48
|
- samuel.williams@oriontransfer.co.nz
|
|
54
49
|
executables: []
|
|
@@ -69,26 +64,25 @@ files:
|
|
|
69
64
|
- utopia-extras.gemspec
|
|
70
65
|
homepage: ''
|
|
71
66
|
licenses: []
|
|
67
|
+
metadata: {}
|
|
72
68
|
post_install_message:
|
|
73
69
|
rdoc_options: []
|
|
74
70
|
require_paths:
|
|
75
71
|
- lib
|
|
76
72
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
77
|
-
none: false
|
|
78
73
|
requirements:
|
|
79
74
|
- - ! '>='
|
|
80
75
|
- !ruby/object:Gem::Version
|
|
81
76
|
version: '0'
|
|
82
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
|
-
none: false
|
|
84
78
|
requirements:
|
|
85
79
|
- - ! '>='
|
|
86
80
|
- !ruby/object:Gem::Version
|
|
87
81
|
version: '0'
|
|
88
82
|
requirements: []
|
|
89
83
|
rubyforge_project:
|
|
90
|
-
rubygems_version:
|
|
84
|
+
rubygems_version: 2.0.2
|
|
91
85
|
signing_key:
|
|
92
|
-
specification_version:
|
|
86
|
+
specification_version: 4
|
|
93
87
|
summary: A collection of useful extras for the Utopia framework.
|
|
94
88
|
test_files: []
|