Skip to content

Commit

Permalink
Released oily_png gem version 0.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Oct 8, 2010
1 parent c5cfbcf commit e6842de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/oily_png.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module OilyPNG

VERSION = "0.0.7"
VERSION = "0.0.8"

def self.included(base)
base::Canvas.send(:extend, OilyPNG::PNGDecoding)
Expand Down
6 changes: 3 additions & 3 deletions oily_png.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|

# Do not change the version and date fields by hand. This will be done
# automatically by the gem release script.
s.version = "0.0.7"
s.date = "2010-10-07"
s.version = "0.0.8"
s.date = "2010-10-08"

s.summary = "Native mixin to speed up ChunkyPNG"
s.description = <<-EOT
Expand All @@ -29,6 +29,6 @@ Gem::Specification.new do |s|

# Do not change the files and test_files fields by hand. This will be done
# automatically by the gem release script.
s.files = %w(.gitignore Gemfile Gemfile.lock LICENSE README.rdoc Rakefile ext/oily_png/extconf.rb ext/oily_png/oily_png_ext.c ext/oily_png/oily_png_ext.h ext/oily_png/png_decoding.c ext/oily_png/png_decoding.h ext/oily_png/png_encoding.c ext/oily_png/png_encoding.h lib/oily_png.rb oily_png.gemspec spec/decoding_spec.rb spec/encoding_spec.rb spec/resources/gray.png spec/resources/interlaced.png spec/resources/operations.png spec/spec_helper.rb tasks/github-gem.rake)
s.files = %w(.gitignore Gemfile Gemfile.lock LICENSE README.rdoc Rakefile ext/oily_png/extconf.rb ext/oily_png/oily_png_ext.c ext/oily_png/oily_png_ext.h ext/oily_png/png_decoding.c ext/oily_png/png_decoding.h ext/oily_png/png_encoding.c ext/oily_png/png_encoding.h lib/oily_png.rb oily_png.gemspec spec/decoding_spec.rb spec/encoding_spec.rb spec/resources/gray.png spec/resources/interlaced.png spec/resources/nonsquare.png spec/resources/square.png spec/spec_helper.rb tasks/github-gem.rake tasks/testing.rake)
s.test_files = %w(spec/decoding_spec.rb spec/encoding_spec.rb)
end

0 comments on commit e6842de

Please sign in to comment.