pics 0.1 → 0.1.1
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.
- data/README.md +15 -0
- data/pics.gemspec +2 -2
- metadata +4 -3
data/README.md
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# About
|
|
2
|
+
|
|
3
|
+
This is a tool I use to manage my picture files by hand.
|
|
4
|
+
|
|
5
|
+
Some commands assume your album directory is formatted "2011-01-14 My event name" (with x's for unknown date parts).
|
|
6
|
+
|
|
7
|
+
# Installation
|
|
8
|
+
|
|
9
|
+
$ gem install pics
|
|
10
|
+
|
|
11
|
+
# Usage
|
|
12
|
+
|
|
13
|
+
$ pics sequentize
|
|
14
|
+
|
|
15
|
+
$ pics help
|
data/pics.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{pics}
|
|
5
|
-
s.version = "0.1"
|
|
5
|
+
s.version = "0.1.1"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Aurélien Malisart"]
|
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
"bin/pics",
|
|
21
21
|
"pics.gemspec"
|
|
22
22
|
]
|
|
23
|
-
s.homepage = %q{http://github.com/
|
|
23
|
+
s.homepage = %q{http://github.com/aurels/pics}
|
|
24
24
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
25
25
|
s.require_paths = ['lib']
|
|
26
26
|
s.rubygems_version = %q{1.3.7}
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- "Aur\xC3\xA9lien Malisart"
|
|
@@ -48,7 +49,7 @@ files:
|
|
|
48
49
|
- bin/pics
|
|
49
50
|
- pics.gemspec
|
|
50
51
|
has_rdoc: true
|
|
51
|
-
homepage: http://github.com/
|
|
52
|
+
homepage: http://github.com/aurels/pics
|
|
52
53
|
licenses: []
|
|
53
54
|
|
|
54
55
|
post_install_message:
|