pilbox 0.1.3 → 0.1.4
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/lib/pilbox/version.rb +1 -1
- data/pilbox.gemspec +1 -8
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 423b659e3087ce203907396f352c1aee25c4bb4592f31e5289e19ff2becfda6c
|
|
4
|
+
data.tar.gz: 6c99010c67e15a44aee3dee068cf76b90c5869afa2813c53500171d76ea0b0f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3301cc438ad3dd649e110166e562c84b9a397621922c16600aeb4e137b4b0493d1be26d379372147da4b0f3248c4579510521c24c7057aeac88b4016b1fbebf
|
|
7
|
+
data.tar.gz: 64cf4bc5453b1309b866aa0ac5c8ab79a59e98b549f68f0b60bbc89e827117673718412ddac59d053a90744219ad1b5f037724ec57afd4d8259bab847ec3ee20
|
data/lib/pilbox/version.rb
CHANGED
data/pilbox.gemspec
CHANGED
|
@@ -14,14 +14,7 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
#spec.homepage = ""
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
# delete this section to allow pushing this gem to any host.
|
|
19
|
-
#
|
|
20
|
-
#if spec.respond_to?(:metadata)
|
|
21
|
-
# spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
|
|
22
|
-
#else
|
|
23
|
-
# raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
|
24
|
-
#end
|
|
17
|
+
spec.metadata = { "rubygems_mfa_required" => "true" }
|
|
25
18
|
|
|
26
19
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
27
20
|
spec.bindir = "exe"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pilbox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Workman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -81,7 +81,8 @@ files:
|
|
|
81
81
|
homepage:
|
|
82
82
|
licenses:
|
|
83
83
|
- MIT
|
|
84
|
-
metadata:
|
|
84
|
+
metadata:
|
|
85
|
+
rubygems_mfa_required: 'true'
|
|
85
86
|
post_install_message:
|
|
86
87
|
rdoc_options: []
|
|
87
88
|
require_paths:
|
|
@@ -97,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
97
98
|
- !ruby/object:Gem::Version
|
|
98
99
|
version: '0'
|
|
99
100
|
requirements: []
|
|
100
|
-
rubygems_version: 3.
|
|
101
|
+
rubygems_version: 3.3.18
|
|
101
102
|
signing_key:
|
|
102
103
|
specification_version: 4
|
|
103
104
|
summary: An URL-signing utility for Pilbox, the image resizing service.
|