Sha256: bd51a1e1cf1b1c94a7e8f4f27dc0ae5a53ffb472203698a1340ba4966a72c9ee
Contents?: true
Size: 1.78 KB
Versions: 0
Compression: gzip
Compressed size: 737 Bytes
Stored size: 737 Bytes
Contents
--- !ruby/object:Gem::Specification name: assert_value version: !ruby/object:Gem::Version version: '1.5' prerelease: platform: ruby authors: - Pluron, Inc. autorequire: bindir: bin cert_chain: [] date: 2015-10-14 00:00:00.000000000 Z dependencies: [] description: assert_value assertion email: support@pluron.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - LICENSE - README.md - Rakefile - assert_value.gemspec - assert_value.kdev4 - gemfiles/minitest.4.7.5.gemfile - gemfiles/minitest.gemfile - gemfiles/old-rubies.gemfile - gemfiles/rspec.2.99.gemfile - gemfiles/rspec.gemfile - gemfiles/test-unit.gemfile - lib/array_diff.rb - lib/assert_value.rb - lib/minitest/assert_value_plugin.rb - lib/text_diff.rb - test/assert_value_spec.rb - test/assert_value_test.rb - test/logs/assert_value_exception_with_files.log.ref - test/logs/assert_value_with_files.log.ref homepage: http://github.com/acunote/assert_value licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23.2 signing_key: specification_version: 3 summary: Assert that checks that two values (strings, expected and actual) are same and which can magically replace expected value with the actual in case the new behavior (and new actual value) is correct test_files: - test/assert_value_spec.rb - test/assert_value_test.rb - test/logs/assert_value_exception_with_files.log.ref - test/logs/assert_value_with_files.log.ref