pics 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +15 -0
  2. data/pics.gemspec +2 -2
  3. 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
@@ -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/javan/whenever}
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: 9
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- version: "0.1"
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/javan/whenever
52
+ homepage: http://github.com/aurels/pics
52
53
  licenses: []
53
54
 
54
55
  post_install_message: