tdreyno-staticmatic 2.10.0 → 2.11.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/merb/init.rb CHANGED
@@ -23,7 +23,4 @@ Merb.push_path(:stylesheet, Merb.dir_for(:public) / "stylesheets", nil)
23
23
  Merb.push_path(:javascript, Merb.dir_for(:public) / "javascripts", nil)
24
24
  Merb.push_path(:image, Merb.dir_for(:public) / "images", nil)
25
25
  Merb.push_path(:view, Merb.root / "pages")
26
- Merb.push_path(:helper, Merb.root / "helpers")
27
-
28
- # Merb::Plugins.config[:sass][:template_location] = Merb.root / "stylesheets"
29
- # Merb::Plugins.config[:sass][:css_location] = Merb.dir_for(:stylesheet)
26
+ Merb.push_path(:helper, Merb.root / "helpers")
@@ -3,9 +3,5 @@ require '<%= ::File.join(::File.expand_path(::File.join(source_root, '..')), 'me
3
3
 
4
4
  <% if compass %>
5
5
  # Enable Compass
6
- gem 'haml-edge', '>= 2.1'
7
- dependency "merb-haml"
8
6
  dependency "chriseppstein-compass", :require_as => 'compass'
9
- <% else %>
10
- dependency "merb-haml"
11
7
  <% end %>
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.10.0
4
+ version: 2.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Bartholomew
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-05-28 00:00:00 -07:00
13
+ date: 2009-07-06 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -100,7 +100,7 @@ files:
100
100
  - lib/template/pages/layout/site.html.haml
101
101
  - lib/template/stylesheets/site.sass
102
102
  - README.textile
103
- has_rdoc: false
103
+ has_rdoc: true
104
104
  homepage: http://github.com/tdreyno/staticmatic
105
105
  post_install_message:
106
106
  rdoc_options:
@@ -124,7 +124,7 @@ requirements: []
124
124
  rubyforge_project:
125
125
  rubygems_version: 1.2.0
126
126
  signing_key:
127
- specification_version: 3
127
+ specification_version: 2
128
128
  summary: Static sites, the Merb Way
129
129
  test_files:
130
130
  - spec/generator_spec.rb