cueball 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +0 -0
  3. data/cueball.gemspec +11 -0
  4. data/cueball.gif +0 -0
  5. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a529f63bed3ef6298478e1b4d31bf6cb801763d3
4
+ data.tar.gz: c9e9e5f18acb7da8d2775970bd26929147956c96
5
+ SHA512:
6
+ metadata.gz: be776bd1994a6080f8e6fa77c89dc0b797fe9c3029f38e066751f5a04eb756b48ff40a8aa5283774406e4b6b144a74dcf6ae8289a5bb4c5afdfe212b56bf44b6
7
+ data.tar.gz: dcd6c50b523c8d0ad2708f3893cba59a217ceca86cb92488741d19316e4afaa1b243555ae91ec0d8d9fce3a98fa7e2a8fecaf2f5fae4534d8953f0bf64617ac6
data/.gitignore ADDED
File without changes
data/cueball.gemspec ADDED
@@ -0,0 +1,11 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = 'cueball'
3
+ s.version = '0.0.1'
4
+ s.licenses = ["MIT"]
5
+ s.summary = "Sockets, queues and unix."
6
+ s.description = "Sockets, queues and unix. LOL MORE DETAILS"
7
+ s.authors = ["Ben Hoskings"]
8
+ s.email = 'ben@hoskings.net'
9
+ s.homepage = 'http://github.com/benhoskings/cueball'
10
+ s.files = `git ls-files`.split("\n")
11
+ end
data/cueball.gif ADDED
Binary file
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cueball
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ben Hoskings
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-11-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Sockets, queues and unix. LOL MORE DETAILS
14
+ email: ben@hoskings.net
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - .gitignore
20
+ - cueball.gemspec
21
+ - cueball.gif
22
+ homepage: http://github.com/benhoskings/cueball
23
+ licenses:
24
+ - MIT
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:
42
+ rubygems_version: 2.0.3
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Sockets, queues and unix.
46
+ test_files: []