lilimg 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'lilimg'
5
- s.version = '0.2.0'
5
+ s.version = '0.2.1'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ['Tomas Pollak']
8
8
  s.email = ['tomas@forkhq.com']
@@ -15,4 +15,4 @@ Gem::Specification.new do |s|
15
15
  # s.require_path = 'lib'
16
16
  # s.bindir = 'bin'
17
17
  # s.add_runtime_dependency 'rack-throttle', '~> 0.3'
18
- end
18
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lilimg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Pollak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-15 00:00:00.000000000 Z
11
+ date: 2019-02-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -27,6 +27,8 @@ files:
27
27
  - ext/lilimg/extconf.rb
28
28
  - ext/lilimg/jo_gif.h
29
29
  - ext/lilimg/lilimg.c
30
+ - ext/lilimg/lodepng.c
31
+ - ext/lilimg/lodepng.h
30
32
  - ext/lilimg/nanojpeg.h
31
33
  - lib/lilimg.rb
32
34
  - lilimg.gemspec
@@ -51,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
53
  version: 1.3.6
52
54
  requirements: []
53
55
  rubyforge_project:
54
- rubygems_version: 2.6.13
56
+ rubygems_version: 2.7.3
55
57
  signing_key:
56
58
  specification_version: 4
57
59
  summary: Native image processing in Ruby without deps.