rapngasm 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 +2 -0
  3. data/README.md +4 -0
  4. data/rapngasm.gemspec +11 -0
  5. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: fff4bb0b365e3b03efb422e6a84e99a073693794
4
+ data.tar.gz: befb77a0c0fc3818327f408f6abf3cc67b6518af
5
+ SHA512:
6
+ metadata.gz: e4149054fab680edcacee31e7ec6bcfa745e88b5501e528d17f9c88f8c347bd4c28e71b554a537df603cf448526dd4dafd0d6f0414b8af0e302634098b6aa704
7
+ data.tar.gz: 98fe3efe993cf919fe7226d0ea5e23cb787bb6e21a85bc4c46263a74121e751599b9d1a5bc8c61cc52770a7a4ba368f60c65b856ab341370563e15729a95be60
data/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ *.swp
2
+ *.swo
data/README.md ADDED
@@ -0,0 +1,4 @@
1
+ rapngasm
2
+ ========
3
+
4
+ Ruby interface for apngasm
data/rapngasm.gemspec ADDED
@@ -0,0 +1,11 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = 'rapngasm'
3
+ s.version = '0.0.1'
4
+ s.license = "GPLv3"
5
+ s.summary = "apngasm for Ruby"
6
+ s.description = "[Will be:] Ruby front end and module library for apngasm."
7
+ s.authors = ["Rei Kagetsuki"]
8
+ s.email = 'info@genshin.org'
9
+ s.files = `git ls-files`.split("\n")
10
+ s.homepage = 'http://genshin.org'
11
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rapngasm
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Rei Kagetsuki
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-08-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: '[Will be:] Ruby front end and module library for apngasm.'
14
+ email: info@genshin.org
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - .gitignore
20
+ - README.md
21
+ - rapngasm.gemspec
22
+ homepage: http://genshin.org
23
+ licenses:
24
+ - GPLv3
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: apngasm for Ruby
46
+ test_files: []