konacha-chai-matchers 0.1.7 → 0.1.8

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,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: konacha-chai-matchers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
5
- prerelease:
4
+ version: 0.1.8
6
5
  platform: ruby
7
6
  authors:
8
7
  - Matthijs Groen
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-12-11 00:00:00.000000000 Z
11
+ date: 2014-02-03 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: A set of Chai.js libraries ready to use for Konacha
15
14
  email:
@@ -25,6 +24,7 @@ files:
25
24
  - README.md
26
25
  - Rakefile
27
26
  - VERSIONS
27
+ - VERSIONS.lock
28
28
  - konacha-chai-matchers.gemspec
29
29
  - lib/konacha-chai-matchers.rb
30
30
  - lib/konacha-chai-matchers/collector.rb
@@ -50,32 +50,25 @@ files:
50
50
  homepage: ''
51
51
  licenses:
52
52
  - MIT
53
+ metadata: {}
53
54
  post_install_message:
54
55
  rdoc_options: []
55
56
  require_paths:
56
57
  - lib
57
58
  required_ruby_version: !ruby/object:Gem::Requirement
58
- none: false
59
59
  requirements:
60
- - - ! '>='
60
+ - - '>='
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
- segments:
64
- - 0
65
- hash: 824089517
66
63
  required_rubygems_version: !ruby/object:Gem::Requirement
67
- none: false
68
64
  requirements:
69
- - - ! '>='
65
+ - - '>='
70
66
  - !ruby/object:Gem::Version
71
67
  version: '0'
72
- segments:
73
- - 0
74
- hash: 824089517
75
68
  requirements: []
76
69
  rubyforge_project: konacha-chai-matchers
77
- rubygems_version: 1.8.15
70
+ rubygems_version: 2.0.3
78
71
  signing_key:
79
- specification_version: 3
72
+ specification_version: 4
80
73
  summary: Chai.js plugins collection for Konacha
81
74
  test_files: []