local-fastimage_resize 3.0.0 → 3.0.1
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.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/CHANGELOG.md +4 -0
- data/lib/fastimage/resize/version.rb +1 -1
- data/local-fastimage_resize.gemspec +6 -6
- metadata +13 -10
- data/Gemfile.lock +0 -28
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35d30f9c5c3d94e005b8fc135fc1dd05b7f6673d
|
|
4
|
+
data.tar.gz: e49f5802cd1dc2f9122a594659a1b018acb3ff3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5e113bafa6aa697a41c0e27e8b0f3e19005643093dae7c31b59cfd5f4ce5e1597d3ef0d45680691f1a1abf25e8afa4b88a588156eafee578ae3b4c429101248
|
|
7
|
+
data.tar.gz: bb2dfa53b43dd1203a56d44fe6bec054110b44007e9cfaba432c58d0ad2ff8bc4ac52d5426b1d38b6151123c8227a1c1f9c655961deb6666cce7bc7607577d8d
|
data/.gitignore
ADDED
data/CHANGELOG.md
CHANGED
|
@@ -6,12 +6,12 @@ require "fastimage/resize/version"
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "local-fastimage_resize"
|
|
8
8
|
s.version = FastImage::Resize::VERSION
|
|
9
|
-
s.authors = ["Stephen Sykes"]
|
|
10
|
-
s.email = ["sdsykes@gmail.com"]
|
|
9
|
+
s.authors = ["Stephen Sykes", "Gregor Schmidt (Planio)"]
|
|
10
|
+
s.email = ["sdsykes@gmail.com", "gregor@plan.io", "support@plan.io"]
|
|
11
11
|
|
|
12
|
-
s.summary = "FastImage Resize - Image resizing fast and simple"
|
|
13
|
-
s.description = "FastImage Resize is an extremely light solution for resizing images in ruby by using libgd."
|
|
14
|
-
s.homepage = "http://github.com/
|
|
12
|
+
s.summary = "Local FastImage Resize - Image resizing fast and simple"
|
|
13
|
+
s.description = "Local FastImage Resize is an extremely light solution for resizing images in ruby by using libgd."
|
|
14
|
+
s.homepage = "http://github.com/planio-gmbh/local-fastimage_resize"
|
|
15
15
|
|
|
16
16
|
s.requirements = ["libgd, see www.libgd.org"]
|
|
17
17
|
|
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
|
21
21
|
s.require_paths = ["lib"]
|
|
22
22
|
|
|
23
23
|
s.add_dependency "RubyInline", ">= 3.8.2"
|
|
24
|
-
s.add_dependency "local-fastimage", "
|
|
24
|
+
s.add_dependency "local-fastimage", "~> 3.0"
|
|
25
25
|
|
|
26
26
|
s.add_development_dependency "bundler", "~> 1.12"
|
|
27
27
|
s.add_development_dependency "rake", "~> 10.0"
|
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: local-fastimage_resize
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Sykes
|
|
8
|
+
- Gregor Schmidt (Planio)
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
@@ -28,16 +29,16 @@ dependencies:
|
|
|
28
29
|
name: local-fastimage
|
|
29
30
|
requirement: !ruby/object:Gem::Requirement
|
|
30
31
|
requirements:
|
|
31
|
-
- - "
|
|
32
|
+
- - "~>"
|
|
32
33
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 3.0
|
|
34
|
+
version: '3.0'
|
|
34
35
|
type: :runtime
|
|
35
36
|
prerelease: false
|
|
36
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
38
|
requirements:
|
|
38
|
-
- - "
|
|
39
|
+
- - "~>"
|
|
39
40
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 3.0
|
|
41
|
+
version: '3.0'
|
|
41
42
|
- !ruby/object:Gem::Dependency
|
|
42
43
|
name: bundler
|
|
43
44
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -80,17 +81,19 @@ dependencies:
|
|
|
80
81
|
- - "~>"
|
|
81
82
|
- !ruby/object:Gem::Version
|
|
82
83
|
version: '5.0'
|
|
83
|
-
description: FastImage Resize is an extremely light solution for resizing images
|
|
84
|
-
ruby by using libgd.
|
|
84
|
+
description: Local FastImage Resize is an extremely light solution for resizing images
|
|
85
|
+
in ruby by using libgd.
|
|
85
86
|
email:
|
|
86
87
|
- sdsykes@gmail.com
|
|
88
|
+
- gregor@plan.io
|
|
89
|
+
- support@plan.io
|
|
87
90
|
executables: []
|
|
88
91
|
extensions: []
|
|
89
92
|
extra_rdoc_files: []
|
|
90
93
|
files:
|
|
94
|
+
- ".gitignore"
|
|
91
95
|
- CHANGELOG.md
|
|
92
96
|
- Gemfile
|
|
93
|
-
- Gemfile.lock
|
|
94
97
|
- MIT_LICENCE
|
|
95
98
|
- README
|
|
96
99
|
- README.md
|
|
@@ -100,7 +103,7 @@ files:
|
|
|
100
103
|
- lib/fastimage/resize.rb
|
|
101
104
|
- lib/fastimage/resize/version.rb
|
|
102
105
|
- local-fastimage_resize.gemspec
|
|
103
|
-
homepage: http://github.com/
|
|
106
|
+
homepage: http://github.com/planio-gmbh/local-fastimage_resize
|
|
104
107
|
licenses:
|
|
105
108
|
- MIT
|
|
106
109
|
metadata: {}
|
|
@@ -124,5 +127,5 @@ rubyforge_project:
|
|
|
124
127
|
rubygems_version: 2.4.8
|
|
125
128
|
signing_key:
|
|
126
129
|
specification_version: 4
|
|
127
|
-
summary: FastImage Resize - Image resizing fast and simple
|
|
130
|
+
summary: Local FastImage Resize - Image resizing fast and simple
|
|
128
131
|
test_files: []
|
data/Gemfile.lock
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
local-fastimage_resize (3.0.0)
|
|
5
|
-
RubyInline (>= 3.8.2)
|
|
6
|
-
local-fastimage (>= 3.0.0)
|
|
7
|
-
|
|
8
|
-
GEM
|
|
9
|
-
remote: https://rubygems.org/
|
|
10
|
-
specs:
|
|
11
|
-
RubyInline (3.12.4)
|
|
12
|
-
ZenTest (~> 4.3)
|
|
13
|
-
ZenTest (4.11.0)
|
|
14
|
-
local-fastimage (3.0.0)
|
|
15
|
-
minitest (5.9.0)
|
|
16
|
-
rake (10.5.0)
|
|
17
|
-
|
|
18
|
-
PLATFORMS
|
|
19
|
-
ruby
|
|
20
|
-
|
|
21
|
-
DEPENDENCIES
|
|
22
|
-
bundler (~> 1.12)
|
|
23
|
-
local-fastimage_resize!
|
|
24
|
-
minitest (~> 5.0)
|
|
25
|
-
rake (~> 10.0)
|
|
26
|
-
|
|
27
|
-
BUNDLED WITH
|
|
28
|
-
1.12.5
|