glacier 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. metadata +11 -15
  3. data/lib/glacier.rb +0 -5
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 565802a80808ae34a59b27405056b2ada968f5e9
4
+ data.tar.gz: 0d300895d6866a44434fe6d81304d55704818346
5
+ SHA512:
6
+ metadata.gz: d6ee502d76f66e46fa62c9fee39d348b57414cd6b2970573fb6c60cad50f38785dc83c881dd20fb1734696d623956175a7a172237d8caff3f06723ec9e168f31
7
+ data.tar.gz: 9dd0d9e5d07459ee06a9f06e730a40be310e0599a367b796a7b69724b00525435c6eb028344ca28ea14c26c548ceccd4298d24fdff2f50f2b39a1adc64586c83
metadata CHANGED
@@ -1,46 +1,42 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glacier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Tyler Lemburg
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-12-15 00:00:00.000000000 Z
11
+ date: 2013-06-06 00:00:00.000000000 Z
13
12
  dependencies: []
14
- description: GLACIER Lets Anyone Code Interactive, Explosive Ruby\n\nAn OpenGL interface
15
- for Ruby
13
+ description: GLACIER is an OpenGL interface for Ruby
16
14
  email: trlemburg@gmail.com
17
15
  executables: []
18
16
  extensions: []
19
17
  extra_rdoc_files: []
20
- files:
21
- - lib/glacier.rb
22
- homepage: http://rubygems.org/gems/glacier
18
+ files: []
19
+ homepage:
23
20
  licenses: []
21
+ metadata: {}
24
22
  post_install_message:
25
23
  rdoc_options: []
26
24
  require_paths:
27
25
  - lib
28
26
  required_ruby_version: !ruby/object:Gem::Requirement
29
- none: false
30
27
  requirements:
31
- - - ! '>='
28
+ - - '>='
32
29
  - !ruby/object:Gem::Version
33
30
  version: '0'
34
31
  required_rubygems_version: !ruby/object:Gem::Requirement
35
- none: false
36
32
  requirements:
37
- - - ! '>='
33
+ - - '>='
38
34
  - !ruby/object:Gem::Version
39
35
  version: '0'
40
36
  requirements: []
41
37
  rubyforge_project:
42
- rubygems_version: 1.8.24
38
+ rubygems_version: 2.0.3
43
39
  signing_key:
44
- specification_version: 3
45
- summary: Glacier Lets Anyone Code Interactive, Explosive Ruby
40
+ specification_version: 4
41
+ summary: GLACIER Lets Anyone Code Interactive, Expressive Ruby
46
42
  test_files: []
@@ -1,5 +0,0 @@
1
- class Glacier
2
- def self.hi
3
- puts "Hello World"
4
- end
5
- end