simplificator-rwebthumb 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README CHANGED
@@ -10,6 +10,7 @@ for the easythumb API
10
10
  = Installation
11
11
  sudo gem update --system (in case you are not yet on version 1.2.0 or higher)
12
12
  sudo gem sources -a http://gems.github.com (only once)
13
+ sudo gem install tzinfo
13
14
  sudo gem install simplificator-rwebthumb
14
15
 
15
16
 
data/test/base_test.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'helper'
1
+ require File.join(File.dirname(__FILE__), 'helper')
2
2
  class BaseTest < Test::Unit::TestCase
3
3
  def test_api_key_required
4
4
  assert_raises(WebthumbException) { Base.new('') }
data/test/job_test.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'helper'
1
+ require File.join(File.dirname(__FILE__), 'helper')
2
2
  class JobTest < Test::Unit::TestCase
3
3
  def setup()
4
4
  xml = <<-EOF
@@ -1,4 +1,4 @@
1
- require 'helper'
1
+ require File.join(File.dirname(__FILE__), 'helper')
2
2
  class WebthumbTest < Test::Unit::TestCase
3
3
 
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplificator-rwebthumb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simplificator GmbH
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-08-22 00:00:00 -07:00
12
+ date: 2008-09-03 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15