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 +4 -4
- data/README.md +1 -1
- data/lib/rspec-api/expectations/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1af6a2733a9bbcbd2d0dc509b83d823721f41b66
|
|
4
|
+
data.tar.gz: 4c789b22d57fd19bc5cffb0d7d6c3a3cf6bb575b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
162
|
+
version: 1.9.2
|
|
163
163
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
164
|
requirements:
|
|
165
165
|
- - '>='
|