# Generated by jeweler # DO NOT EDIT THIS FILE # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{orthorings} s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Anthony Langhorne"] s.date = %q{2009-09-28} s.email = %q{anthony@orthor.com} s.extra_rdoc_files = [ "LICENSE", "README.markdown" ] s.files = [ "LICENSE", "README.markdown", "Rakefile", "VERSION", "app/controllers/orthor_content_controller.rb", "app/views/layouts/orthor_layout.html.erb", "app/views/orthor_content/orthor_content.html.erb", "config/routes.rb", "lib/core_ext/dsl_accessor.rb", "lib/orthor/category.rb", "lib/orthor/collections.rb", "lib/orthor/feed.rb", "lib/orthor/http_caching.rb", "lib/orthor/meta_data.rb", "lib/orthor/object.rb", "lib/orthor/page.rb", "lib/orthor/site.rb", "lib/orthor/static_page.rb", "lib/orthor_helper.rb", "lib/orthorings.rb", "lib/sinatra/orthor.rb", "orthorings.gemspec", "spec/orthor/dsl_spec.rb", "spec/orthor_helper_spec.rb", "spec/orthorings_spec.rb", "spec/resources/homepage.html", "spec/resources/latest-news-items.html", "spec/resources/news.html", "spec/sinatra/orthor_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/anthony/orthorings} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Orthorings is a gem for displaying content from orthor.com} s.test_files = [ "spec/orthor/dsl_spec.rb", "spec/orthor_helper_spec.rb", "spec/orthorings_spec.rb", "spec/sinatra/orthor_spec.rb", "spec/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["= 0.6.0"]) else s.add_dependency(%q, ["= 0.6.0"]) end else s.add_dependency(%q, ["= 0.6.0"]) end end