rspec-api-expectations 0.7.0 → 0.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9aa41fdad60d1dd1a901afa28f9c63335827c818
4
- data.tar.gz: 254c357046b2a64f50e74235baffe46770e34e6f
3
+ metadata.gz: 1af6a2733a9bbcbd2d0dc509b83d823721f41b66
4
+ data.tar.gz: 4c789b22d57fd19bc5cffb0d7d6c3a3cf6bb575b
5
5
  SHA512:
6
- metadata.gz: 7c9dea85d3e8250a01544e832076ac471b2f064f03e8820e475eb858ca956f7ac931f856529fd7c67d2aa77d57890a84637b9ac9636a8a4b50e67fd4e98bbe2c
7
- data.tar.gz: f256f7bdb4a18e261ccb78046b974d81d4121c1f8b276954486882cc9fd36a6ba0238dde6629238a1762185ed568576542183d06a0c2e5ef29e2d717e251355a
6
+ metadata.gz: 1ca379413ac3df93ba0ce8c70995512bd8a05c7e99da297db8f67fb0983d8072a5efb7b8a0e4921cf30e78d0064ee870a5c1ea78df7680a317c8e4d09e2cbd8e
7
+ data.tar.gz: 10783d75007ff76de1a079e7fa05fcdb84189a257e1f73a1e32fffc6c8b4d9cabd14aaf3a506b48485fb27925597406c8b6bed719229123e4a724879800e008b
data/README.md CHANGED
@@ -55,7 +55,7 @@ Note that, in order run the example, above, you need to get a GitHub Personal Ac
55
55
  * Browse to your [GitHub settings](https://github.com/settings/applications)
56
56
  * Click on 'Create new token' under 'Personal Access Token' (name it as you want)
57
57
  * Copy the generated token and store it on your machine as the environment variable called `RSPEC_API_GITHUB_TOKEN`:
58
- * On OSX and bash, accomplish this by running the command `export RSPEC_API_GITHUB_TOKEN=` followed by your pasted key (no spaces after `=`)
58
+ * On OSX and bash, accomplish this by running the command `export RSPEC_API_GITHUB_TOKEN=` followed by your pasted key (no spaces after `=`)
59
59
 
60
60
 
61
61
  Available expectations
@@ -1,5 +1,5 @@
1
1
  module RSpecApi
2
2
  module Expectations
3
- VERSION = '0.7.0'
3
+ VERSION = '0.7.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-api-expectations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-25 00:00:00.000000000 Z
11
+ date: 2013-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - ~>
46
46
  - !ruby/object:Gem::Version
47
- version: 0.7.0
47
+ version: 0.7.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: 0.7.0
54
+ version: 0.7.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rack
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -159,7 +159,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
159
  requirements:
160
160
  - - '>='
161
161
  - !ruby/object:Gem::Version
162
- version: 1.9.3
162
+ version: 1.9.2
163
163
  required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  requirements:
165
165
  - - '>='