rspec-ext 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: rspec-ext
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.0.1
7
+ date: 2007-02-15 00:00:00 +02:00
8
+ summary: RSpec Extensions
9
+ require_paths:
10
+ - lib
11
+ email: yrashk@verbdev.com
12
+ homepage: http://rspec-ext.rubyforge.org
13
+ rubyforge_project: rspec-ext
14
+ description: RSpec Extensions
15
+ autorequire: rspec-ext
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Yurii A. Rashkovskii
31
+ files:
32
+ - Rakefile
33
+ - Manifest.txt
34
+ - setup.rb
35
+ - lib/rspec-ext/version.rb
36
+ - lib/rspec-ext.rb
37
+ - lib/rspec-ext/spec_aspect.rb
38
+ - lib/rspec-ext/specify_negatively.rb
39
+ test_files: []
40
+
41
+ rdoc_options: []
42
+
43
+ extra_rdoc_files: []
44
+
45
+ executables: []
46
+
47
+ extensions: []
48
+
49
+ requirements: []
50
+
51
+ dependencies: []
52
+