dynamic_image 0.9.4 → 0.9.5
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/VERSION +1 -1
- data/config/routes.rb +1 -1
- data/dynamic_image.gemspec +4 -4
- metadata +15 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.5
|
data/config/routes.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Rails 3 routes
|
|
2
|
-
Rails.application.routes.draw do
|
|
2
|
+
Rails.application.routes.draw do
|
|
3
3
|
match "dynamic_images/:id/:original(/:size(/:filterset))/*filename" => "images#render_dynamic_image", :size => /\d*x\d*/, :original => /original/
|
|
4
4
|
match "dynamic_images/:id(/:size(/:filterset))/*filename" => "images#render_dynamic_image", :size => /\d*x\d*/
|
|
5
5
|
# Legacy
|
data/dynamic_image.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{dynamic_image}
|
|
8
|
-
s.version = "0.9.
|
|
8
|
+
s.version = "0.9.5"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Inge J\303\270rgensen"]
|
|
12
|
-
s.date = %q{
|
|
12
|
+
s.date = %q{2011-06-24}
|
|
13
13
|
s.email = %q{inge@elektronaut.no}
|
|
14
14
|
s.extra_rdoc_files = [
|
|
15
15
|
"LICENSE",
|
|
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
|
|
|
42
42
|
s.homepage = %q{http://github.com/elektronaut/dynamic_image}
|
|
43
43
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
44
44
|
s.require_paths = ["lib"]
|
|
45
|
-
s.rubygems_version = %q{1.3.
|
|
45
|
+
s.rubygems_version = %q{1.3.7}
|
|
46
46
|
s.summary = %q{DynamicImage is a rails plugin providing transparent uploading and processing of image files.}
|
|
47
47
|
s.test_files = [
|
|
48
48
|
"test/dynamic_image_test.rb",
|
|
@@ -53,7 +53,7 @@ Gem::Specification.new do |s|
|
|
|
53
53
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
54
54
|
s.specification_version = 3
|
|
55
55
|
|
|
56
|
-
if Gem::Version.new(Gem::
|
|
56
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
57
57
|
s.add_runtime_dependency(%q<rmagick>, ["~> 2.12.2"])
|
|
58
58
|
s.add_runtime_dependency(%q<vector2d>, ["~> 1.0.0"])
|
|
59
59
|
else
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dynamic_image
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 49
|
|
4
5
|
prerelease: false
|
|
5
6
|
segments:
|
|
6
7
|
- 0
|
|
7
8
|
- 9
|
|
8
|
-
-
|
|
9
|
-
version: 0.9.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.9.5
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- "Inge J\xC3\xB8rgensen"
|
|
@@ -14,16 +15,18 @@ autorequire:
|
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
17
|
|
|
17
|
-
date:
|
|
18
|
+
date: 2011-06-24 00:00:00 +02:00
|
|
18
19
|
default_executable:
|
|
19
20
|
dependencies:
|
|
20
21
|
- !ruby/object:Gem::Dependency
|
|
21
22
|
name: rmagick
|
|
22
23
|
prerelease: false
|
|
23
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
24
26
|
requirements:
|
|
25
27
|
- - ~>
|
|
26
28
|
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 59
|
|
27
30
|
segments:
|
|
28
31
|
- 2
|
|
29
32
|
- 12
|
|
@@ -35,9 +38,11 @@ dependencies:
|
|
|
35
38
|
name: vector2d
|
|
36
39
|
prerelease: false
|
|
37
40
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
38
42
|
requirements:
|
|
39
43
|
- - ~>
|
|
40
44
|
- !ruby/object:Gem::Version
|
|
45
|
+
hash: 23
|
|
41
46
|
segments:
|
|
42
47
|
- 1
|
|
43
48
|
- 0
|
|
@@ -77,6 +82,8 @@ files:
|
|
|
77
82
|
- lib/generators/dynamic_image/dynamic_image_generator.rb
|
|
78
83
|
- lib/generators/dynamic_image/templates/migrations/create_images.rb
|
|
79
84
|
- uninstall.rb
|
|
85
|
+
- test/dynamic_image_test.rb
|
|
86
|
+
- test/test_helper.rb
|
|
80
87
|
has_rdoc: true
|
|
81
88
|
homepage: http://github.com/elektronaut/dynamic_image
|
|
82
89
|
licenses: []
|
|
@@ -87,23 +94,27 @@ rdoc_options:
|
|
|
87
94
|
require_paths:
|
|
88
95
|
- lib
|
|
89
96
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
97
|
+
none: false
|
|
90
98
|
requirements:
|
|
91
99
|
- - ">="
|
|
92
100
|
- !ruby/object:Gem::Version
|
|
101
|
+
hash: 3
|
|
93
102
|
segments:
|
|
94
103
|
- 0
|
|
95
104
|
version: "0"
|
|
96
105
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
|
+
none: false
|
|
97
107
|
requirements:
|
|
98
108
|
- - ">="
|
|
99
109
|
- !ruby/object:Gem::Version
|
|
110
|
+
hash: 3
|
|
100
111
|
segments:
|
|
101
112
|
- 0
|
|
102
113
|
version: "0"
|
|
103
114
|
requirements: []
|
|
104
115
|
|
|
105
116
|
rubyforge_project:
|
|
106
|
-
rubygems_version: 1.3.
|
|
117
|
+
rubygems_version: 1.3.7
|
|
107
118
|
signing_key:
|
|
108
119
|
specification_version: 3
|
|
109
120
|
summary: DynamicImage is a rails plugin providing transparent uploading and processing of image files.
|