prawn-fast-png 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/prawn/fast_png.rb +1 -1
- data/lib/prawn/images/{png.rb → png_patch.rb} +0 -0
- metadata +3 -3
data/lib/prawn/fast_png.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: prawn-fast-png
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wojciech Piekutowski
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-04-
|
12
|
+
date: 2009-04-18 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -44,7 +44,7 @@ extra_rdoc_files:
|
|
44
44
|
- COPYING
|
45
45
|
files:
|
46
46
|
- lib/prawn/fast_png.rb
|
47
|
-
- lib/prawn/images/
|
47
|
+
- lib/prawn/images/png_patch.rb
|
48
48
|
- README.rdoc
|
49
49
|
- LICENSE
|
50
50
|
- COPYING
|