rspec-eventually 0.0.1 → 0.0.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: 992247ed8e9a18a6a7e7f9f29c7a280f85a47661
4
- data.tar.gz: e953bbb93dacf3c94e34b094c193323a44b49c82
3
+ metadata.gz: ea0bab5bdc95cf38f998961771feed626f67b865
4
+ data.tar.gz: a4a3fc30a1f511dd8a2b29de71afd32c60a318e6
5
5
  SHA512:
6
- metadata.gz: a71003af10bfc2782af1320b628c4bf3ed81af1ff9d2edf032b52fbcbbb9ab60f5e73522ceb25332748ea948e6bdf05a2cc7669291c3a81dd47c7f4ff555c1dc
7
- data.tar.gz: 91de91764868bbbca2ccf45e2bd19c508d06ea0f6c1a54dcc8a304a50179720ca264cdba092920a4e7e5b19723bb307b131cf7a672e351accf45ba73518596fa
6
+ metadata.gz: 7f5406d011216ea853af5281fa2d6fc56301b539a1752c6c91c75f73f5c87f04602016a0ea110b68e25c44e520031c1466a352e931158ad2813281bad1efb2c5
7
+ data.tar.gz: 4125dca11af2ede3837f4853df802a975ec8ea14b9ad3b1a190fac643a1093390126e7817b657f967086cc1360a174f57493ee132bc1851e6e06908db8b7eb54
data/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ 0.0.2
2
+ =====
3
+ * `require 'rspec/core'`, not `require 'rspec'`
data/README.md CHANGED
@@ -39,10 +39,6 @@ Or install it yourself as:
39
39
 
40
40
  $ gem install rspec-eventually
41
41
 
42
- ## Usage
43
-
44
- TODO: Write usage instructions here
45
-
46
42
  ## Contributing
47
43
 
48
44
  1. Fork it ( https://github.com/[my-github-username]/rspec-eventually/fork )
@@ -1,5 +1,5 @@
1
1
  module Rspec
2
2
  module Eventually
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  require 'rspec/eventually/version'
2
- require 'rspec'
2
+ require 'rspec/core'
3
3
 
4
4
  module Rspec
5
5
  module Eventually
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-eventually
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hawk Newton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-16 00:00:00.000000000 Z
11
+ date: 2015-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -77,6 +77,7 @@ files:
77
77
  - ".rspec"
78
78
  - ".rubocop.yml"
79
79
  - ".travis.yml"
80
+ - CHANGELOG.md
80
81
  - Gemfile
81
82
  - LICENSE.txt
82
83
  - README.md
@@ -106,10 +107,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
107
  version: '0'
107
108
  requirements: []
108
109
  rubyforge_project:
109
- rubygems_version: 2.4.5
110
+ rubygems_version: 2.2.2
110
111
  signing_key:
111
112
  specification_version: 4
112
113
  summary: Make your matchers match eventually
113
114
  test_files:
114
115
  - spec/eventually_spec.rb
115
116
  - spec/spec_helper.rb
117
+ has_rdoc: