middleman 0.10.1 → 0.10.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.1
1
+ 0.10.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{middleman}
8
- s.version = "0.10.1"
8
+ s.version = "0.10.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Thomas Reynolds"]
12
- s.date = %q{2009-10-29}
12
+ s.date = %q{2009-11-02}
13
13
  s.email = %q{tdreyno@gmail.com}
14
14
  s.executables = ["mm-init", "mm-build", "mm-server"]
15
15
  s.extra_rdoc_files = [
@@ -50,7 +50,7 @@ Gem::Specification.new do |s|
50
50
  "lib/middleman/sass.rb",
51
51
  "lib/middleman/template/init.rbt",
52
52
  "lib/middleman/template/views/index.html.haml",
53
- "lib/middleman/template/views/layout.html.haml",
53
+ "lib/middleman/template/views/layout.haml",
54
54
  "lib/middleman/template/views/stylesheets/site.css.sass",
55
55
  "lib/middleman/templater+dynamic_renderer.rb",
56
56
  "middleman.gemspec",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Reynolds
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-29 00:00:00 -07:00
12
+ date: 2009-11-02 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -177,7 +177,7 @@ files:
177
177
  - lib/middleman/sass.rb
178
178
  - lib/middleman/template/init.rbt
179
179
  - lib/middleman/template/views/index.html.haml
180
- - lib/middleman/template/views/layout.html.haml
180
+ - lib/middleman/template/views/layout.haml
181
181
  - lib/middleman/template/views/stylesheets/site.css.sass
182
182
  - lib/middleman/templater+dynamic_renderer.rb
183
183
  - middleman.gemspec