rack-test-poc 2.0.1 → 2.0.2

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. data/lib/rack/test/poc.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d6f05e25d699ec3adec988de31c1c15e82644e1f
4
- data.tar.gz: 702cd9d4f30b3062c219a284a97b6f8716158f1f
3
+ metadata.gz: ed34174c0a0ecacc8a0ab3afcd1d142a9bd32291
4
+ data.tar.gz: 0d36e3b67ca0ce77ffba9f74dccf7847d6af234c
5
5
  SHA512:
6
- metadata.gz: 7bc08029aa3c8c6fd4cea633ec95266a03347463dbd30046bd3c4df1478a2b3b25572a635dd5589d1847a82c67a9cd42f47c9a45933482b4825a94e102a7e49f
7
- data.tar.gz: 33aece186ebfc4cdaaec0b346dfae8530021d00e2bf068e83c90b4aec33ff3c5b16622322d5048677ebee6b51a3b14b5b026cb3c681f95e51c7dc2435f585695
6
+ metadata.gz: 9f89b386c4827ff526a5b36ab592aeaa57819c33cd86dc3f1fbe1ec4e163155147e366e8fc82f43ffad750e1195de40aaa4db2fb1946b9b99357431702077336
7
+ data.tar.gz: 68f6d61dd6dd02b4869c6b3c837bf86c9f852be959843efa908adc91d4b3813801db5c801d1b9c387d862bd7f5cfcdeb05e09f0aa956afa36d4e1507d26c95ee
data/README.md CHANGED
@@ -28,7 +28,7 @@ All you need to do is to require 'rack/test/poc' in your test_helper
28
28
  when you working with rack-test module,
29
29
  and you good to go!
30
30
 
31
- If you can, you should always describe with :is_for object methods, the response content,
31
+ If you can, you should always describe with :is_for, :it_is_for object methods, the response content,
32
32
  so it can be easy to analyze out from the poc file, or even can be used in documentation generating!
33
33
  With that you can make Google Api docs level documentations!
34
34
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.1
1
+ 2.0.2
@@ -22,7 +22,7 @@ module RackTestPoc
22
22
 
23
23
  nil
24
24
 
25
- end
25
+ end;alias it_is_for is_for
26
26
 
27
27
  end
28
28
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-test-poc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Luzsi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-14 00:00:00.000000000 Z
11
+ date: 2014-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler