tvdeyen-fleximage 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.8
1
+ 1.0.9
@@ -1,9 +1,12 @@
1
1
  module Fleximage
2
- class Rails3View < ActionView::Template::Handler
3
- include ActionView::Template::Handlers::Compilable
4
-
2
+ class Rails3View
3
+
5
4
  class TemplateDidNotReturnImage < RuntimeError #:nodoc:
6
5
  end
6
+
7
+ def self.call(template)
8
+ self.new.compile(template)
9
+ end
7
10
 
8
11
  def compile(template)
9
12
  <<-CODE
@@ -4,16 +4,14 @@
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{tvdeyen-fleximage}
8
- s.version = "1.0.8"
7
+ s.name = "tvdeyen-fleximage"
8
+ s.version = "1.0.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Ahmed Adam", "Alex Wayne", "Andrew White", "Duccio", "Fernando Kosh", "Heiner Wohner", "JJ Buckley", "Jason Lee", "Joshua Abbott", "Koji Ando", "Kouhei Sutou", "Lasse Jansen", "Lo\303\257c Guitaut", "Martin Vielsmaier", "Squeegy", "Thomas von Deyen", "Vannoy", "Wolfgang Klinger", "Wolfgang K\303\266lbl", "josei", "ralph"]
12
- s.date = %q{2011-09-09}
13
- s.description = %q{Fleximage is a Rails plugin that tries to make image uploading and rendering
14
- super easy.
15
- }
16
- s.email = %q{tvdeyen@gmail.com}
11
+ s.authors = ["Ahmed Adam", "Alex Wayne", "Andrew White", "Carsten Fregin", "Duccio", "Fernando Kosh", "Heiner Wohner", "JJ Buckley", "Jason Lee", "Joshua Abbott", "Koji Ando", "Kouhei Sutou", "Lasse Jansen", "Lo\u{ef}c Guitaut", "Martin Vielsmaier", "Squeegy", "Thomas von Deyen", "Vannoy", "Wolfgang Klinger", "Wolfgang K\u{f6}lbl", "josei", "masche842", "ralph"]
12
+ s.date = "2011-11-07"
13
+ s.description = "Fleximage is a Rails plugin that tries to make image uploading and rendering\nsuper easy.\n"
14
+ s.email = "tvdeyen@gmail.com"
17
15
  s.extra_rdoc_files = [
18
16
  "README.rdoc"
19
17
  ]
@@ -154,10 +152,10 @@ super easy.
154
152
  "test/unit/use_creation_date_based_directories_option_test.rb",
155
153
  "tvdeyen-fleximage.gemspec"
156
154
  ]
157
- s.homepage = %q{http://github.com/tvdeyen/fleximage}
155
+ s.homepage = "http://github.com/tvdeyen/fleximage"
158
156
  s.require_paths = ["lib"]
159
- s.rubygems_version = %q{1.7.2}
160
- s.summary = %q{Rails plugin for uploading images as resources, with support for resizing, text stamping, and other special effects.}
157
+ s.rubygems_version = "1.8.11"
158
+ s.summary = "Rails plugin for uploading images as resources, with support for resizing, text stamping, and other special effects."
161
159
 
162
160
  if s.respond_to? :specification_version then
163
161
  s.specification_version = 3
metadata CHANGED
@@ -1,18 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvdeyen-fleximage
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
5
4
  prerelease:
6
- segments:
7
- - 1
8
- - 0
9
- - 8
10
- version: 1.0.8
5
+ version: 1.0.9
11
6
  platform: ruby
12
7
  authors:
13
8
  - Ahmed Adam
14
9
  - Alex Wayne
15
10
  - Andrew White
11
+ - Carsten Fregin
16
12
  - Duccio
17
13
  - Fernando Kosh
18
14
  - Heiner Wohner
@@ -30,12 +26,13 @@ authors:
30
26
  - Wolfgang Klinger
31
27
  - "Wolfgang K\xC3\xB6lbl"
32
28
  - josei
29
+ - masche842
33
30
  - ralph
34
31
  autorequire:
35
32
  bindir: bin
36
33
  cert_chain: []
37
34
 
38
- date: 2011-09-09 00:00:00 Z
35
+ date: 2011-11-07 00:00:00 Z
39
36
  dependencies:
40
37
  - !ruby/object:Gem::Dependency
41
38
  name: rmagick
@@ -45,9 +42,6 @@ dependencies:
45
42
  requirements:
46
43
  - - ">="
47
44
  - !ruby/object:Gem::Version
48
- hash: 3
49
- segments:
50
- - 0
51
45
  version: "0"
52
46
  type: :runtime
53
47
  version_requirements: *id001
@@ -59,9 +53,6 @@ dependencies:
59
53
  requirements:
60
54
  - - ">="
61
55
  - !ruby/object:Gem::Version
62
- hash: 3
63
- segments:
64
- - 0
65
56
  version: "0"
66
57
  type: :runtime
67
58
  version_requirements: *id002
@@ -73,11 +64,6 @@ dependencies:
73
64
  requirements:
74
65
  - - ">="
75
66
  - !ruby/object:Gem::Version
76
- hash: 7
77
- segments:
78
- - 3
79
- - 0
80
- - 0
81
67
  version: 3.0.0
82
68
  type: :development
83
69
  version_requirements: *id003
@@ -241,23 +227,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
241
227
  requirements:
242
228
  - - ">="
243
229
  - !ruby/object:Gem::Version
244
- hash: 3
245
- segments:
246
- - 0
247
230
  version: "0"
248
231
  required_rubygems_version: !ruby/object:Gem::Requirement
249
232
  none: false
250
233
  requirements:
251
234
  - - ">="
252
235
  - !ruby/object:Gem::Version
253
- hash: 3
254
- segments:
255
- - 0
256
236
  version: "0"
257
237
  requirements: []
258
238
 
259
239
  rubyforge_project:
260
- rubygems_version: 1.7.2
240
+ rubygems_version: 1.8.11
261
241
  signing_key:
262
242
  specification_version: 3
263
243
  summary: Rails plugin for uploading images as resources, with support for resizing, text stamping, and other special effects.