f-matchers 0.0.8 → 0.0.9

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.
Files changed (3) hide show
  1. data/Gemfile +2 -0
  2. data/lib/f-matchers/version.rb +1 -1
  3. metadata +7 -2
data/Gemfile CHANGED
@@ -1,4 +1,6 @@
1
1
  source "http://rubygems.org"
2
2
 
3
+ gem 'rake'
4
+
3
5
  # Specify your gem's dependencies in fractal-matchers.gemspec
4
6
  gemspec
@@ -1,3 +1,3 @@
1
1
  module FMatchers
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: f-matchers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -90,12 +90,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
90
  - - ! '>='
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
+ segments:
94
+ - 0
95
+ hash: 3283360802062557813
93
96
  required_rubygems_version: !ruby/object:Gem::Requirement
94
97
  none: false
95
98
  requirements:
96
99
  - - ! '>='
97
100
  - !ruby/object:Gem::Version
98
101
  version: '0'
102
+ segments:
103
+ - 0
104
+ hash: 3283360802062557813
99
105
  requirements: []
100
106
  rubyforge_project: f-matchers
101
107
  rubygems_version: 1.8.24
@@ -106,4 +112,3 @@ test_files:
106
112
  - spec/rspec_matchers_spec.rb
107
113
  - spec/spec_helper.rb
108
114
  - spec/support/models.rb
109
- has_rdoc: