Sha256: d241bf790ec065537de9c7eb08c7d604913270aa5ed4a08baa274d9b32ae3ad6

Contents?: true

Size: 756 Bytes

Versions: 1

Compression:

Stored size: 756 Bytes

Contents

require 'rubygems'

SPEC = Gem::Specification.new do |s|
    s.name        = "assert_value"
    s.version     = "1.4.1"
    s.author      = "Pluron, Inc."
    s.email       = "support@pluron.com"
    s.homepage    = "http://github.com/acunote/assert_value"
    s.platform    = Gem::Platform::RUBY
    s.license     = 'MIT'
    s.description = "assert_value assertion"
    s.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"

    s.files         = `git ls-files`.split("\n")
    s.test_files    = `git ls-files -- test/*`.split("\n")

    s.require_path  = "lib"
    s.has_rdoc      = true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
assert_value-1.4.1 assert_value.gemspec