muack 1.3.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lin Jen-Shin (godfat)
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-24 00:00:00.000000000 Z
11
+ date: 2020-12-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Muack -- A fast, small, yet powerful mocking library.
@@ -35,6 +35,8 @@ files:
35
35
  - lib/muack.rb
36
36
  - lib/muack/any_instance_of.rb
37
37
  - lib/muack/block.rb
38
+ - lib/muack/block_26.rb
39
+ - lib/muack/block_27.rb
38
40
  - lib/muack/coat.rb
39
41
  - lib/muack/definition.rb
40
42
  - lib/muack/error.rb
@@ -53,16 +55,20 @@ files:
53
55
  - test/test_any_instance_of.rb
54
56
  - test/test_coat.rb
55
57
  - test/test_from_readme.rb
58
+ - test/test_keyargs.rb
56
59
  - test/test_mock.rb
57
60
  - test/test_modifier.rb
61
+ - test/test_prepend.rb
58
62
  - test/test_proxy.rb
59
63
  - test/test_satisfying.rb
64
+ - test/test_spy.rb
60
65
  - test/test_stub.rb
66
+ - test/test_visibility.rb
61
67
  homepage: https://github.com/godfat/muack
62
68
  licenses:
63
- - Apache License 2.0
69
+ - Apache-2.0
64
70
  metadata: {}
65
- post_install_message:
71
+ post_install_message:
66
72
  rdoc_options: []
67
73
  require_paths:
68
74
  - lib
@@ -77,17 +83,20 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
83
  - !ruby/object:Gem::Version
78
84
  version: '0'
79
85
  requirements: []
80
- rubyforge_project:
81
- rubygems_version: 2.4.7
82
- signing_key:
86
+ rubygems_version: 3.1.4
87
+ signing_key:
83
88
  specification_version: 4
84
89
  summary: Muack -- A fast, small, yet powerful mocking library.
85
90
  test_files:
86
91
  - test/test_any_instance_of.rb
87
92
  - test/test_coat.rb
88
93
  - test/test_from_readme.rb
94
+ - test/test_keyargs.rb
89
95
  - test/test_mock.rb
90
96
  - test/test_modifier.rb
97
+ - test/test_prepend.rb
91
98
  - test/test_proxy.rb
92
99
  - test/test_satisfying.rb
100
+ - test/test_spy.rb
93
101
  - test/test_stub.rb
102
+ - test/test_visibility.rb