sinatra-packrat 0.2.0 → 0.2.1

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.
Files changed (1) hide show
  1. metadata +28 -9
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-packrat
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 21
5
+ prerelease:
5
6
  segments:
6
7
  - 0
7
8
  - 2
8
- - 0
9
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Brennan Roberts
@@ -15,10 +16,24 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2011-09-21 00:00:00 -07:00
19
- default_executable:
20
- dependencies: []
21
-
19
+ date: 2011-09-21 00:00:00 Z
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: sinatra
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ hash: 19
30
+ segments:
31
+ - 1
32
+ - 2
33
+ - 6
34
+ version: 1.2.6
35
+ type: :runtime
36
+ version_requirements: *id001
22
37
  description: Packrat is a Sinantra extension based around the idea of mixing and matching. With Packrat we can combine multiple Sinatra applications into one instance, where they can share configuration data, filters, css and other static assets. Creating a new site out of existing pieces should be as simple as cloning a series of pieces, and for each one, adding one line to a config file.
23
38
  email: brennan@oblong.com
24
39
  executables:
@@ -29,7 +44,7 @@ extra_rdoc_files: []
29
44
 
30
45
  files:
31
46
  - lib/sinatra/packrat.rb
32
- has_rdoc: true
47
+ - bin/packrat
33
48
  homepage: http://rubygems.org/gems/sinatra-packrat
34
49
  licenses: []
35
50
 
@@ -39,23 +54,27 @@ rdoc_options: []
39
54
  require_paths:
40
55
  - lib
41
56
  required_ruby_version: !ruby/object:Gem::Requirement
57
+ none: false
42
58
  requirements:
43
59
  - - ">="
44
60
  - !ruby/object:Gem::Version
61
+ hash: 3
45
62
  segments:
46
63
  - 0
47
64
  version: "0"
48
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
+ none: false
49
67
  requirements:
50
68
  - - ">="
51
69
  - !ruby/object:Gem::Version
70
+ hash: 3
52
71
  segments:
53
72
  - 0
54
73
  version: "0"
55
74
  requirements: []
56
75
 
57
76
  rubyforge_project:
58
- rubygems_version: 1.3.6
77
+ rubygems_version: 1.8.11
59
78
  signing_key:
60
79
  specification_version: 3
61
80
  summary: Sinatra extension to enable modular application design