File: metadata.yml

package info (click to toggle)
ruby-insist 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: ruby: 378; makefile: 40; sh: 10
file content (79 lines) | stat: -rw-r--r-- 1,675 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
--- !ruby/object:Gem::Specification
name: insist
version: !ruby/object:Gem::Version
  version: 1.0.0
  prerelease: 
platform: ruby
authors:
- Jordan Sissel
autorequire: 
bindir: bin
cert_chain: []
date: 2013-09-06 00:00:00.000000000 Z
dependencies: []
description: A simple block-driven assertion library for both testing and for production
  code
email:
- jls@semicomplete.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- .batcave/manifest
- .gitignore
- .travis.yml
- Gemfile
- Gemfile.lock
- LICENSE
- Makefile
- README.md
- insist.gemspec
- lib/insist.rb
- lib/insist/assert.rb
- lib/insist/comparators.rb
- lib/insist/comparators19.rb
- lib/insist/enumerables.rb
- lib/insist/failure.rb
- lib/insist/namespace.rb
- lib/insist/nil.rb
- lib/insist/predicates.rb
- lib/insist/raises.rb
- notify-failure.sh
- spec/insist/comparators_spec.rb
- spec/insist/enumerables_spec.rb
- spec/insist/nil_spec.rb
- spec/insist/predicates_spec.rb
- spec/insist/reject_spec.rb
- spec/insist_spec.rb
- spec/spec_setup.rb
- test/all.rb
- test/docs.rb
- test/testing.rb
homepage: 
licenses:
- Apache 2
post_install_message: 
rdoc_options: []
require_paths:
- lib
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 1.8.25
signing_key: 
specification_version: 3
summary: A simple block-driven assertion library for both testing and for production
  code
test_files: []