diff --git a/README.rdoc b/README.rdoc index 5cf7524a..b2a46eba 100644 --- a/README.rdoc +++ b/README.rdoc @@ -6,6 +6,10 @@ The Middleman is ever-vigilant against tag-soup, unreadable CSS and repetition. Everything you need to know is on the wiki: http://github.com/tdreyno/middleman/wiki +== Mailing List + +If you have questions, answers can be found on the mailing list: http://groups.google.com/group/middleman-users + == Copyright -Copyright (c) 2009 Thomas Reynolds. See LICENSE for details. +Copyright (c) 2010 Thomas Reynolds. See LICENSE for details. diff --git a/VERSION b/VERSION index 14fbcb30..afaf360d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0.pre +1.0.0 \ No newline at end of file diff --git a/lib/middleman.rb b/lib/middleman.rb index 1080d4b8..fc83e5a6 100755 --- a/lib/middleman.rb +++ b/lib/middleman.rb @@ -7,8 +7,8 @@ module Middleman autoload :Server, "middleman/server" module Renderers - autoload :Haml, "middleman/renderers/haml" - autoload :Sass, "middleman/renderers/sass" + autoload :Haml, "middleman/renderers/haml" + autoload :Sass, "middleman/renderers/sass" end autoload :Features, "middleman/features" diff --git a/middleman.gemspec b/middleman.gemspec index c20ccc8d..22bfd35b 100644 --- a/middleman.gemspec +++ b/middleman.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{middleman} - s.version = "1.0.0.pre" + s.version = "1.0.0" - s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Thomas Reynolds"] - s.date = %q{2010-09-21} + s.date = %q{2010-09-24} s.email = %q{tdreyno@gmail.com} s.executables = ["mm-init", "mm-build", "mm-server"] s.extra_rdoc_files = [