photish 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 +4 -4
- data/lib/photish/version.rb +1 -1
- data/photish.gemspec +1 -3
- metadata +2 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86c9bceeb05e4c52b9e06582cf5d47332d7338c1
|
|
4
|
+
data.tar.gz: 9f69c399a197274f8383c927ff7be19f08915080
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 174364ba192d4f23e91ae45fd6cb26741e1806f15b27f5a6f20dfa1ab285e71e4ea01eb6dd7b65f0ce635beaeb1f2f208b16ef8697e600c32f505dd1af96d6a3
|
|
7
|
+
data.tar.gz: a0002e4bd187e082e354e0135b787eb05f24a14cab3197dc48bd815d0278565b0da81d68eb721940a363c1ce4cb0fe3adebeb0cb450b11171d519afdae636e97
|
data/lib/photish/version.rb
CHANGED
data/photish.gemspec
CHANGED
|
@@ -11,9 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{A static photo site generator}
|
|
13
13
|
spec.description = %q{Photish is a simple, convention based (but
|
|
14
|
-
configurable) static photo site generator.
|
|
15
|
-
photo collections by folder. Metadata can be written alongside the photo in
|
|
16
|
-
a [YAML](http://yaml.org/) file with the same name as the photo.}
|
|
14
|
+
configurable) static photo site generator.}
|
|
17
15
|
spec.homepage = "https://github.com/henrylawson/photish"
|
|
18
16
|
spec.license = "MIT"
|
|
19
17
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: photish
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Henry Lawson
|
|
@@ -236,9 +236,7 @@ dependencies:
|
|
|
236
236
|
version: '0'
|
|
237
237
|
description: |-
|
|
238
238
|
Photish is a simple, convention based (but
|
|
239
|
-
configurable) static photo site generator.
|
|
240
|
-
photo collections by folder. Metadata can be written alongside the photo in
|
|
241
|
-
a [YAML](http://yaml.org/) file with the same name as the photo.
|
|
239
|
+
configurable) static photo site generator.
|
|
242
240
|
email:
|
|
243
241
|
- henry.lawson@foinq.com
|
|
244
242
|
executables:
|