fotki-export 0.0.1 → 0.0.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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/fotki-export.gemspec +1 -1
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -17,7 +17,7 @@ task :default => :gemspec
|
|
|
17
17
|
Jeweler::Tasks.new do |gemspec|
|
|
18
18
|
gemspec.name = 'fotki-export'
|
|
19
19
|
gemspec.summary = 'Fotki.com photo export tool.'
|
|
20
|
-
gemspec.description = 'Simple command line to
|
|
20
|
+
gemspec.description = 'Simple command line to download all your photos from Fotki.com'
|
|
21
21
|
gemspec.email = 'gene.drabkin@gmail.com'
|
|
22
22
|
gemspec.homepage = 'https://github.com/cloocher/fotki-exporter'
|
|
23
23
|
gemspec.authors = ['Gene Drabkin']
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/fotki-export.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Gene Drabkin"]
|
|
12
12
|
s.date = %q{2011-04-30}
|
|
13
|
-
s.description = %q{Simple command line to
|
|
13
|
+
s.description = %q{Simple command line to download all your photos from Fotki.com}
|
|
14
14
|
s.email = %q{gene.drabkin@gmail.com}
|
|
15
15
|
s.executables = ["fotki-export"]
|
|
16
16
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fotki-export
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Gene Drabkin
|
|
@@ -117,7 +117,7 @@ dependencies:
|
|
|
117
117
|
prerelease: false
|
|
118
118
|
type: :development
|
|
119
119
|
requirement: *id007
|
|
120
|
-
description: Simple command line to
|
|
120
|
+
description: Simple command line to download all your photos from Fotki.com
|
|
121
121
|
email: gene.drabkin@gmail.com
|
|
122
122
|
executables:
|
|
123
123
|
- fotki-export
|