--- !ruby/object:Gem::Specification name: ruhl version: !ruby/object:Gem::Version version: 0.9.1 platform: ruby authors: - Andrew Stone autorequire: bindir: bin cert_chain: [] date: 2009-10-13 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: nokogiri type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.3 version: - !ruby/object:Gem::Dependency name: rspec type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: Make your HTML dynamic with the addition of a data-ruhl attribute. email: andy@stonean.com executables: [] extensions: [] extra_rdoc_files: - README files: - .gitignore - README - Rakefile - VERSION - lib/ruhl.rb - lib/ruhl/errors.rb - lib/ruhl/rails.rb - lib/ruhl/sinatra.rb - ruhl.gemspec - spec/html/basic.html - spec/html/form.html - spec/html/fragment.html - spec/html/hash.html - spec/html/if.html - spec/html/layout.html - spec/html/loop.html - spec/html/main_with_form.html - spec/html/main_with_sidebar.html - spec/html/medium.html - spec/html/seo.html - spec/html/sidebar.html - spec/rcov.opts - spec/ruhl_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/stonean/ruhl licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Ruby Hypertext Language test_files: - spec/ruhl_spec.rb - spec/spec_helper.rb