cheesy-gallery 0.8.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/publish.yaml +20 -0
- data/.github/workflows/tests.yaml +39 -0
- data/CHANGELOG.md +16 -0
- data/README.md +40 -18
- data/cheesy-gallery.gemspec +0 -2
- data/lib/cheesy-gallery/base_image_file.rb +21 -7
- data/lib/cheesy-gallery/gallery_index.rb +2 -5
- data/lib/cheesy-gallery/generator.rb +2 -6
- data/lib/cheesy-gallery/image_file.rb +9 -7
- data/lib/cheesy-gallery/image_thumb.rb +3 -7
- data/lib/cheesy-gallery/version.rb +1 -2
- data/lib/cheesy-gallery.rb +0 -2
- metadata +6 -79
- data/.travis.yml +0 -33
- data/sorbet/config +0 -2
- data/sorbet/rbi/gems/addressable.rbi +0 -147
- data/sorbet/rbi/gems/ast.rbi +0 -49
- data/sorbet/rbi/gems/codecov.rbi +0 -49
- data/sorbet/rbi/gems/coderay.rbi +0 -285
- data/sorbet/rbi/gems/colorator.rbi +0 -60
- data/sorbet/rbi/gems/concurrent-ruby.rbi +0 -225
- data/sorbet/rbi/gems/docile.rbi +0 -36
- data/sorbet/rbi/gems/ffi.rbi +0 -560
- data/sorbet/rbi/gems/forwardable-extended.rbi +0 -24
- data/sorbet/rbi/gems/i18n.rbi +0 -108
- data/sorbet/rbi/gems/jekyll-sass-converter.rbi +0 -61
- data/sorbet/rbi/gems/jekyll.rbi +0 -726
- data/sorbet/rbi/gems/kramdown.rbi +0 -250
- data/sorbet/rbi/gems/liquid.rbi +0 -649
- data/sorbet/rbi/gems/method_source.rbi +0 -64
- data/sorbet/rbi/gems/parallel.rbi +0 -83
- data/sorbet/rbi/gems/parser.rbi +0 -1429
- data/sorbet/rbi/gems/pathutil.rbi +0 -188
- data/sorbet/rbi/gems/pry.rbi +0 -1898
- data/sorbet/rbi/gems/public_suffix.rbi +0 -104
- data/sorbet/rbi/gems/rainbow.rbi +0 -118
- data/sorbet/rbi/gems/rake.rbi +0 -647
- data/sorbet/rbi/gems/regexp_parser.rbi +0 -926
- data/sorbet/rbi/gems/rexml.rbi +0 -599
- data/sorbet/rbi/gems/rmagick.rbi +0 -1249
- data/sorbet/rbi/gems/rspec-core.rbi +0 -1894
- data/sorbet/rbi/gems/rspec-expectations.rbi +0 -1148
- data/sorbet/rbi/gems/rspec-mocks.rbi +0 -1091
- data/sorbet/rbi/gems/rspec-support.rbi +0 -280
- data/sorbet/rbi/gems/rspec.rbi +0 -15
- data/sorbet/rbi/gems/rubocop-ast.rbi +0 -1357
- data/sorbet/rbi/gems/rubocop.rbi +0 -8027
- data/sorbet/rbi/gems/ruby-progressbar.rbi +0 -304
- data/sorbet/rbi/gems/safe_yaml.rbi +0 -124
- data/sorbet/rbi/gems/sassc.rbi +0 -532
- data/sorbet/rbi/gems/simplecov-html.rbi +0 -35
- data/sorbet/rbi/gems/simplecov.rbi +0 -419
- data/sorbet/rbi/gems/unicode-display_width.rbi +0 -22
- data/sorbet/rbi/hidden-definitions/errors.txt +0 -6233
- data/sorbet/rbi/hidden-definitions/hidden.rbi +0 -13059
- data/sorbet/rbi/rmagick.rbi +0 -18
- data/sorbet/rbi/sorbet-typed/lib/rainbow/all/rainbow.rbi +0 -276
- data/sorbet/rbi/sorbet-typed/lib/rake/all/rake.rbi +0 -645
- data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +0 -1891
- data/sorbet/rbi/sorbet-typed/lib/rubocop/>=1.8/rubocop.rbi +0 -7799
- data/sorbet/rbi/todo.rbi +0 -6
@@ -1,225 +0,0 @@
|
|
1
|
-
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
-
# srb rbi gems
|
3
|
-
|
4
|
-
# typed: true
|
5
|
-
#
|
6
|
-
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
-
#
|
8
|
-
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/concurrent-ruby/all/concurrent-ruby.rbi
|
9
|
-
#
|
10
|
-
# concurrent-ruby-1.1.8
|
11
|
-
|
12
|
-
module Concurrent
|
13
|
-
extend Concurrent::Utility::EngineDetector
|
14
|
-
extend Concurrent::Utility::NativeExtensionLoader
|
15
|
-
end
|
16
|
-
module Concurrent::Utility
|
17
|
-
end
|
18
|
-
module Concurrent::Utility::EngineDetector
|
19
|
-
def on_cruby?; end
|
20
|
-
def on_jruby?; end
|
21
|
-
def on_jruby_9000?; end
|
22
|
-
def on_linux?; end
|
23
|
-
def on_osx?; end
|
24
|
-
def on_rbx?; end
|
25
|
-
def on_truffleruby?; end
|
26
|
-
def on_windows?; end
|
27
|
-
def ruby_engine; end
|
28
|
-
def ruby_version(version = nil, comparison, major, minor, patch); end
|
29
|
-
end
|
30
|
-
module Concurrent::Synchronization
|
31
|
-
end
|
32
|
-
class Concurrent::Synchronization::AbstractObject
|
33
|
-
def full_memory_barrier; end
|
34
|
-
def initialize; end
|
35
|
-
def self.attr_volatile(*names); end
|
36
|
-
end
|
37
|
-
module Concurrent::Utility::NativeExtensionLoader
|
38
|
-
def allow_c_extensions?; end
|
39
|
-
def c_extensions_loaded?; end
|
40
|
-
def java_extensions_loaded?; end
|
41
|
-
def load_error_path(error); end
|
42
|
-
def load_native_extensions; end
|
43
|
-
def set_c_extensions_loaded; end
|
44
|
-
def set_java_extensions_loaded; end
|
45
|
-
def try_load_c_extension(path); end
|
46
|
-
end
|
47
|
-
module Concurrent::Synchronization::MriAttrVolatile
|
48
|
-
def full_memory_barrier; end
|
49
|
-
def self.included(base); end
|
50
|
-
end
|
51
|
-
module Concurrent::Synchronization::MriAttrVolatile::ClassMethods
|
52
|
-
def attr_volatile(*names); end
|
53
|
-
end
|
54
|
-
class Concurrent::Synchronization::MriObject < Concurrent::Synchronization::AbstractObject
|
55
|
-
def initialize; end
|
56
|
-
extend Concurrent::Synchronization::MriAttrVolatile::ClassMethods
|
57
|
-
include Concurrent::Synchronization::MriAttrVolatile
|
58
|
-
end
|
59
|
-
module Concurrent::Synchronization::RbxAttrVolatile
|
60
|
-
def full_memory_barrier; end
|
61
|
-
def self.included(base); end
|
62
|
-
end
|
63
|
-
module Concurrent::Synchronization::RbxAttrVolatile::ClassMethods
|
64
|
-
def attr_volatile(*names); end
|
65
|
-
end
|
66
|
-
class Concurrent::Synchronization::RbxObject < Concurrent::Synchronization::AbstractObject
|
67
|
-
def initialize; end
|
68
|
-
extend Concurrent::Synchronization::RbxAttrVolatile::ClassMethods
|
69
|
-
include Concurrent::Synchronization::RbxAttrVolatile
|
70
|
-
end
|
71
|
-
module Concurrent::Synchronization::TruffleRubyAttrVolatile
|
72
|
-
def full_memory_barrier; end
|
73
|
-
def self.included(base); end
|
74
|
-
end
|
75
|
-
module Concurrent::Synchronization::TruffleRubyAttrVolatile::ClassMethods
|
76
|
-
def attr_volatile(*names); end
|
77
|
-
end
|
78
|
-
class Concurrent::Synchronization::TruffleRubyObject < Concurrent::Synchronization::AbstractObject
|
79
|
-
def initialize; end
|
80
|
-
extend Concurrent::Synchronization::TruffleRubyAttrVolatile::ClassMethods
|
81
|
-
include Concurrent::Synchronization::TruffleRubyAttrVolatile
|
82
|
-
end
|
83
|
-
class Concurrent::Synchronization::Object < Concurrent::Synchronization::MriObject
|
84
|
-
def __initialize_atomic_fields__; end
|
85
|
-
def initialize; end
|
86
|
-
def self.atomic_attribute?(name); end
|
87
|
-
def self.atomic_attributes(inherited = nil); end
|
88
|
-
def self.attr_atomic(*names); end
|
89
|
-
def self.define_initialize_atomic_fields; end
|
90
|
-
def self.ensure_safe_initialization_when_final_fields_are_present; end
|
91
|
-
def self.safe_initialization!; end
|
92
|
-
def self.safe_initialization?; end
|
93
|
-
end
|
94
|
-
class Concurrent::Synchronization::AbstractLockableObject < Concurrent::Synchronization::Object
|
95
|
-
def ns_broadcast; end
|
96
|
-
def ns_signal; end
|
97
|
-
def ns_wait(timeout = nil); end
|
98
|
-
def ns_wait_until(timeout = nil, &condition); end
|
99
|
-
def synchronize; end
|
100
|
-
end
|
101
|
-
module Concurrent::Synchronization::ConditionSignalling
|
102
|
-
def ns_broadcast; end
|
103
|
-
def ns_signal; end
|
104
|
-
end
|
105
|
-
class Concurrent::Synchronization::MutexLockableObject < Concurrent::Synchronization::AbstractLockableObject
|
106
|
-
def initialize(*defaults); end
|
107
|
-
def ns_wait(timeout = nil); end
|
108
|
-
def self.new(*args, &block); end
|
109
|
-
def synchronize; end
|
110
|
-
include Concurrent::Synchronization::ConditionSignalling
|
111
|
-
end
|
112
|
-
class Concurrent::Synchronization::MonitorLockableObject < Concurrent::Synchronization::AbstractLockableObject
|
113
|
-
def initialize(*defaults); end
|
114
|
-
def ns_wait(timeout = nil); end
|
115
|
-
def self.new(*args, &block); end
|
116
|
-
def synchronize; end
|
117
|
-
include Concurrent::Synchronization::ConditionSignalling
|
118
|
-
end
|
119
|
-
class Concurrent::Synchronization::RbxLockableObject < Concurrent::Synchronization::AbstractLockableObject
|
120
|
-
def initialize(*defaults); end
|
121
|
-
def ns_broadcast; end
|
122
|
-
def ns_signal; end
|
123
|
-
def ns_wait(timeout = nil); end
|
124
|
-
def self.new(*args, &block); end
|
125
|
-
def synchronize(&block); end
|
126
|
-
end
|
127
|
-
class Concurrent::Synchronization::LockableObject < Concurrent::Synchronization::MutexLockableObject
|
128
|
-
def new_condition; end
|
129
|
-
end
|
130
|
-
class Concurrent::Synchronization::Condition < Concurrent::Synchronization::LockableObject
|
131
|
-
def broadcast; end
|
132
|
-
def initialize(lock); end
|
133
|
-
def ns_broadcast; end
|
134
|
-
def ns_signal; end
|
135
|
-
def ns_wait(timeout = nil); end
|
136
|
-
def ns_wait_until(timeout = nil, &condition); end
|
137
|
-
def self.new(*args, &block); end
|
138
|
-
def self.private_new(*args, &block); end
|
139
|
-
def signal; end
|
140
|
-
def wait(timeout = nil); end
|
141
|
-
def wait_until(timeout = nil, &condition); end
|
142
|
-
end
|
143
|
-
class Concurrent::Synchronization::Lock < Concurrent::Synchronization::LockableObject
|
144
|
-
def broadcast; end
|
145
|
-
def ns_broadcast; end
|
146
|
-
def ns_signal; end
|
147
|
-
def ns_wait(timeout = nil); end
|
148
|
-
def ns_wait_until(timeout = nil, &condition); end
|
149
|
-
def signal; end
|
150
|
-
def synchronize; end
|
151
|
-
def wait(timeout = nil); end
|
152
|
-
def wait_until(timeout = nil, &condition); end
|
153
|
-
end
|
154
|
-
module Concurrent::Collection
|
155
|
-
end
|
156
|
-
class Concurrent::Collection::NonConcurrentMapBackend
|
157
|
-
def [](key); end
|
158
|
-
def []=(key, value); end
|
159
|
-
def _get(key); end
|
160
|
-
def _set(key, value); end
|
161
|
-
def clear; end
|
162
|
-
def compute(key); end
|
163
|
-
def compute_if_absent(key); end
|
164
|
-
def compute_if_present(key); end
|
165
|
-
def delete(key); end
|
166
|
-
def delete_pair(key, value); end
|
167
|
-
def dupped_backend; end
|
168
|
-
def each_pair; end
|
169
|
-
def get_and_set(key, value); end
|
170
|
-
def get_or_default(key, default_value); end
|
171
|
-
def initialize(options = nil); end
|
172
|
-
def initialize_copy(other); end
|
173
|
-
def key?(key); end
|
174
|
-
def merge_pair(key, value); end
|
175
|
-
def pair?(key, expected_value); end
|
176
|
-
def replace_if_exists(key, new_value); end
|
177
|
-
def replace_pair(key, old_value, new_value); end
|
178
|
-
def size; end
|
179
|
-
def store_computed_value(key, new_value); end
|
180
|
-
end
|
181
|
-
class Concurrent::Collection::MriMapBackend < Concurrent::Collection::NonConcurrentMapBackend
|
182
|
-
def []=(key, value); end
|
183
|
-
def clear; end
|
184
|
-
def compute(key); end
|
185
|
-
def compute_if_absent(key); end
|
186
|
-
def compute_if_present(key); end
|
187
|
-
def delete(key); end
|
188
|
-
def delete_pair(key, value); end
|
189
|
-
def get_and_set(key, value); end
|
190
|
-
def initialize(options = nil); end
|
191
|
-
def merge_pair(key, value); end
|
192
|
-
def replace_if_exists(key, new_value); end
|
193
|
-
def replace_pair(key, old_value, new_value); end
|
194
|
-
end
|
195
|
-
class Concurrent::Map < Concurrent::Collection::MriMapBackend
|
196
|
-
def [](key); end
|
197
|
-
def each; end
|
198
|
-
def each_key; end
|
199
|
-
def each_pair; end
|
200
|
-
def each_value; end
|
201
|
-
def empty?; end
|
202
|
-
def fetch(key, default_value = nil); end
|
203
|
-
def fetch_or_store(key, default_value = nil); end
|
204
|
-
def get(key); end
|
205
|
-
def initialize(options = nil, &block); end
|
206
|
-
def initialize_copy(other); end
|
207
|
-
def inspect; end
|
208
|
-
def key(value); end
|
209
|
-
def keys; end
|
210
|
-
def marshal_dump; end
|
211
|
-
def marshal_load(hash); end
|
212
|
-
def populate_from(hash); end
|
213
|
-
def put(key, value); end
|
214
|
-
def put_if_absent(key, value); end
|
215
|
-
def raise_fetch_no_key; end
|
216
|
-
def validate_options_hash!(options); end
|
217
|
-
def value?(value); end
|
218
|
-
def values; end
|
219
|
-
end
|
220
|
-
module Concurrent::ThreadSafe
|
221
|
-
end
|
222
|
-
module Concurrent::ThreadSafe::Util
|
223
|
-
end
|
224
|
-
class Concurrent::Hash < Hash
|
225
|
-
end
|
data/sorbet/rbi/gems/docile.rbi
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
-
# srb rbi gems
|
3
|
-
|
4
|
-
# typed: strict
|
5
|
-
#
|
6
|
-
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
-
#
|
8
|
-
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/docile/all/docile.rbi
|
9
|
-
#
|
10
|
-
# docile-1.3.5
|
11
|
-
|
12
|
-
module Docile
|
13
|
-
def dsl_eval(dsl, *args, &block); end
|
14
|
-
def dsl_eval_immutable(dsl, *args, &block); end
|
15
|
-
def dsl_eval_with_block_return(dsl, *args, &block); end
|
16
|
-
def self.dsl_eval(dsl, *args, &block); end
|
17
|
-
def self.dsl_eval_immutable(dsl, *args, &block); end
|
18
|
-
def self.dsl_eval_with_block_return(dsl, *args, &block); end
|
19
|
-
extend Docile::Execution
|
20
|
-
end
|
21
|
-
module Docile::Execution
|
22
|
-
def exec_in_proxy_context(dsl, proxy_type, *args, &block); end
|
23
|
-
def self.exec_in_proxy_context(dsl, proxy_type, *args, &block); end
|
24
|
-
end
|
25
|
-
class Docile::FallbackContextProxy
|
26
|
-
def initialize(receiver, fallback); end
|
27
|
-
def instance_variables; end
|
28
|
-
def method_missing(method, *args, &block); end
|
29
|
-
end
|
30
|
-
class Docile::ChainingFallbackContextProxy < Docile::FallbackContextProxy
|
31
|
-
def method_missing(method, *args, &block); end
|
32
|
-
end
|
33
|
-
module Docile::BacktraceFilter
|
34
|
-
def backtrace; end
|
35
|
-
def backtrace_locations; end
|
36
|
-
end
|