# -*- encoding: utf-8 -*- # stub: hexp 0.0.1.pre2 ruby lib Gem::Specification.new do |s| s.name = "hexp".freeze s.version = "0.0.1.pre2".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Arne Brasseur".freeze] s.date = "2013-06-01" s.description = "HTML expressions".freeze s.email = ["arne@arnebrasseur.net".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.devtools".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "SPEC.md".freeze, "config/devtools.yml".freeze, "config/flay.yml".freeze, "config/flog.yml".freeze, "config/mutant.yml".freeze, "config/reek.yml".freeze, "config/yardstick.yml".freeze, "examples/filter.rb".freeze, "hexp.gemspec".freeze, "lib/hexp.rb".freeze, "lib/hexp/dom.rb".freeze, "lib/hexp/h.rb".freeze, "lib/hexp/list.rb".freeze, "lib/hexp/node.rb".freeze, "lib/hexp/node/domize.rb".freeze, "lib/hexp/node/normalize.rb".freeze, "lib/hexp/node/pp.rb".freeze, "lib/hexp/nokogiri/equality.rb".freeze, "lib/hexp/text_node.rb".freeze, "lib/hexp/version.rb".freeze, "spec/shared_helper.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/hexp/node/domize_spec.rb".freeze, "spec/unit/hexp/node/normalize_spec.rb".freeze, "spec/unit/hexp/node/pp_spec.rb".freeze, "spec/unit/hexp/node/to_a_spec.rb".freeze, "spec/unit/hexp/node/to_dom_spec.rb".freeze, "spec/unit/hexp/node/to_hexp_spec.rb".freeze, "spec/unit/hexp/node/to_html_spec.rb".freeze, "spec/unit/hexp/nokogiri/equality_spec.rb".freeze] s.homepage = "https://github.com/plexus/hexp".freeze s.rubygems_version = "3.5.10".freeze s.summary = "HTML expressions".freeze s.test_files = ["spec/shared_helper.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/hexp/node/domize_spec.rb".freeze, "spec/unit/hexp/node/normalize_spec.rb".freeze, "spec/unit/hexp/node/pp_spec.rb".freeze, "spec/unit/hexp/node/to_a_spec.rb".freeze, "spec/unit/hexp/node/to_dom_spec.rb".freeze, "spec/unit/hexp/node/to_hexp_spec.rb".freeze, "spec/unit/hexp/node/to_html_spec.rb".freeze, "spec/unit/hexp/nokogiri/equality_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.7.0".freeze]) end