multistockphoto 0.9.0 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
data/test/testgrep.dat ADDED
@@ -0,0 +1,4 @@
1
+ zoonar IMG1.jpg
2
+ fotolia IMG1.jpg
3
+ zoonar IMG2.jpg
4
+ fotolia IMG2.jpg
data/upload/1.gif ADDED
File without changes
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multistockphoto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ hash: 63
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 9
9
+ - 2
10
+ version: 0.9.2
5
11
  platform: ruby
6
12
  authors:
7
13
  - Thomas Preymesser
@@ -9,133 +15,110 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2009-07-08 00:00:00 +02:00
18
+ date: 2010-06-21 00:00:00 +02:00
13
19
  default_executable:
14
20
  dependencies:
15
21
  - !ruby/object:Gem::Dependency
16
- name: choice
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
22
+ name: bones
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
20
26
  requirements:
21
27
  - - ">="
22
28
  - !ruby/object:Gem::Version
23
- version: 0.1.2
24
- version:
25
- - !ruby/object:Gem::Dependency
26
- name: grep
27
- type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: 0.0.1
34
- version:
35
- - !ruby/object:Gem::Dependency
36
- name: exifr
37
- type: :runtime
38
- version_requirement:
39
- version_requirements: !ruby/object:Gem::Requirement
40
- requirements:
41
- - - ">="
42
- - !ruby/object:Gem::Version
43
- version: 0.10.6
44
- version:
45
- - !ruby/object:Gem::Dependency
46
- name: rmagick
47
- type: :runtime
48
- version_requirement:
49
- version_requirements: !ruby/object:Gem::Requirement
50
- requirements:
51
- - - ">="
52
- - !ruby/object:Gem::Version
53
- version: 0.0.1
54
- version:
55
- - !ruby/object:Gem::Dependency
56
- name: mini_exiftool
57
- type: :runtime
58
- version_requirement:
59
- version_requirements: !ruby/object:Gem::Requirement
60
- requirements:
61
- - - ">="
62
- - !ruby/object:Gem::Version
63
- version: 1.0.1
64
- version:
65
- - !ruby/object:Gem::Dependency
66
- name: exifr
67
- type: :runtime
68
- version_requirement:
69
- version_requirements: !ruby/object:Gem::Requirement
70
- requirements:
71
- - - ">="
72
- - !ruby/object:Gem::Version
73
- version: 0.10.8
74
- version:
75
- - !ruby/object:Gem::Dependency
76
- name: mechanize
77
- type: :runtime
78
- version_requirement:
79
- version_requirements: !ruby/object:Gem::Requirement
80
- requirements:
81
- - - ">="
82
- - !ruby/object:Gem::Version
83
- version: 0.7.5
84
- version:
85
- description: Upload your photos to multiple stock photo sites
29
+ hash: 27
30
+ segments:
31
+ - 3
32
+ - 4
33
+ - 6
34
+ version: 3.4.6
35
+ type: :development
36
+ version_requirements: *id001
37
+ description: |-
38
+ Dieses Programm kann eigene Photos an mehrere definierte Photo-Sites (wie
39
+ fotolia.de, zoonar.de, photocase.de, etc.) hochladen um sie dort zum Verkauf
40
+ anzubieten.
86
41
  email: thopre@gmail.com
87
42
  executables:
88
43
  - multistockphoto
44
+ - multistockphoto-gui
89
45
  extensions: []
90
46
 
91
- extra_rdoc_files: []
92
-
93
- files:
47
+ extra_rdoc_files:
48
+ - GUIDE.txt
49
+ - History.txt
94
50
  - README.txt
51
+ - bin/multistockphoto
52
+ - bin/multistockphoto-gui
53
+ - lib/multistockphoto/.version.rb.swp
54
+ files:
55
+ - GUIDE.txt
95
56
  - History.txt
57
+ - README.txt
58
+ - Rakefile
59
+ - TODO
60
+ - bin/multistockphoto
61
+ - bin/multistockphoto-gui
62
+ - config.yaml
63
+ - lib/multistockphoto.rb
64
+ - lib/multistockphoto/.version.rb.swp
96
65
  - lib/multistockphoto/generic_site.rb
97
- - lib/multistockphoto/sender.rb
98
66
  - lib/multistockphoto/mock_zoonar.rb
99
- - lib/multistockphoto/version.rb
100
- - lib/multistockphoto/site_panthermedia.rb
101
- - lib/multistockphoto/site_photocase.rb
102
- - lib/multistockphoto/site_istockphoto.rb
103
- - lib/multistockphoto/site_dreamstime.rb
104
67
  - lib/multistockphoto/photo.rb
105
- - lib/multistockphoto/site_bigstockphoto.rb
106
- - lib/multistockphoto/upload_exception.rb
107
- - lib/multistockphoto/multistockphoto.rb
68
+ - lib/multistockphoto/sender.rb
108
69
  - lib/multistockphoto/site_aldi.rb
109
- - lib/multistockphoto/site_zoonar.rb
70
+ - lib/multistockphoto/site_bigstockphoto.rb
71
+ - lib/multistockphoto/site_dreamstime.rb
110
72
  - lib/multistockphoto/site_fotolia.rb
111
- - lib/multistockphoto.rb
73
+ - lib/multistockphoto/site_istockphoto.rb
74
+ - lib/multistockphoto/site_panthermedia.rb
75
+ - lib/multistockphoto/site_photocase.rb
76
+ - lib/multistockphoto/site_zoonar.rb
77
+ - lib/multistockphoto/upload_exception.rb
78
+ - lib/multistockphoto/version.rb
79
+ - sendeliste.dat
80
+ - spec/multistockphoto_spec.rb
81
+ - spec/spec_helper.rb
82
+ - test/IMG_3602.JPG
83
+ - test/test_helper.rb
84
+ - test/test_multistockphoto.rb
85
+ - test/testgrep.dat
86
+ - upload/1.gif
112
87
  has_rdoc: true
113
- homepage: http://multistockphoto.rubyforge.org
88
+ homepage: http://multistockphoto.rubyforge.net/
114
89
  licenses: []
115
90
 
116
91
  post_install_message:
117
- rdoc_options: []
118
-
92
+ rdoc_options:
93
+ - --main
94
+ - README.txt
119
95
  require_paths:
120
96
  - lib
121
97
  required_ruby_version: !ruby/object:Gem::Requirement
98
+ none: false
122
99
  requirements:
123
100
  - - ">="
124
101
  - !ruby/object:Gem::Version
102
+ hash: 3
103
+ segments:
104
+ - 0
125
105
  version: "0"
126
- version:
127
106
  required_rubygems_version: !ruby/object:Gem::Requirement
107
+ none: false
128
108
  requirements:
129
109
  - - ">="
130
110
  - !ruby/object:Gem::Version
111
+ hash: 3
112
+ segments:
113
+ - 0
131
114
  version: "0"
132
- version:
133
115
  requirements: []
134
116
 
135
117
  rubyforge_project: multistockphoto
136
- rubygems_version: 1.3.4
118
+ rubygems_version: 1.3.7
137
119
  signing_key:
138
120
  specification_version: 3
139
- summary: Upload your photos to multiple stock photo sites
140
- test_files: []
141
-
121
+ summary: Dieses Programm kann eigene Photos an mehrere definierte Photo-Sites (wie fotolia
122
+ test_files:
123
+ - test/test_multistockphoto.rb
124
+ - test/test_helper.rb
@@ -1,7 +0,0 @@
1
- class Transfer
2
- # attr_reader :name
3
- #
4
- # def initialize(name)
5
- # @name = name
6
- # end
7
- end