rapngasm 3.1.6 → 3.1.7
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.
- checksums.yaml +4 -4
- data/ext/rapngasm/extconf.rb +1 -0
- data/rapngasm.gemspec +9 -5
- metadata +3 -9
- data/.gitignore +0 -11
- data/.rubocop.yml +0 -14
- data/Gemfile +0 -12
- data/Guardfile +0 -12
- data/README.md +0 -37
- data/Rakefile +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f62bad49972953e85ba8dab7d48939c4804e1e89
|
4
|
+
data.tar.gz: 961521c383324ad26f5b1c909aea2ae29e14c08e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70be502c18f5a01b72050c5a9c6dd17ed5aa3f9121de1478ee3d0fe3e154ffc5c264ab07993f69136bd70ee12c27bca106d5e62b6a5d3f45fb2cf69fb9095bef
|
7
|
+
data.tar.gz: 75e175e67f81d463767c169087838a23a87d3ee3261f359e84732487c7aa715c22d90b937f37e851b6a1fa03ebdcdf49a78397a109a4efb10a1ad6ae26c7af8d
|
data/ext/rapngasm/extconf.rb
CHANGED
data/rapngasm.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'rapngasm'
|
3
|
-
s.version = '3.1.
|
3
|
+
s.version = '3.1.7'
|
4
4
|
s.license = 'libpng/zlib'
|
5
5
|
s.summary = 'apngasm for Ruby'
|
6
6
|
s.description = 'Ruby native extension for the apngasm APNG Assembler.'
|
@@ -8,14 +8,18 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.email = 'zero@genshin.org'
|
9
9
|
s.homepage = 'http://www.github.com/apngasm/rapngasm'
|
10
10
|
|
11
|
-
s.files =
|
12
|
-
Dir.glob('ext/**/*.{h,c,cpp,rb}') +
|
11
|
+
s.files = Dir.glob('ext/**/*.{h,c,cpp,rb}') +
|
13
12
|
Dir.glob('lib/**/*.rb') +
|
14
|
-
Dir.glob('vendor/**/*')
|
13
|
+
Dir.glob('vendor/**/*') +
|
14
|
+
['rapngasm.gemspec']
|
15
15
|
|
16
16
|
s.extensions << 'ext/rapngasm/extconf.rb'
|
17
17
|
s.require_paths = ['lib', 'ext']
|
18
|
-
|
18
|
+
|
19
|
+
# As of 3.1.7 we will expect full native compilation.
|
20
|
+
# This is to avoid version issues. Precompiled native gems
|
21
|
+
# would be nice if we could version lock them to native lib
|
22
|
+
# versions...
|
19
23
|
s.add_development_dependency 'rake-compiler', '~> 0.9', '~> 0.9.5'
|
20
24
|
s.add_development_dependency 'rice', '~> 1.7', '~> 1.7.0'
|
21
25
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rapngasm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rei Kagetsuki
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-11-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake-compiler
|
@@ -58,12 +58,6 @@ extensions:
|
|
58
58
|
- ext/rapngasm/extconf.rb
|
59
59
|
extra_rdoc_files: []
|
60
60
|
files:
|
61
|
-
- ".gitignore"
|
62
|
-
- ".rubocop.yml"
|
63
|
-
- Gemfile
|
64
|
-
- Guardfile
|
65
|
-
- README.md
|
66
|
-
- Rakefile
|
67
61
|
- ext/rapngasm/apngasm_ruby.h
|
68
62
|
- ext/rapngasm/extconf.rb
|
69
63
|
- ext/rapngasm/rapngasm.cpp
|
@@ -89,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
83
|
version: '0'
|
90
84
|
requirements: []
|
91
85
|
rubyforge_project:
|
92
|
-
rubygems_version: 2.4.
|
86
|
+
rubygems_version: 2.4.8
|
93
87
|
signing_key:
|
94
88
|
specification_version: 4
|
95
89
|
summary: apngasm for Ruby
|
data/.gitignore
DELETED
data/.rubocop.yml
DELETED
data/Gemfile
DELETED
data/Guardfile
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
guard :rubocop do
|
2
|
-
watch(%r{.+\.rb$})
|
3
|
-
watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
|
4
|
-
end
|
5
|
-
|
6
|
-
guard :rspec do
|
7
|
-
watch(%r{^spec/.+_spec\.rb$})
|
8
|
-
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
|
9
|
-
watch('spec/spec_helper.rb') { "spec" }
|
10
|
-
|
11
|
-
watch(%r{^spec/support/(.+)\.rb$}) { "spec" }
|
12
|
-
end
|
data/README.md
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
rapngasm [](http://badge.fury.io/rb/rapngasm)
|
2
|
-
========
|
3
|
-
Ruby interface for apngasm
|
4
|
-
|
5
|
-
Requirements
|
6
|
-
------------
|
7
|
-
rapngasm requires libapngasm. Install instructions can be found in the "Installing" section [here](https://github.com/apngasm/apngasm).
|
8
|
-
|
9
|
-
Building
|
10
|
-
--------
|
11
|
-
```
|
12
|
-
rake compile
|
13
|
-
```
|
14
|
-
|
15
|
-
Specs!
|
16
|
-
------
|
17
|
-
```
|
18
|
-
rspec
|
19
|
-
```
|
20
|
-
|
21
|
-
License
|
22
|
-
-------
|
23
|
-
libpng
|
24
|
-
|
25
|
-
Support
|
26
|
-
-------
|
27
|
-
File a github issue
|
28
|
-
|
29
|
-
Expediated Support
|
30
|
-
------------------
|
31
|
-
PayPal to corporate@genshin.org
|
32
|
-
|
33
|
-
Copyright
|
34
|
-
---------
|
35
|
-
Genshin Souzou Kabushiki Kaisha
|
36
|
-
apngasm is copyright Max Stepin & Genshin Souzou K.K.
|
37
|
-
|
data/Rakefile
DELETED