crash 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/README.doc +0 -0
  3. data/lib/crash.rb +9 -0
  4. data/spec/crash_spec.rb +0 -0
  5. metadata +47 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6b49e8729a64bfc1af70cc96c29b51543b425998
4
+ data.tar.gz: fdb06709f194a4498143ceb47450463faf71ee90
5
+ SHA512:
6
+ metadata.gz: 7eae61184ef2b099281b3274aac92f7681998316d34c4757fa719937bca79502ec258aabbf1a8fba521ea1970fcc69d3dedd0b21413b11e697cd6b1f017c3afe
7
+ data.tar.gz: 7e36c4060fb04afd25f0df48469ea2a2080c81d7cbd945c9add73127a6a75e7d2d1b5b935c7fe3b2fe1f35d7ef030ff7a3d0ce98f19cbd1ada11d2b3478f0455
File without changes
@@ -0,0 +1,9 @@
1
+ Module Crash
2
+
3
+ class crasher
4
+ def recursive_crash
5
+ recursive_crash()
6
+ end
7
+
8
+ end
9
+ end
File without changes
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: crash
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.1
5
+ platform: ruby
6
+ authors:
7
+ - The Seventh Orange
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-06-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Will eventually contain several intriguing ways to crash. Currently just
14
+ a pile of junk.
15
+ email: theseventhorange@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.doc
21
+ - lib/crash.rb
22
+ - spec/crash_spec.rb
23
+ homepage: http://www.google.com
24
+ licenses: []
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project: simple_document
42
+ rubygems_version: 2.0.14
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Will eventually contain several intriguing ways to crash. Currently just
46
+ a pile of junk.
47
+ test_files: []