evilr 1.0.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: evilr
3
+ version: !ruby/object:Gem::Version
4
+ hash: 23
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
11
+ platform: x86-mingw32
12
+ authors:
13
+ - Jeremy Evans
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-01-04 00:00:00 -08:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: |
23
+ evilr allows you to do things you shouldn't. It's inspired by
24
+ evil.rb, but written in C instead of using ruby with DL.
25
+
26
+ email: code@jeremyevans.net
27
+ executables: []
28
+
29
+ extensions: []
30
+
31
+ extra_rdoc_files:
32
+ - MIT-LICENSE
33
+ - README.rdoc
34
+ - ext/evilr/evilr.c
35
+ files:
36
+ - MIT-LICENSE
37
+ - Rakefile
38
+ - README.rdoc
39
+ - ext/evilr/evilr.c
40
+ - ext/evilr/extconf.rb
41
+ - spec/evilr_spec.rb
42
+ - lib/evilr.rb
43
+ - lib/1.8/evilr.so
44
+ - lib/1.9/evilr.so
45
+ has_rdoc: true
46
+ homepage: http://github.com/jeremyevans/evilr
47
+ licenses: []
48
+
49
+ post_install_message:
50
+ rdoc_options:
51
+ - --quiet
52
+ - --line-numbers
53
+ - --inline-source
54
+ - --title
55
+ - "evilr: Do things you shouldn't"
56
+ - --main
57
+ - README.rdoc
58
+ require_paths:
59
+ - lib
60
+ required_ruby_version: !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ hash: 59
66
+ segments:
67
+ - 1
68
+ - 8
69
+ - 6
70
+ version: 1.8.6
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ none: false
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ hash: 3
77
+ segments:
78
+ - 0
79
+ version: "0"
80
+ requirements: []
81
+
82
+ rubyforge_project:
83
+ rubygems_version: 1.3.7
84
+ signing_key:
85
+ specification_version: 3
86
+ summary: Do things you shouldn't
87
+ test_files: []
88
+