Sha256: 26288912074334f5a8d58d0f845151264bf65007e5d35775d5f050800f4951b7
Contents?: true
Size: 1.6 KB
Versions: 0
Compression: gzip
Compressed size: 621 Bytes
Stored size: 621 Bytes
Contents
--- !ruby/object:Gem::Specification name: test_xml version: !ruby/object:Gem::Version version: 0.0.1 platform: ruby authors: - Pavel Gabriel autorequire: bindir: bin cert_chain: [] date: 2010-01-04 00:00:00 +02: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.2 version: description: test_xml allows you to test xml (match stucture and values) with Test::Unit or RSpec email: alovak@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - lib/test_xml/matchers.rb - lib/test_xml/nokogiri/node.rb - lib/test_xml/nokogiri.rb - lib/test_xml/spec.rb - lib/test_xml/test_unit.rb - lib/test_xml.rb - test/test_helper.rb - test/test_xml/nokogiri/test_node.rb - test/test_xml/test_matchers.rb - test/test_xml/test_test_unit.rb - spec/spec_helper.rb - spec/test_xml/spec_spec.rb - Rakefile has_rdoc: true homepage: http://github.com/alovak/ licenses: [] post_install_message: rdoc_options: [] 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: test_xml allows you to test xml with Test::Unit or RSpec test_files: []