benofsky-bolt 0.1.10 → 0.2.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.
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: benofsky-bolt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 2
|
|
8
|
+
- 0
|
|
9
|
+
version: 0.2.0
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- Ben McRedmond
|
|
@@ -15,14 +20,17 @@ default_executable:
|
|
|
15
20
|
dependencies:
|
|
16
21
|
- !ruby/object:Gem::Dependency
|
|
17
22
|
name: haml
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
prerelease: false
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
21
25
|
requirements:
|
|
22
26
|
- - ">="
|
|
23
27
|
- !ruby/object:Gem::Version
|
|
28
|
+
segments:
|
|
29
|
+
- 2
|
|
30
|
+
- 2
|
|
24
31
|
version: "2.2"
|
|
25
|
-
|
|
32
|
+
type: :runtime
|
|
33
|
+
version_requirements: *id001
|
|
26
34
|
description: Bolt was built to fill a gap in static website generators. Bolt makes it really really simple to generate a static website with dynamic content inserted at compile time.
|
|
27
35
|
email: ben+bolt@benmcredmond.com
|
|
28
36
|
executables:
|
|
@@ -54,18 +62,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
54
62
|
requirements:
|
|
55
63
|
- - ">="
|
|
56
64
|
- !ruby/object:Gem::Version
|
|
65
|
+
segments:
|
|
66
|
+
- 0
|
|
57
67
|
version: "0"
|
|
58
|
-
version:
|
|
59
68
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
69
|
requirements:
|
|
61
70
|
- - ">="
|
|
62
71
|
- !ruby/object:Gem::Version
|
|
72
|
+
segments:
|
|
73
|
+
- 0
|
|
63
74
|
version: "0"
|
|
64
|
-
version:
|
|
65
75
|
requirements: []
|
|
66
76
|
|
|
67
77
|
rubyforge_project:
|
|
68
|
-
rubygems_version: 1.3.
|
|
78
|
+
rubygems_version: 1.3.6
|
|
69
79
|
signing_key:
|
|
70
80
|
specification_version: 3
|
|
71
81
|
summary: Bolt is a simple static website generator with great support for dynamic content insertion.
|