image_optim_pack 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +15 -0
  2. data/.gitignore +7 -0
  3. data/.rubocop.yml +51 -0
  4. data/.travis.yml +22 -0
  5. data/Gemfile +3 -0
  6. data/LICENSE.txt +27 -0
  7. data/Makefile +312 -0
  8. data/README.markdown +77 -0
  9. data/Vagrantfile +13 -0
  10. data/acknowledgements/7z.txt +56 -0
  11. data/acknowledgements/advancecomp.txt +674 -0
  12. data/acknowledgements/bmp2png.txt +8 -0
  13. data/acknowledgements/cexcept.txt +8 -0
  14. data/acknowledgements/gifread.txt +14 -0
  15. data/acknowledgements/gifsicle.txt +343 -0
  16. data/acknowledgements/jhead.txt +12 -0
  17. data/acknowledgements/jpegoptim.txt +339 -0
  18. data/acknowledgements/libjpeg.txt +64 -0
  19. data/acknowledgements/libpng.txt +90 -0
  20. data/acknowledgements/optipng-authors.txt +26 -0
  21. data/acknowledgements/optipng.txt +21 -0
  22. data/acknowledgements/pngcrush.txt +35 -0
  23. data/acknowledgements/pngquant.txt +56 -0
  24. data/acknowledgements/zlib.txt +34 -0
  25. data/acknowledgements/zopfli-contributors.txt +6 -0
  26. data/acknowledgements/zopfli.txt +201 -0
  27. data/image_optim_pack.gemspec +26 -0
  28. data/lib/image_optim/pack.rb +110 -0
  29. data/lib/image_optim_pack.rb +1 -0
  30. data/script/livecheck +72 -0
  31. data/script/run +26 -0
  32. data/script/update_versions +17 -0
  33. data/script/vm_init +30 -0
  34. data/spec/image_optim/pack_spec.rb +114 -0
  35. data/spec/image_optim_spec.rb +109 -0
  36. data/spec/spec_helper.rb +0 -0
  37. data/vendor/darwin/i386/advpng +0 -0
  38. data/vendor/darwin/i386/gifsicle +0 -0
  39. data/vendor/darwin/i386/jhead +0 -0
  40. data/vendor/darwin/i386/jpegoptim +0 -0
  41. data/vendor/darwin/i386/jpegtran +0 -0
  42. data/vendor/darwin/i386/libjpeg.dylib +0 -0
  43. data/vendor/darwin/i386/libpng.dylib +0 -0
  44. data/vendor/darwin/i386/libz.dylib +0 -0
  45. data/vendor/darwin/i386/optipng +0 -0
  46. data/vendor/darwin/i386/pngcrush +0 -0
  47. data/vendor/darwin/i386/pngquant +0 -0
  48. data/vendor/darwin/x86_64/advpng +0 -0
  49. data/vendor/darwin/x86_64/gifsicle +0 -0
  50. data/vendor/darwin/x86_64/jhead +0 -0
  51. data/vendor/darwin/x86_64/jpegoptim +0 -0
  52. data/vendor/darwin/x86_64/jpegtran +0 -0
  53. data/vendor/darwin/x86_64/libjpeg.dylib +0 -0
  54. data/vendor/darwin/x86_64/libpng.dylib +0 -0
  55. data/vendor/darwin/x86_64/libz.dylib +0 -0
  56. data/vendor/darwin/x86_64/optipng +0 -0
  57. data/vendor/darwin/x86_64/pngcrush +0 -0
  58. data/vendor/darwin/x86_64/pngquant +0 -0
  59. data/vendor/linux/i686/advpng +0 -0
  60. data/vendor/linux/i686/gifsicle +0 -0
  61. data/vendor/linux/i686/jhead +0 -0
  62. data/vendor/linux/i686/jpegoptim +0 -0
  63. data/vendor/linux/i686/jpegtran +0 -0
  64. data/vendor/linux/i686/libjpeg.so +0 -0
  65. data/vendor/linux/i686/libpng.so +0 -0
  66. data/vendor/linux/i686/libz.so +0 -0
  67. data/vendor/linux/i686/optipng +0 -0
  68. data/vendor/linux/i686/pngcrush +0 -0
  69. data/vendor/linux/i686/pngquant +0 -0
  70. data/vendor/linux/x86_64/advpng +0 -0
  71. data/vendor/linux/x86_64/gifsicle +0 -0
  72. data/vendor/linux/x86_64/jhead +0 -0
  73. data/vendor/linux/x86_64/jpegoptim +0 -0
  74. data/vendor/linux/x86_64/jpegtran +0 -0
  75. data/vendor/linux/x86_64/libjpeg.so +0 -0
  76. data/vendor/linux/x86_64/libpng.so +0 -0
  77. data/vendor/linux/x86_64/libz.so +0 -0
  78. data/vendor/linux/x86_64/optipng +0 -0
  79. data/vendor/linux/x86_64/pngcrush +0 -0
  80. data/vendor/linux/x86_64/pngquant +0 -0
  81. metadata +196 -0
File without changes
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,196 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: image_optim_pack
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Ivan Kuchin
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-10-31 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: image_optim
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '0.18'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '0.18'
27
+ - !ruby/object:Gem::Dependency
28
+ name: fspath
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '2.1'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '2.1'
41
+ - !ruby/object:Gem::Dependency
42
+ name: versionomy
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ~>
46
+ - !ruby/object:Gem::Version
47
+ version: 0.4.4
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ~>
53
+ - !ruby/object:Gem::Version
54
+ version: 0.4.4
55
+ - !ruby/object:Gem::Dependency
56
+ name: rspec
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ~>
60
+ - !ruby/object:Gem::Version
61
+ version: '3.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ~>
67
+ - !ruby/object:Gem::Version
68
+ version: '3.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rubocop
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ~>
74
+ - !ruby/object:Gem::Version
75
+ version: 0.26.0
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ~>
81
+ - !ruby/object:Gem::Version
82
+ version: 0.26.0
83
+ description:
84
+ email:
85
+ executables: []
86
+ extensions: []
87
+ extra_rdoc_files: []
88
+ files:
89
+ - .gitignore
90
+ - .rubocop.yml
91
+ - .travis.yml
92
+ - Gemfile
93
+ - LICENSE.txt
94
+ - Makefile
95
+ - README.markdown
96
+ - Vagrantfile
97
+ - acknowledgements/7z.txt
98
+ - acknowledgements/advancecomp.txt
99
+ - acknowledgements/bmp2png.txt
100
+ - acknowledgements/cexcept.txt
101
+ - acknowledgements/gifread.txt
102
+ - acknowledgements/gifsicle.txt
103
+ - acknowledgements/jhead.txt
104
+ - acknowledgements/jpegoptim.txt
105
+ - acknowledgements/libjpeg.txt
106
+ - acknowledgements/libpng.txt
107
+ - acknowledgements/optipng-authors.txt
108
+ - acknowledgements/optipng.txt
109
+ - acknowledgements/pngcrush.txt
110
+ - acknowledgements/pngquant.txt
111
+ - acknowledgements/zlib.txt
112
+ - acknowledgements/zopfli-contributors.txt
113
+ - acknowledgements/zopfli.txt
114
+ - image_optim_pack.gemspec
115
+ - lib/image_optim/pack.rb
116
+ - lib/image_optim_pack.rb
117
+ - script/livecheck
118
+ - script/run
119
+ - script/update_versions
120
+ - script/vm_init
121
+ - spec/image_optim/pack_spec.rb
122
+ - spec/image_optim_spec.rb
123
+ - spec/spec_helper.rb
124
+ - vendor/darwin/i386/advpng
125
+ - vendor/darwin/i386/gifsicle
126
+ - vendor/darwin/i386/jhead
127
+ - vendor/darwin/i386/jpegoptim
128
+ - vendor/darwin/i386/jpegtran
129
+ - vendor/darwin/i386/libjpeg.dylib
130
+ - vendor/darwin/i386/libpng.dylib
131
+ - vendor/darwin/i386/libz.dylib
132
+ - vendor/darwin/i386/optipng
133
+ - vendor/darwin/i386/pngcrush
134
+ - vendor/darwin/i386/pngquant
135
+ - vendor/darwin/x86_64/advpng
136
+ - vendor/darwin/x86_64/gifsicle
137
+ - vendor/darwin/x86_64/jhead
138
+ - vendor/darwin/x86_64/jpegoptim
139
+ - vendor/darwin/x86_64/jpegtran
140
+ - vendor/darwin/x86_64/libjpeg.dylib
141
+ - vendor/darwin/x86_64/libpng.dylib
142
+ - vendor/darwin/x86_64/libz.dylib
143
+ - vendor/darwin/x86_64/optipng
144
+ - vendor/darwin/x86_64/pngcrush
145
+ - vendor/darwin/x86_64/pngquant
146
+ - vendor/linux/i686/advpng
147
+ - vendor/linux/i686/gifsicle
148
+ - vendor/linux/i686/jhead
149
+ - vendor/linux/i686/jpegoptim
150
+ - vendor/linux/i686/jpegtran
151
+ - vendor/linux/i686/libjpeg.so
152
+ - vendor/linux/i686/libpng.so
153
+ - vendor/linux/i686/libz.so
154
+ - vendor/linux/i686/optipng
155
+ - vendor/linux/i686/pngcrush
156
+ - vendor/linux/i686/pngquant
157
+ - vendor/linux/x86_64/advpng
158
+ - vendor/linux/x86_64/gifsicle
159
+ - vendor/linux/x86_64/jhead
160
+ - vendor/linux/x86_64/jpegoptim
161
+ - vendor/linux/x86_64/jpegtran
162
+ - vendor/linux/x86_64/libjpeg.so
163
+ - vendor/linux/x86_64/libpng.so
164
+ - vendor/linux/x86_64/libz.so
165
+ - vendor/linux/x86_64/optipng
166
+ - vendor/linux/x86_64/pngcrush
167
+ - vendor/linux/x86_64/pngquant
168
+ homepage: http://github.com/toy/image_optim_pack
169
+ licenses:
170
+ - MIT
171
+ metadata: {}
172
+ post_install_message:
173
+ rdoc_options: []
174
+ require_paths:
175
+ - lib
176
+ required_ruby_version: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - ! '>='
179
+ - !ruby/object:Gem::Version
180
+ version: '0'
181
+ required_rubygems_version: !ruby/object:Gem::Requirement
182
+ requirements:
183
+ - - ! '>='
184
+ - !ruby/object:Gem::Version
185
+ version: '0'
186
+ requirements: []
187
+ rubyforge_project: image_optim_pack
188
+ rubygems_version: 2.4.1
189
+ signing_key:
190
+ specification_version: 4
191
+ summary: ! 'Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpegoptim,
192
+ jpegtran, optipng, pngcrush, pngquant'
193
+ test_files:
194
+ - spec/image_optim/pack_spec.rb
195
+ - spec/image_optim_spec.rb
196
+ - spec/spec_helper.rb