File: metadata.yml

package info (click to toggle)
ruby-bacon 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 144 kB
  • sloc: ruby: 733; makefile: 2
file content (65 lines) | stat: -rw-r--r-- 1,299 bytes parent folder | download
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
--- !ruby/object:Gem::Specification 
name: bacon
version: !ruby/object:Gem::Version 
  version: 1.1.0
platform: ruby
authors: 
- Christian Neukirchen
autorequire: 
bindir: bin
cert_chain: []

date: 2008-11-30 00:00:00 +01:00
default_executable: 
dependencies: []

description: Bacon is a small RSpec clone weighing less than 350 LoC but nevertheless providing all essential features.  http://github.com/chneukirchen/bacon
email: chneukirchen@gmail.com
executables: 
- bacon
extensions: []

extra_rdoc_files: 
- README
- RDOX
files: 
- COPYING
- README
- Rakefile
- bin/bacon
- lib/autotest/bacon.rb
- lib/autotest/bacon_rspec.rb
- lib/autotest/discover.rb
- lib/bacon.rb
- test/spec_bacon.rb
- test/spec_should.rb
- RDOX
- ChangeLog
has_rdoc: true
homepage: http://chneukirchen.org/repos/bacon
post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: 
rubygems_version: 1.3.1
signing_key: 
specification_version: 2
summary: a small RSpec clone
test_files: []