make_gallery 0.1.2 → 0.1.3

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: 73a420c6d379b22fae3b4320a397324c1a7e9cba
4
- data.tar.gz: 3bf62a77bddd091ca3d93dfd2baadffd2505ec99
3
+ metadata.gz: cd0d1f5446713033ba7c4fffd9db3f3d1992e166
4
+ data.tar.gz: 953c10f153af49e2ec5ed24b719dec0d907d47ed
5
5
  SHA512:
6
- metadata.gz: 9b9d88b28024fc62202cd4e178120734999d2ea83853e6fdd5a2faa88f831b0dc2655a09fdbd8feb03ef4e03eb03b8c4f717178ec38f821c1f82f208009ae3bc
7
- data.tar.gz: b976924eb22534315f2ba0e0ec807f3255a84d4d575fa6c5cb9ff01457ecb51b5f32759f19c7c82abd5cb0b3f307474a2fc2f15f60f3b4b7c3cb30af8d9bcaa7
6
+ metadata.gz: 0aa4e52f73fd64d5c76f62438a8c93c4c9c3ccfed237e078fda50bda6dde784de721923ab80077a06a629667394c39752bf2b741bf1de82d75cd01f43b6a886b
7
+ data.tar.gz: 370bcd671b44c16713a0a864000642892a4f9fcb71fdd6002561883711b89072852e71e73125f4752a0dc97fb9d1c0385416f04891ade3215ba0e48d64667fc3
data/README.md CHANGED
@@ -25,13 +25,13 @@ In addition, I want to create web-scale .jpgs in a `web/` subdirectory
25
25
 
26
26
  ## Installation
27
27
 
28
- Or install it yourself as:
29
-
30
28
  $ gem install make_gallery
31
29
 
32
30
  ## Usage
33
31
 
34
- $ make_gallery (thumbs | web) [--source DIR] [--target DIR] [--size SIZE] [--format FORMAT] [--force] [--verbose] [--debug]
32
+ **For up-to-the-minute usage information, you should run `make_gallery help`.**
33
+
34
+ $ make_gallery (thumbs | web) [--source DIR] [--target DIR] [--size SIZE] [--format FORMAT] [--force] [--verbose] [--debug] [--dry-run]
35
35
 
36
36
  * **thumbs:** create (square) thumbnails
37
37
  * **web:** create web-sized images (maintains aspect ratio)
@@ -40,9 +40,12 @@ Or install it yourself as:
40
40
  * *size:* horizontal size for web images, side size for thumbs
41
41
  * *format:* JPG for web images, GIF for thumbs
42
42
  * *force:* overwrite (default is abort if directory already exists)
43
+ * *dry-run:* don't actually create the images or directory, just show
44
+ what would happen
43
45
  * *verbose:* be chatty
44
46
  * *debug:* be SUPER chatty about a lot of things
45
47
 
48
+
46
49
  ## Development
47
50
 
48
51
  After checking out the repo, run `bin/setup` to install
@@ -1,3 +1,3 @@
1
1
  module MakeGallery
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Tamara Temple"]
10
10
  spec.email = ["tamouse@gmail.com"]
11
11
  spec.summary = %q{Create a set of images for a blog gallery.}
12
- spec.homepage = "https://github.com/tamouse"
12
+ spec.homepage = "https://github.com/tamouse/make_gallery"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: make_gallery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tamara Temple
@@ -133,7 +133,7 @@ files:
133
133
  - lib/make_gallery/command.rb
134
134
  - lib/make_gallery/version.rb
135
135
  - make_gallery.gemspec
136
- homepage: https://github.com/tamouse
136
+ homepage: https://github.com/tamouse/make_gallery
137
137
  licenses:
138
138
  - MIT
139
139
  metadata: {}