ruby2d 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/ruby2d.rb +5 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 08baf6549c1222c6f6abaaea8b243b6b0730c1c6
|
4
|
+
data.tar.gz: 67937402604698cc1ccc510816b73aac3f148e81
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 70c35ab9dc0771d662eccc54ce2d29298a75e512e610420ba5fe4118a25997894d407bdb29b5848c753982b1a98dd958fb2005d3053d27cf490e0ab83153b790
|
7
|
+
data.tar.gz: 579701806b2a0e4236d0798613626adec74b202d23cad4e434792e1b79149304731156c138f33c287820b1db40721fb4a883fa45ea9efc14f9aeeee793fbf1ef
|
data/lib/ruby2d.rb
ADDED
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: ruby2d
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Tom Black
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-04-27 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A gem for 2D graphics in Ruby.
|
14
|
+
email: "@blacktm"
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/ruby2d.rb
|
20
|
+
homepage: https://github.com/blacktm/ruby2d
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubyforge_project:
|
40
|
+
rubygems_version: 2.4.6
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: Ruby 2D
|
44
|
+
test_files: []
|