quacky 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/LICENSE +9 -0
  2. data/VERSION +1 -1
  3. data/lib/quacky/quacky.rb +1 -0
  4. metadata +15 -13
data/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ (The MIT License)
2
+
3
+ Copyright © 2012 Matt Parker
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -41,6 +41,7 @@ module Quacky
41
41
 
42
42
  Class.new do
43
43
  extend Expectations
44
+ include Expectations
44
45
  extend ClassInspect
45
46
  include InstanceInspect
46
47
  name_class_double name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quacky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-07 00:00:00.000000000 Z
12
+ date: 2012-08-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
16
- requirement: &70238192808080 !ruby/object:Gem::Requirement
16
+ requirement: &70335152016460 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.2.5
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70238192808080
24
+ version_requirements: *70335152016460
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &70238192807680 !ruby/object:Gem::Requirement
27
+ requirement: &70335152014440 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70238192807680
35
+ version_requirements: *70335152014440
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: cucumber
38
- requirement: &70238192805940 !ruby/object:Gem::Requirement
38
+ requirement: &70335152013140 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70238192805940
46
+ version_requirements: *70335152013140
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: specdown
49
- requirement: &70238192805520 !ruby/object:Gem::Requirement
49
+ requirement: &70335152008340 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70238192805520
57
+ version_requirements: *70335152008340
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: rake
60
- requirement: &70238192805080 !ruby/object:Gem::Requirement
60
+ requirement: &70335152007040 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,7 +65,7 @@ dependencies:
65
65
  version: '0'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *70238192805080
68
+ version_requirements: *70335152007040
69
69
  description:
70
70
  email: moonmaster9000@gmail.com
71
71
  executables: []
@@ -81,6 +81,7 @@ files:
81
81
  - lib/quacky/stub.rb
82
82
  - lib/quacky.rb
83
83
  - VERSION
84
+ - LICENSE
84
85
  - spec/lib/double_spec.rb
85
86
  - spec/lib/duck_type_verifier_spec.rb
86
87
  - spec/lib/expectations_spec.rb
@@ -89,7 +90,8 @@ files:
89
90
  - spec/lib/stub_spec.rb
90
91
  - spec/spec_helper.rb
91
92
  homepage: https://github.com/moonmaster9000/quacky
92
- licenses: []
93
+ licenses:
94
+ - MIT
93
95
  post_install_message:
94
96
  rdoc_options: []
95
97
  require_paths: