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.
@@ -1,3 +1,3 @@
1
1
  # Monkey-patches RGB and A separation code in Prawn::Images::PNG class.
2
2
 
3
- require File.join(File.dirname(__FILE__), 'images', 'png')
3
+ require File.join(File.dirname(__FILE__), 'images', 'png_patch')
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.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-14 00:00:00 +02:00
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/png.rb
47
+ - lib/prawn/images/png_patch.rb
48
48
  - README.rdoc
49
49
  - LICENSE
50
50
  - COPYING