matchi 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dbbf6a4a8a8a969c3a4f5301b7593c9ab96037a5
4
- data.tar.gz: 13acfacdee0be53fd3f68abf2b818d8c335d1323
3
+ metadata.gz: bf3ff8d046c12b8859a24a5c777cd0f3546f73b1
4
+ data.tar.gz: c75ed231f342591b9fb61e7e204eb7ca617e6c4a
5
5
  SHA512:
6
- metadata.gz: ae58c60e9cba51e39498156a54d8669b8417060a91891e2f7cf1f4af5881920c486b9536feeee8678f2b128959bfd5336b30b93cc7121b403dcbc604f9423216
7
- data.tar.gz: 547bd85538b9f7a2c4bc89d3698f27822f4a9fe0ddc1b0fe63df4e6bbdeff77cc58390c4ba172453cdcecd708b7388d8056851d6240476e498c7143fce254bcb
6
+ metadata.gz: ec2c6160e00dd0c8f657cc241875051c006e6317c3226f195cc6a8f81a893ae67bf2d3ce2da422171de353f201c9c5b3dadcfeefadd4d8a58f18a5e2d47043d9
7
+ data.tar.gz: d5882ffb24781166aa7a72b3848dd08e1d33c8acf6b6f00ee0f8eebed103b886963369d0b643d2bc3fdbafc2d7a6baf174af1ccc463c2dd0ae70d701ba19195c
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/VERSION.semver CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -0,0 +1 @@
1
+ 2b7586059766b9686f7f0a2185c211ffedd685386897ce027f7b201a5d4a3242ded950a25a15993bacab7cc44635ce58d9b15c1e91806d74837a95b2060d58aa
@@ -1,6 +1,6 @@
1
1
  module Matchi
2
2
  # **Untruth** matcher.
3
- class BeFalse < BasicObject
3
+ class BeFalse
4
4
  # Boolean comparison between the actual value and the expected value.
5
5
  #
6
6
  # @example Is it false?
data/lib/matchi/be_nil.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Matchi
2
2
  # **Nil** matcher.
3
- class BeNil < BasicObject
3
+ class BeNil
4
4
  # Boolean comparison between the actual value and the expected value.
5
5
  #
6
6
  # @example Is it nil?
@@ -1,6 +1,6 @@
1
1
  module Matchi
2
2
  # **Truth** matcher.
3
- class BeTrue < BasicObject
3
+ class BeTrue
4
4
  # Boolean comparison between the actual value and the expected value.
5
5
  #
6
6
  # @example Is it true?
data/lib/matchi/eql.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Matchi
2
2
  # **Equivalence** matcher.
3
- class Eql < BasicObject
3
+ class Eql
4
4
  # Initialize the matcher with an object.
5
5
  #
6
6
  # @example The string 'foo' matcher.
data/lib/matchi/equal.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Matchi
2
2
  # **Identity** matcher.
3
- class Equal < BasicObject
3
+ class Equal
4
4
  # Initialize the matcher with an object.
5
5
  #
6
6
  # @example The number 42 matcher.
data/lib/matchi/match.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Matchi
2
2
  # **Regular expressions** matcher.
3
- class Match < BasicObject
3
+ class Match
4
4
  # Initialize the matcher with an instance of Regexp.
5
5
  #
6
6
  # @example Username matcher.
@@ -1,6 +1,6 @@
1
1
  module Matchi
2
2
  # **Expecting errors** matcher.
3
- class RaiseException < BasicObject
3
+ class RaiseException
4
4
  # Initialize the matcher with a descendant of class Exception.
5
5
  #
6
6
  # @example Divided by 0 matcher.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matchi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyril Wack
@@ -30,7 +30,7 @@ cert_chain:
30
30
  dzJvWzQ1+dJU6WQv75E9ddSkaQrK3nhdgQVu+/wgvGSrsMvOGNz+LXaSDxQqZuwX
31
31
  0KNQFuIukfrdk8URwRnHoAnvx4U93iUw
32
32
  -----END CERTIFICATE-----
33
- date: 2015-10-30 00:00:00.000000000 Z
33
+ date: 2015-10-31 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: bundler
@@ -131,6 +131,7 @@ files:
131
131
  - checksum/matchi-0.0.8.gem.sha512
132
132
  - checksum/matchi-0.0.9.gem.sha512
133
133
  - checksum/matchi-0.1.0.gem.sha512
134
+ - checksum/matchi-0.1.1.gem.sha512
134
135
  - lib/matchi.rb
135
136
  - lib/matchi/be_false.rb
136
137
  - lib/matchi/be_nil.rb
@@ -161,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
162
  version: '0'
162
163
  requirements: []
163
164
  rubyforge_project:
164
- rubygems_version: 2.4.5.1
165
+ rubygems_version: 2.4.5
165
166
  signing_key:
166
167
  specification_version: 4
167
168
  summary: Collection of matchers.
metadata.gz.sig CHANGED
Binary file