laydown.gemspec in laydown-0.6.1 vs laydown.gemspec in laydown-0.6.2
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{laydown}
- s.version = "0.6.1"
+ s.version = "0.6.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["jbe"]
- s.date = %q{2011-02-25}
+ s.date = %q{2011-02-27}
s.description = %q{Provides a simple Ruby DSL for defining HTML5 layouts for web apps. For those who has written the same layout too many times.}
s.email = %q{post@jostein.be}
s.extra_rdoc_files = [
"LICENSE",
"README.md"
@@ -23,10 +23,10 @@
"README.md",
"Rakefile",
"VERSION",
"laydown.gemspec",
"lib/laydown.rb",
- "lib/template.rb",
+ "lib/laydown/template.rb",
"spec/laydown_spec.rb",
"template.slim"
]
s.homepage = %q{http://github.com/jbe/laydown}
s.require_paths = ["lib"]