--- !ruby/object:Gem::Specification name: ruhl version: !ruby/object:Gem::Version version: 1.3.4 platform: ruby authors: - Andrew Stone autorequire: bindir: bin cert_chain: [] date: 2010-02-19 00:00:00 -05: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.4.1 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/engine.rb - lib/ruhl/errors.rb - lib/ruhl/rails.rb - lib/ruhl/rails/active_record.rb - lib/ruhl/rails/helper.rb - lib/ruhl/rails/ruhl_presenter.rb - lib/ruhl/rspec/rails.rb - lib/ruhl/rspec/sinatra.rb - lib/ruhl/sinatra.rb - ruhl.gemspec - spec/html/basic.html - spec/html/collection_of_hashes.html - spec/html/collection_of_strings.html - spec/html/combination.html - spec/html/form.html - spec/html/fragment.html - spec/html/hash.html - spec/html/if.html - spec/html/if_on_collection.html - spec/html/if_with_hash.html - spec/html/layout.html - spec/html/loop.html - spec/html/main_with_form.html - spec/html/main_with_sidebar.html - spec/html/parameters.html - spec/html/seo.html - spec/html/sidebar.html - spec/html/special.html - spec/html/swap.html - spec/html/use.html - spec/html/use_if.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/spec_helper.rb - spec/ruhl_spec.rb