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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 150728fe91ae705f112cac722be155bf2a4a6621
4
- data.tar.gz: b199f3f3603fff1961c90d6dbf56560de2b717ed
3
+ metadata.gz: db995e08e2533a93108734765a49180ae02216a2
4
+ data.tar.gz: 263c93cf847768c2346f3742340b94e515ffbd0f
5
5
  SHA512:
6
- metadata.gz: 96ff9be1c3458af9a153e6fb9bb9d1c718b81b11f635c0e1f06fa24e121efee9c50f8690c1286662fa2c035a27298b1920126f22c0db7c5621e3e972acb9f56c
7
- data.tar.gz: ca2411eb6cc318ec3b09608886d6c1f1de53ad18d03f821b8e055abe12c3bfae03f79b33c7a05025a74188d6b4e13c1511fa7a4b290333305b478b0b8dbec3fc
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"
@@ -1,3 +1,3 @@
1
1
  module ImageMagick
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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
- - bin/shrink
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: