rspec-html-matchers 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/README.md +0 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be58541a3ca3493891f55b4edfb8d92aeec1bb70
4
- data.tar.gz: 6496944bc83e1fde56b17327e42bebaf95f2e926
3
+ metadata.gz: 8694153cec5f8ee172a384595fa0011ff7f7db1b
4
+ data.tar.gz: 4f23a0514a57c5af870b589f8cd91c0905a01889
5
5
  SHA512:
6
- metadata.gz: 31cf7e98ae6ce59d5a01c9ebf18aa4f142d1d87840c07baeb4ec6663f2d2caa95a740d542a2b2034e53e0a773a5011cb8645adcb4e56bb4bbca9eb001d1de4bd
7
- data.tar.gz: b1d6768ffd9475d0aded6f7205a5aa8ff377eb01b6963c826c81853419c86558d7190c805902074c7349aebb4397160f42925b20d221d76ca9936afc04b9128e
6
+ metadata.gz: 611f3063dadc57bf218d88a8782559e1a3121405de1cf5b99659f60840a51843926c9d2df2ae7c304730421a08b398dde5398096cd8ba5ee3a135c7dc6fa8e9e
7
+ data.tar.gz: a16c21bb9aa3784b7d949d8826d7d9b483800052738dd4224c89f70f1c434935e2eb1be0295553a951ff50e88b217333cd8f73ff382b3705656948f7904cf5a0
data/CHANGELOG.md CHANGED
@@ -11,6 +11,11 @@ unreleased(TODO)
11
11
  * order matching
12
12
  * improve documentation, add more usage examples (look at changelog and code!)
13
13
 
14
+ 0.7.3
15
+ -----
16
+
17
+ * move license information into separate `LICENSE.md` file
18
+
14
19
  0.7.2
15
20
  -----
16
21
 
data/README.md CHANGED
@@ -224,14 +224,3 @@ Contributors
224
224
  - [Szymon Przybył](https://github.com/apocalyptiq)
225
225
  - [Manuel Meurer](https://github.com/manuelmeurer)
226
226
  - [Andreas Riemer](https://github.com/arfl)
227
-
228
- MIT Licensed
229
- ============
230
-
231
- Copyright (c) 2011-2016 Dmitrij Mjakotnyi
232
-
233
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
234
-
235
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
236
-
237
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-html-matchers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kucaahbe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-07 00:00:00.000000000 Z
11
+ date: 2016-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec