desoto-photoapp 0.1.0
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 +7 -0
- data/.gitignore +15 -0
- data/.travis.yml +3 -0
- data/CODE_OF_CONDUCT.md +13 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +48 -0
- data/Rakefile +1 -0
- data/assets/SourceSansPro-Semibold.ttf +0 -0
- data/assets/photos-action-installer.pkg +0 -0
- data/assets/watermark.png +0 -0
- data/bin/console +14 -0
- data/bin/setup +7 -0
- data/exe/photoapp +39 -0
- data/lib/adjust-image.workflow/Contents/Info.plist +8 -0
- data/lib/adjust-image.workflow/Contents/QuickLook/Preview.png +0 -0
- data/lib/adjust-image.workflow/Contents/document.wflow +345 -0
- data/lib/desoto-photoapp.rb +106 -0
- data/lib/desoto-photoapp/photo.rb +99 -0
- data/lib/desoto-photoapp/s3.rb +275 -0
- data/lib/desoto-photoapp/version.rb +3 -0
- data/lib/import-photos.workflow/Contents/Info.plist +8 -0
- data/lib/import-photos.workflow/Contents/QuickLook/Thumbnail.png +0 -0
- data/lib/import-photos.workflow/Contents/document.wflow +346 -0
- data/photoapp.gemspec +27 -0
- metadata +153 -0
|
Binary file
|
|
@@ -0,0 +1,346 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>AMApplicationBuild</key>
|
|
6
|
+
<string>409.2</string>
|
|
7
|
+
<key>AMApplicationVersion</key>
|
|
8
|
+
<string>2.5</string>
|
|
9
|
+
<key>AMDocumentVersion</key>
|
|
10
|
+
<string>2</string>
|
|
11
|
+
<key>actions</key>
|
|
12
|
+
<array>
|
|
13
|
+
<dict>
|
|
14
|
+
<key>action</key>
|
|
15
|
+
<dict>
|
|
16
|
+
<key>AMAccepts</key>
|
|
17
|
+
<dict>
|
|
18
|
+
<key>Container</key>
|
|
19
|
+
<string>List</string>
|
|
20
|
+
<key>Optional</key>
|
|
21
|
+
<false/>
|
|
22
|
+
<key>Types</key>
|
|
23
|
+
<array>
|
|
24
|
+
<string>com.apple.cocoa.path</string>
|
|
25
|
+
</array>
|
|
26
|
+
</dict>
|
|
27
|
+
<key>AMActionVersion</key>
|
|
28
|
+
<string>1.0.2</string>
|
|
29
|
+
<key>AMApplication</key>
|
|
30
|
+
<array>
|
|
31
|
+
<string>Finder</string>
|
|
32
|
+
</array>
|
|
33
|
+
<key>AMParameterProperties</key>
|
|
34
|
+
<dict>
|
|
35
|
+
<key>recurse</key>
|
|
36
|
+
<dict/>
|
|
37
|
+
</dict>
|
|
38
|
+
<key>AMProvides</key>
|
|
39
|
+
<dict>
|
|
40
|
+
<key>Container</key>
|
|
41
|
+
<string>List</string>
|
|
42
|
+
<key>Types</key>
|
|
43
|
+
<array>
|
|
44
|
+
<string>com.apple.cocoa.path</string>
|
|
45
|
+
</array>
|
|
46
|
+
</dict>
|
|
47
|
+
<key>AMRequiredResources</key>
|
|
48
|
+
<array/>
|
|
49
|
+
<key>ActionBundlePath</key>
|
|
50
|
+
<string>/System/Library/Automator/Get Folder Contents.action</string>
|
|
51
|
+
<key>ActionName</key>
|
|
52
|
+
<string>Get Folder Contents</string>
|
|
53
|
+
<key>ActionParameters</key>
|
|
54
|
+
<dict>
|
|
55
|
+
<key>recurse</key>
|
|
56
|
+
<false/>
|
|
57
|
+
</dict>
|
|
58
|
+
<key>BundleIdentifier</key>
|
|
59
|
+
<string>com.apple.Automator.GetFolderContents</string>
|
|
60
|
+
<key>CFBundleVersion</key>
|
|
61
|
+
<string>1.0.2</string>
|
|
62
|
+
<key>CanShowSelectedItemsWhenRun</key>
|
|
63
|
+
<true/>
|
|
64
|
+
<key>CanShowWhenRun</key>
|
|
65
|
+
<true/>
|
|
66
|
+
<key>Category</key>
|
|
67
|
+
<array>
|
|
68
|
+
<string>AMCategoryFilesAndFolders</string>
|
|
69
|
+
</array>
|
|
70
|
+
<key>Class Name</key>
|
|
71
|
+
<string>GetFolderContents</string>
|
|
72
|
+
<key>InputUUID</key>
|
|
73
|
+
<string>5012E5EF-80AC-472C-B365-7C745034BCAC</string>
|
|
74
|
+
<key>Keywords</key>
|
|
75
|
+
<array>
|
|
76
|
+
<string>File</string>
|
|
77
|
+
<string>Folder</string>
|
|
78
|
+
</array>
|
|
79
|
+
<key>OutputUUID</key>
|
|
80
|
+
<string>7D384FC9-72CD-40D2-B857-723F3A123461</string>
|
|
81
|
+
<key>UUID</key>
|
|
82
|
+
<string>D9697998-6689-432F-B927-2CF3245CBA89</string>
|
|
83
|
+
<key>UnlocalizedApplications</key>
|
|
84
|
+
<array>
|
|
85
|
+
<string>Finder</string>
|
|
86
|
+
</array>
|
|
87
|
+
<key>arguments</key>
|
|
88
|
+
<dict>
|
|
89
|
+
<key>0</key>
|
|
90
|
+
<dict>
|
|
91
|
+
<key>default value</key>
|
|
92
|
+
<false/>
|
|
93
|
+
<key>name</key>
|
|
94
|
+
<string>recurse</string>
|
|
95
|
+
<key>required</key>
|
|
96
|
+
<string>0</string>
|
|
97
|
+
<key>type</key>
|
|
98
|
+
<string>0</string>
|
|
99
|
+
<key>uuid</key>
|
|
100
|
+
<string>0</string>
|
|
101
|
+
</dict>
|
|
102
|
+
</dict>
|
|
103
|
+
<key>conversionLabel</key>
|
|
104
|
+
<integer>0</integer>
|
|
105
|
+
<key>isViewVisible</key>
|
|
106
|
+
<true/>
|
|
107
|
+
<key>location</key>
|
|
108
|
+
<string>369.000000:102.000000</string>
|
|
109
|
+
<key>nibPath</key>
|
|
110
|
+
<string>/System/Library/Automator/Get Folder Contents.action/Contents/Resources/Base.lproj/main.nib</string>
|
|
111
|
+
</dict>
|
|
112
|
+
<key>isViewVisible</key>
|
|
113
|
+
<true/>
|
|
114
|
+
</dict>
|
|
115
|
+
<dict>
|
|
116
|
+
<key>action</key>
|
|
117
|
+
<dict>
|
|
118
|
+
<key>AMAccepts</key>
|
|
119
|
+
<dict>
|
|
120
|
+
<key>Container</key>
|
|
121
|
+
<string>List</string>
|
|
122
|
+
<key>Optional</key>
|
|
123
|
+
<false/>
|
|
124
|
+
<key>Types</key>
|
|
125
|
+
<array>
|
|
126
|
+
<string>com.apple.cocoa.path</string>
|
|
127
|
+
</array>
|
|
128
|
+
</dict>
|
|
129
|
+
<key>AMActionVersion</key>
|
|
130
|
+
<string>1</string>
|
|
131
|
+
<key>AMApplication</key>
|
|
132
|
+
<array>
|
|
133
|
+
<string>Photos</string>
|
|
134
|
+
</array>
|
|
135
|
+
<key>AMParameterProperties</key>
|
|
136
|
+
<dict>
|
|
137
|
+
<key>importActionIndicator</key>
|
|
138
|
+
<dict/>
|
|
139
|
+
<key>newAlbumName</key>
|
|
140
|
+
<dict/>
|
|
141
|
+
<key>popupVisibility</key>
|
|
142
|
+
<dict/>
|
|
143
|
+
<key>shouldDeleteSourceFiles</key>
|
|
144
|
+
<dict/>
|
|
145
|
+
<key>shouldSkipDuplicateChecking</key>
|
|
146
|
+
<dict/>
|
|
147
|
+
<key>targetAlbumName</key>
|
|
148
|
+
<dict/>
|
|
149
|
+
<key>textInputVisibility</key>
|
|
150
|
+
<dict/>
|
|
151
|
+
</dict>
|
|
152
|
+
<key>AMProvides</key>
|
|
153
|
+
<dict>
|
|
154
|
+
<key>Container</key>
|
|
155
|
+
<string>List</string>
|
|
156
|
+
<key>Types</key>
|
|
157
|
+
<array>
|
|
158
|
+
<string>com.apple.photos.mediaitem-object</string>
|
|
159
|
+
</array>
|
|
160
|
+
</dict>
|
|
161
|
+
<key>AMRequiredResources</key>
|
|
162
|
+
<array>
|
|
163
|
+
<dict>
|
|
164
|
+
<key>Display Name</key>
|
|
165
|
+
<string>Photos</string>
|
|
166
|
+
<key>Resource</key>
|
|
167
|
+
<string>com.apple.Photos</string>
|
|
168
|
+
<key>Type</key>
|
|
169
|
+
<string>application</string>
|
|
170
|
+
<key>Version</key>
|
|
171
|
+
<string>1.0</string>
|
|
172
|
+
</dict>
|
|
173
|
+
</array>
|
|
174
|
+
<key>ActionBundlePath</key>
|
|
175
|
+
<string>/Library/Automator/PHOTOS-Import Files into Photos.action</string>
|
|
176
|
+
<key>ActionName</key>
|
|
177
|
+
<string>Import Files into Photos</string>
|
|
178
|
+
<key>ActionParameters</key>
|
|
179
|
+
<dict>
|
|
180
|
+
<key>importActionIndicator</key>
|
|
181
|
+
<integer>0</integer>
|
|
182
|
+
<key>newAlbumName</key>
|
|
183
|
+
<string></string>
|
|
184
|
+
<key>popupVisibility</key>
|
|
185
|
+
<false/>
|
|
186
|
+
<key>shouldDeleteSourceFiles</key>
|
|
187
|
+
<false/>
|
|
188
|
+
<key>shouldSkipDuplicateChecking</key>
|
|
189
|
+
<false/>
|
|
190
|
+
<key>targetAlbumName</key>
|
|
191
|
+
<string></string>
|
|
192
|
+
<key>textInputVisibility</key>
|
|
193
|
+
<false/>
|
|
194
|
+
</dict>
|
|
195
|
+
<key>BundleIdentifier</key>
|
|
196
|
+
<string>com.apple.Photos.PHOTOS-Import-Files-into-Photos</string>
|
|
197
|
+
<key>CFBundleVersion</key>
|
|
198
|
+
<string>1</string>
|
|
199
|
+
<key>CanShowSelectedItemsWhenRun</key>
|
|
200
|
+
<false/>
|
|
201
|
+
<key>CanShowWhenRun</key>
|
|
202
|
+
<true/>
|
|
203
|
+
<key>Category</key>
|
|
204
|
+
<array>
|
|
205
|
+
<string>AMCategoryPhotos</string>
|
|
206
|
+
</array>
|
|
207
|
+
<key>Class Name</key>
|
|
208
|
+
<string>Import_Files_into_Photos</string>
|
|
209
|
+
<key>InputUUID</key>
|
|
210
|
+
<string>AE515AD8-B28E-4419-91DD-001C6B981322</string>
|
|
211
|
+
<key>Keywords</key>
|
|
212
|
+
<array>
|
|
213
|
+
<string>photo</string>
|
|
214
|
+
<string>image</string>
|
|
215
|
+
<string>add</string>
|
|
216
|
+
</array>
|
|
217
|
+
<key>OutputUUID</key>
|
|
218
|
+
<string>23C4E07E-0500-441B-9024-EAD5ED8AF0D1</string>
|
|
219
|
+
<key>UUID</key>
|
|
220
|
+
<string>0002ECC9-3076-4082-ACDC-109FE99BE1BB</string>
|
|
221
|
+
<key>UnlocalizedApplications</key>
|
|
222
|
+
<array>
|
|
223
|
+
<string>Photos</string>
|
|
224
|
+
</array>
|
|
225
|
+
<key>arguments</key>
|
|
226
|
+
<dict>
|
|
227
|
+
<key>0</key>
|
|
228
|
+
<dict>
|
|
229
|
+
<key>default value</key>
|
|
230
|
+
<integer>0</integer>
|
|
231
|
+
<key>name</key>
|
|
232
|
+
<string>importActionIndicator</string>
|
|
233
|
+
<key>required</key>
|
|
234
|
+
<string>0</string>
|
|
235
|
+
<key>type</key>
|
|
236
|
+
<string>0</string>
|
|
237
|
+
<key>uuid</key>
|
|
238
|
+
<string>0</string>
|
|
239
|
+
</dict>
|
|
240
|
+
<key>1</key>
|
|
241
|
+
<dict>
|
|
242
|
+
<key>default value</key>
|
|
243
|
+
<false/>
|
|
244
|
+
<key>name</key>
|
|
245
|
+
<string>shouldSkipDuplicateChecking</string>
|
|
246
|
+
<key>required</key>
|
|
247
|
+
<string>0</string>
|
|
248
|
+
<key>type</key>
|
|
249
|
+
<string>0</string>
|
|
250
|
+
<key>uuid</key>
|
|
251
|
+
<string>1</string>
|
|
252
|
+
</dict>
|
|
253
|
+
<key>2</key>
|
|
254
|
+
<dict>
|
|
255
|
+
<key>default value</key>
|
|
256
|
+
<false/>
|
|
257
|
+
<key>name</key>
|
|
258
|
+
<string>textInputVisibility</string>
|
|
259
|
+
<key>required</key>
|
|
260
|
+
<string>0</string>
|
|
261
|
+
<key>type</key>
|
|
262
|
+
<string>0</string>
|
|
263
|
+
<key>uuid</key>
|
|
264
|
+
<string>2</string>
|
|
265
|
+
</dict>
|
|
266
|
+
<key>3</key>
|
|
267
|
+
<dict>
|
|
268
|
+
<key>default value</key>
|
|
269
|
+
<string></string>
|
|
270
|
+
<key>name</key>
|
|
271
|
+
<string>newAlbumName</string>
|
|
272
|
+
<key>required</key>
|
|
273
|
+
<string>0</string>
|
|
274
|
+
<key>type</key>
|
|
275
|
+
<string>0</string>
|
|
276
|
+
<key>uuid</key>
|
|
277
|
+
<string>3</string>
|
|
278
|
+
</dict>
|
|
279
|
+
<key>4</key>
|
|
280
|
+
<dict>
|
|
281
|
+
<key>default value</key>
|
|
282
|
+
<false/>
|
|
283
|
+
<key>name</key>
|
|
284
|
+
<string>popupVisibility</string>
|
|
285
|
+
<key>required</key>
|
|
286
|
+
<string>0</string>
|
|
287
|
+
<key>type</key>
|
|
288
|
+
<string>0</string>
|
|
289
|
+
<key>uuid</key>
|
|
290
|
+
<string>4</string>
|
|
291
|
+
</dict>
|
|
292
|
+
<key>5</key>
|
|
293
|
+
<dict>
|
|
294
|
+
<key>default value</key>
|
|
295
|
+
<string></string>
|
|
296
|
+
<key>name</key>
|
|
297
|
+
<string>targetAlbumName</string>
|
|
298
|
+
<key>required</key>
|
|
299
|
+
<string>0</string>
|
|
300
|
+
<key>type</key>
|
|
301
|
+
<string>0</string>
|
|
302
|
+
<key>uuid</key>
|
|
303
|
+
<string>5</string>
|
|
304
|
+
</dict>
|
|
305
|
+
<key>6</key>
|
|
306
|
+
<dict>
|
|
307
|
+
<key>default value</key>
|
|
308
|
+
<false/>
|
|
309
|
+
<key>name</key>
|
|
310
|
+
<string>shouldDeleteSourceFiles</string>
|
|
311
|
+
<key>required</key>
|
|
312
|
+
<string>0</string>
|
|
313
|
+
<key>type</key>
|
|
314
|
+
<string>0</string>
|
|
315
|
+
<key>uuid</key>
|
|
316
|
+
<string>6</string>
|
|
317
|
+
</dict>
|
|
318
|
+
</dict>
|
|
319
|
+
<key>isViewVisible</key>
|
|
320
|
+
<true/>
|
|
321
|
+
<key>location</key>
|
|
322
|
+
<string>369.000000:246.000000</string>
|
|
323
|
+
<key>nibPath</key>
|
|
324
|
+
<string>/Library/Automator/PHOTOS-Import Files into Photos.action/Contents/Resources/Base.lproj/main.nib</string>
|
|
325
|
+
</dict>
|
|
326
|
+
<key>isViewVisible</key>
|
|
327
|
+
<true/>
|
|
328
|
+
</dict>
|
|
329
|
+
</array>
|
|
330
|
+
<key>connectors</key>
|
|
331
|
+
<dict>
|
|
332
|
+
<key>1759EE8B-AA64-4632-94AC-E37AEC6335CC</key>
|
|
333
|
+
<dict>
|
|
334
|
+
<key>from</key>
|
|
335
|
+
<string>D9697998-6689-432F-B927-2CF3245CBA89 - D9697998-6689-432F-B927-2CF3245CBA89</string>
|
|
336
|
+
<key>to</key>
|
|
337
|
+
<string>0002ECC9-3076-4082-ACDC-109FE99BE1BB - 0002ECC9-3076-4082-ACDC-109FE99BE1BB</string>
|
|
338
|
+
</dict>
|
|
339
|
+
</dict>
|
|
340
|
+
<key>workflowMetaData</key>
|
|
341
|
+
<dict>
|
|
342
|
+
<key>workflowTypeIdentifier</key>
|
|
343
|
+
<string>com.apple.Automator.workflow</string>
|
|
344
|
+
</dict>
|
|
345
|
+
</dict>
|
|
346
|
+
</plist>
|
data/photoapp.gemspec
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'desoto-photoapp/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "desoto-photoapp"
|
|
8
|
+
spec.version = Photoapp::VERSION
|
|
9
|
+
spec.authors = ["Brandon Mathis"]
|
|
10
|
+
spec.email = ["brandon@imathis.com"]
|
|
11
|
+
|
|
12
|
+
spec.summary = %q{A tool for processing cave photos for DeSoto Caverns.}
|
|
13
|
+
spec.license = "MIT"
|
|
14
|
+
|
|
15
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
16
|
+
spec.bindir = "exe"
|
|
17
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
18
|
+
spec.require_paths = ["lib"]
|
|
19
|
+
|
|
20
|
+
spec.add_runtime_dependency "rmagick", "~> 2.0"
|
|
21
|
+
spec.add_runtime_dependency "aws-sdk-v1"
|
|
22
|
+
spec.add_runtime_dependency "colorator"
|
|
23
|
+
|
|
24
|
+
spec.add_development_dependency "bundler", "~> 1.9"
|
|
25
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
|
26
|
+
spec.add_development_dependency "pry-byebug"
|
|
27
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: desoto-photoapp
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Brandon Mathis
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: exe
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2015-06-05 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: rmagick
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '2.0'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '2.0'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: aws-sdk-v1
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
type: :runtime
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: colorator
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - ">="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '0'
|
|
48
|
+
type: :runtime
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - ">="
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '0'
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: bundler
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
58
|
+
requirements:
|
|
59
|
+
- - "~>"
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '1.9'
|
|
62
|
+
type: :development
|
|
63
|
+
prerelease: false
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - "~>"
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '1.9'
|
|
69
|
+
- !ruby/object:Gem::Dependency
|
|
70
|
+
name: rake
|
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - "~>"
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: '10.0'
|
|
76
|
+
type: :development
|
|
77
|
+
prerelease: false
|
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - "~>"
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: '10.0'
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: pry-byebug
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - ">="
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '0'
|
|
90
|
+
type: :development
|
|
91
|
+
prerelease: false
|
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ">="
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '0'
|
|
97
|
+
description:
|
|
98
|
+
email:
|
|
99
|
+
- brandon@imathis.com
|
|
100
|
+
executables:
|
|
101
|
+
- photoapp
|
|
102
|
+
extensions: []
|
|
103
|
+
extra_rdoc_files: []
|
|
104
|
+
files:
|
|
105
|
+
- ".gitignore"
|
|
106
|
+
- ".travis.yml"
|
|
107
|
+
- CODE_OF_CONDUCT.md
|
|
108
|
+
- Gemfile
|
|
109
|
+
- LICENSE.txt
|
|
110
|
+
- README.md
|
|
111
|
+
- Rakefile
|
|
112
|
+
- assets/SourceSansPro-Semibold.ttf
|
|
113
|
+
- assets/photos-action-installer.pkg
|
|
114
|
+
- assets/watermark.png
|
|
115
|
+
- bin/console
|
|
116
|
+
- bin/setup
|
|
117
|
+
- exe/photoapp
|
|
118
|
+
- lib/adjust-image.workflow/Contents/Info.plist
|
|
119
|
+
- lib/adjust-image.workflow/Contents/QuickLook/Preview.png
|
|
120
|
+
- lib/adjust-image.workflow/Contents/document.wflow
|
|
121
|
+
- lib/desoto-photoapp.rb
|
|
122
|
+
- lib/desoto-photoapp/photo.rb
|
|
123
|
+
- lib/desoto-photoapp/s3.rb
|
|
124
|
+
- lib/desoto-photoapp/version.rb
|
|
125
|
+
- lib/import-photos.workflow/Contents/Info.plist
|
|
126
|
+
- lib/import-photos.workflow/Contents/QuickLook/Thumbnail.png
|
|
127
|
+
- lib/import-photos.workflow/Contents/document.wflow
|
|
128
|
+
- photoapp.gemspec
|
|
129
|
+
homepage:
|
|
130
|
+
licenses:
|
|
131
|
+
- MIT
|
|
132
|
+
metadata: {}
|
|
133
|
+
post_install_message:
|
|
134
|
+
rdoc_options: []
|
|
135
|
+
require_paths:
|
|
136
|
+
- lib
|
|
137
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
138
|
+
requirements:
|
|
139
|
+
- - ">="
|
|
140
|
+
- !ruby/object:Gem::Version
|
|
141
|
+
version: '0'
|
|
142
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
|
+
requirements:
|
|
144
|
+
- - ">="
|
|
145
|
+
- !ruby/object:Gem::Version
|
|
146
|
+
version: '0'
|
|
147
|
+
requirements: []
|
|
148
|
+
rubyforge_project:
|
|
149
|
+
rubygems_version: 2.4.6
|
|
150
|
+
signing_key:
|
|
151
|
+
specification_version: 4
|
|
152
|
+
summary: A tool for processing cave photos for DeSoto Caverns.
|
|
153
|
+
test_files: []
|