dm-fasten-the-seat-belt 0.9.9 → 0.9.11

Sign up to get free protection for your applications and to get access to all the features.
data/README.txt CHANGED
@@ -1,2 +1,4 @@
1
1
  dm-fasten-the-seat-belt
2
2
  =========================
3
+
4
+ http://dm-fasten-the-s.rubyforge.org/
@@ -3,7 +3,7 @@ require 'pathname'
3
3
 
4
4
  require 'mini_magick'
5
5
 
6
- gem 'dm-core', '~>0.9.8'
6
+ gem 'dm-core', '~>0.9.11'
7
7
  require 'dm-core'
8
8
 
9
9
  require File.join(File.dirname(__FILE__), 'dm-fasten-the-seat-belt', 'fasten-the-seat-belt','compression')
@@ -1,5 +1,5 @@
1
1
  module DataMapper
2
2
  module FastenTheSeatBelt
3
- VERSION = '0.9.9'
3
+ VERSION = '0.9.11'
4
4
  end
5
5
  end
@@ -174,7 +174,7 @@ describe DataMapper::FastenTheSeatBelt, "inside Merb" do
174
174
 
175
175
  it "should raise an error if we try to get a web path and if the pictures aren't in the public directory" do
176
176
  class Image
177
- fasten_the_seat_belt :thumbnails => {:small => {:size => "320x240", :quality => 99}}, :file_system_path => '/'
177
+ fasten_the_seat_belt :thumbnails => {:small => {:size => "320x240", :quality => 99}}, :file_system_path => (File.dirname(__FILE__) + '/storage/images2')
178
178
  end
179
179
 
180
180
  lambda { @sunshine_image.path }.should raise_error("Can't return web directory name, the images aren't stored under the Merb application public directory")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dm-fasten-the-seat-belt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9
4
+ version: 0.9.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxime Guilbot
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-08 00:00:00 +01:00
12
+ date: 2009-05-16 00:00:00 +08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.9.9
23
+ version: 0.9.11
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: mini_magick
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
- version: 1.8.2
43
+ version: 1.8.3
44
44
  version:
45
45
  description: A new merb plugin for adding image and file upload storage capabilities
46
46
  email: