image_magick 0.1.1 → 0.1.2
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/{bin → exe}/shrink +0 -0
- data/image_magick.gemspec +0 -5
- data/lib/image_magick/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db995e08e2533a93108734765a49180ae02216a2
|
|
4
|
+
data.tar.gz: 263c93cf847768c2346f3742340b94e515ffbd0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c84f081af270834ceef6e8f7824746889f46551a5ca078c86dfb59306547d9839b4d451657400e77b36c9deed91fe37b62c8cabc486676b31cfe49989b1fc163
|
|
7
|
+
data.tar.gz: 6e4b3f7d91f437725c2eb1f569a247cb00d5070b5ba7d4d1f96493a5bdb1a28b8e683bfed144b65669ea8ba9c9d71041c27310cf4211fcc652c4c49b6ec80d59
|
data/{bin → exe}/shrink
RENAMED
|
File without changes
|
data/image_magick.gemspec
CHANGED
|
@@ -38,11 +38,6 @@ Gem::Specification.new do |spec|
|
|
|
38
38
|
|
|
39
39
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
|
40
40
|
# delete this section to allow pushing this gem to any host.
|
|
41
|
-
if spec.respond_to?(:metadata)
|
|
42
|
-
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
|
43
|
-
else
|
|
44
|
-
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
|
45
|
-
end
|
|
46
41
|
|
|
47
42
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
48
43
|
spec.bindir = "exe"
|
data/lib/image_magick/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: image_magick
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Timothy Nordloh
|
|
@@ -55,14 +55,15 @@ description: " This is a very trivial implementation of an interface for Image
|
|
|
55
55
|
size as possible, without exceeding that size.\n"
|
|
56
56
|
email:
|
|
57
57
|
- tnordloh@gmail.com
|
|
58
|
-
executables:
|
|
58
|
+
executables:
|
|
59
|
+
- shrink
|
|
59
60
|
extensions: []
|
|
60
61
|
extra_rdoc_files: []
|
|
61
62
|
files:
|
|
62
63
|
- Gemfile
|
|
63
64
|
- README.md
|
|
64
65
|
- Rakefile
|
|
65
|
-
-
|
|
66
|
+
- exe/shrink
|
|
66
67
|
- image_magick.gemspec
|
|
67
68
|
- lib/image_magick.rb
|
|
68
69
|
- lib/image_magick/image.rb
|
|
@@ -70,8 +71,7 @@ files:
|
|
|
70
71
|
- lib/image_magick/version.rb
|
|
71
72
|
homepage: https://github.com/tnordloh/image_magick
|
|
72
73
|
licenses: []
|
|
73
|
-
metadata:
|
|
74
|
-
allowed_push_host: https://rubygems.org
|
|
74
|
+
metadata: {}
|
|
75
75
|
post_install_message:
|
|
76
76
|
rdoc_options: []
|
|
77
77
|
require_paths:
|