view-matchers 1.0.0

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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/view-matchers.rb +1 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: b58a51506a30b3758cc186ee7100cebcc30b0641
4
+ data.tar.gz: 283616c2968819dc27aa327075baef2403d43edd
5
+ SHA512:
6
+ metadata.gz: c2c7057d946142667c204d76dbab36103747596d6b89c50ab1f0778945e401f939b7fbdd7f8bd0554c090dff876ad34cc517bf66c53d733f25fa70ae9f08544d
7
+ data.tar.gz: b43891f629b9381b65b20ed0eb78f80eb8c6a7fc8297ceda74ed2d43ea84a232d34b99e4be25957b23ca02b6f34b35c18e9f46d338699bc1ca26f861280800dd
@@ -0,0 +1 @@
1
+ require 'view/matchers'
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: view-matchers
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Tom König
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-03-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Expressive and non verbose view tests.
14
+ email: hi@tomknig.de
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/view-matchers.rb
20
+ homepage: https://github.com/TomKnig/view-matchers
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.4.6
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Expressive RSpec matchers for ascii tables and form fields.
44
+ test_files: []