fotki-export 0.0.3 → 0.0.4

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 +1 -1
  2. data/VERSION +1 -1
  3. data/fotki-export.gemspec +2 -2
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -19,7 +19,7 @@ Jeweler::Tasks.new do |gemspec|
19
19
  gemspec.summary = 'Fotki.com photo export tool.'
20
20
  gemspec.description = 'Simple command line tool to download all your photos from Fotki.com'
21
21
  gemspec.email = 'gene.drabkin@gmail.com'
22
- gemspec.homepage = 'https://github.com/cloocher/fotki-exporter'
22
+ gemspec.homepage = 'https://github.com/cloocher/fotki-export'
23
23
  gemspec.authors = ['Gene Drabkin']
24
24
  gemspec.files = FileList['fotki-export.gemspec', 'Rakefile', 'README', 'VERSION', 'lib/**/*', 'bin/**/*']
25
25
  gemspec.add_dependency 'watir-webdriver', '>= 0.2.2'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fotki-export}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.4"
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"]
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  "fotki-export.gemspec",
24
24
  "lib/fotki.rb"
25
25
  ]
26
- s.homepage = %q{https://github.com/cloocher/fotki-exporter}
26
+ s.homepage = %q{https://github.com/cloocher/fotki-export}
27
27
  s.require_paths = ["lib"]
28
28
  s.requirements = ["none"]
29
29
  s.rubygems_version = %q{1.7.2}
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: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gene Drabkin
@@ -132,7 +132,7 @@ files:
132
132
  - fotki-export.gemspec
133
133
  - lib/fotki.rb
134
134
  - README.rdoc
135
- homepage: https://github.com/cloocher/fotki-exporter
135
+ homepage: https://github.com/cloocher/fotki-export
136
136
  licenses: []
137
137
 
138
138
  post_install_message: