multistockphoto 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.7.1 2008-06-16
2
+ * 1 bug fix
3
+ * entfernen von ueberfluessiger aldi-site fuehrte anderweitig zu Fehler
1
4
  == 0.7.0 2008-06-16
2
5
  * 1 major enhancement
3
6
  * neue Site Dreamstime erstellt
data/bin/multistockphoto CHANGED
@@ -542,9 +542,9 @@ def no_tags
542
542
  next if File.basename(fn)[0,4] == 'rot_'
543
543
  if fn.upcase =~ PICTURE_FILES
544
544
  if ! tagsfile?(fn)
545
- if ! sender.sent_to?(fn,:fotolia) #TODO: provisorisch
545
+ #if ! sender.sent_to?(fn,:fotolia) #TODO: provisorisch
546
546
  puts fn
547
- end
547
+ #end
548
548
 
549
549
  end
550
550
  end
@@ -13,7 +13,7 @@ require 'multistockphoto/sender'
13
13
 
14
14
  require 'multistockphoto/site_fotolia'
15
15
  require 'multistockphoto/site_zoonar'
16
- require 'multistockphoto/site_aldi'
16
+ #require 'multistockphoto/site_aldi'
17
17
  require 'multistockphoto/site_photocase'
18
18
  require 'multistockphoto/site_dreamstime'
19
19
 
@@ -2,7 +2,7 @@ module Multistockphoto #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 7
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multistockphoto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Preymesser