Skip to content

Commit

Permalink
chunky_png -> oily_png
Browse files Browse the repository at this point in the history
WOW
                                   VERY PRODUCTIVE
      SUCH SPEED

        MANY ORDERS OF MAGNITUDE
  • Loading branch information
clayallsopp committed Feb 7, 2014
1 parent b5899c2 commit 6fb53ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/motion-screenspecs.rb
Expand Up @@ -6,7 +6,7 @@
require 'motion-env'

require 'webrick'
require 'chunky_png'
require 'oily_png'
require 'fileutils'
require 'shellwords'

Expand Down
2 changes: 1 addition & 1 deletion motion-screenspecs.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'motion-screenshots', '~> 0.0.5'
spec.add_dependency 'chunky_png', '~> 1.2.0'
spec.add_dependency 'oily_png', '~> 1.1.0'
spec.add_dependency 'motion-env', '~> 0.0.1'
spec.add_development_dependency "rake"
end

0 comments on commit 6fb53ae

Please sign in to comment.