fotki-export 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION +1 -1
  3. data/fotki-export.gemspec +2 -2
  4. 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 download all your photos from Fotki.com'
20
+ gemspec.description = 'Simple command line tool 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']
@@ -55,4 +55,4 @@ Rake::RDocTask.new do |rdoc|
55
55
  rdoc.title = "fotki-export #{version}"
56
56
  rdoc.rdoc_files.include('README*')
57
57
  rdoc.rdoc_files.include('lib/**/*.rb')
58
- end
58
+ end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fotki-export}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
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 download all your photos from Fotki.com}
13
+ s.description = %q{Simple command line tool 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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
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 download all your photos from Fotki.com
120
+ description: Simple command line tool to download all your photos from Fotki.com
121
121
  email: gene.drabkin@gmail.com
122
122
  executables:
123
123
  - fotki-export