tdreyno-staticmatic 2.9.3 → 2.9.4
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/README.textile +19 -0
- metadata +24 -24
data/README.textile
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
h1. Static websites, the modern way
|
2
|
+
|
3
|
+
Web developers are used to using dynamic and frameworks like "Ruby on Rails":http://www.rubyonrails.com to develop applications. When it comes to working with static, non-dynamic websites it can seem like stepping back in time.
|
4
|
+
|
5
|
+
h3. You'd like to:
|
6
|
+
|
7
|
+
* Replace over-featured, cumbersome Content Management Systems
|
8
|
+
* Speed up your prototypes
|
9
|
+
|
10
|
+
h2. Install
|
11
|
+
|
12
|
+
The simplest way to get StaticMatic is via RubyGems:
|
13
|
+
|
14
|
+
gem sources -a http://gems.github.com
|
15
|
+
gem install tdreyno-staticmatic
|
16
|
+
|
17
|
+
You can get the source code from "GitHub":http://github.com/tdreyno/staticmatic
|
18
|
+
|
19
|
+
git clone git://github.com/tdreyno/staticmatic.git
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tdreyno-staticmatic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.9.
|
4
|
+
version: 2.9.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Bartholomew
|
@@ -10,11 +10,12 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date:
|
13
|
+
date: 2009-04-06 00:00:00 -07:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: templater
|
18
|
+
type: :runtime
|
18
19
|
version_requirement:
|
19
20
|
version_requirements: !ruby/object:Gem::Requirement
|
20
21
|
requirements:
|
@@ -24,6 +25,17 @@ dependencies:
|
|
24
25
|
version:
|
25
26
|
- !ruby/object:Gem::Dependency
|
26
27
|
name: merb-core
|
28
|
+
type: :runtime
|
29
|
+
version_requirement:
|
30
|
+
version_requirements: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: 1.0.5
|
35
|
+
version:
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: merb-helpers
|
38
|
+
type: :runtime
|
27
39
|
version_requirement:
|
28
40
|
version_requirements: !ruby/object:Gem::Requirement
|
29
41
|
requirements:
|
@@ -33,6 +45,7 @@ dependencies:
|
|
33
45
|
version:
|
34
46
|
- !ruby/object:Gem::Dependency
|
35
47
|
name: merb-haml
|
48
|
+
type: :runtime
|
36
49
|
version_requirement:
|
37
50
|
version_requirements: !ruby/object:Gem::Requirement
|
38
51
|
requirements:
|
@@ -42,6 +55,7 @@ dependencies:
|
|
42
55
|
version:
|
43
56
|
- !ruby/object:Gem::Dependency
|
44
57
|
name: merb-assets
|
58
|
+
type: :runtime
|
45
59
|
version_requirement:
|
46
60
|
version_requirements: !ruby/object:Gem::Requirement
|
47
61
|
requirements:
|
@@ -57,12 +71,13 @@ executables:
|
|
57
71
|
- sm-server
|
58
72
|
extensions: []
|
59
73
|
|
60
|
-
extra_rdoc_files:
|
61
|
-
|
74
|
+
extra_rdoc_files:
|
75
|
+
- LICENSE
|
76
|
+
- README.textile
|
62
77
|
files:
|
63
78
|
- LICENSE
|
64
|
-
- bin/sm-init
|
65
79
|
- bin/sm-build
|
80
|
+
- bin/sm-init
|
66
81
|
- bin/sm-server
|
67
82
|
- lib/builder.rb
|
68
83
|
- lib/generator.rb
|
@@ -73,27 +88,12 @@ files:
|
|
73
88
|
- lib/template/layout/site.html.haml
|
74
89
|
- lib/template/pages/index.html.haml
|
75
90
|
- lib/template/stylesheets/sass/site.sass
|
76
|
-
-
|
77
|
-
|
78
|
-
- spec/fixtures/sample/helpers/speech_helper.rb
|
79
|
-
- spec/fixtures/sample/pages/layout/site.html.erb
|
80
|
-
- spec/fixtures/sample/pages/layout/specified_layout.html.erb
|
81
|
-
- spec/fixtures/sample/pages/_form.html.erb
|
82
|
-
- spec/fixtures/sample/pages/haml_test.html.haml
|
83
|
-
- spec/fixtures/sample/pages/hello_world.html.erb
|
84
|
-
- spec/fixtures/sample/pages/index.html.erb
|
85
|
-
- spec/fixtures/sample/pages/partial_test.html.erb
|
86
|
-
- spec/fixtures/sample/pages/specify_layout.html.erb
|
87
|
-
- spec/fixtures/sample/pages/static.html
|
88
|
-
- spec/fixtures/sample/pages/services/index.html.erb
|
89
|
-
- spec/fixtures/sample/pages/services/web_development.html.erb
|
90
|
-
- spec/fixtures/sample/stylesheets/static.css
|
91
|
-
- spec/fixtures/sample/stylesheets/sass/site.sass
|
92
|
-
has_rdoc: false
|
91
|
+
- README.textile
|
92
|
+
has_rdoc: true
|
93
93
|
homepage: http://github.com/tdreyno/staticmatic
|
94
94
|
post_install_message:
|
95
|
-
rdoc_options:
|
96
|
-
|
95
|
+
rdoc_options:
|
96
|
+
- --charset=UTF-8
|
97
97
|
require_paths:
|
98
98
|
- lib
|
99
99
|
required_ruby_version: !ruby/object:Gem::Requirement
|