image_downloader 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +9 -6
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_downloader
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Malykh Oleg
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-25 00:00:00 +04:00
18
+ date: 2011-07-26 00:00:00 +04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -110,7 +110,10 @@ dependencies:
110
110
  version: "0"
111
111
  type: :development
112
112
  version_requirements: *id006
113
- description: A simple lib for downloading pictures from web pages. It can get and parse page with different options and receive images from specified locations. It is possible to download images simultaneously in multiple threads or sequentially.
113
+ description: |-
114
+ A simple lib for downloading pictures from web pages. It can get and parse page with different options and receive images from specified locations. It is possible to download images simultaneously in multiple threads or sequentially.
115
+
116
+ In fact, it's picture downloader or picture grabber from web pages, which allows you to download photos (.jpg, .jpeg, .png, .gif, .ico, .svg, .bmp) and not only them.
114
117
  email: malykholeg@gmail.com
115
118
  executables:
116
119
  - download_any_images
@@ -168,6 +171,6 @@ rubyforge_project:
168
171
  rubygems_version: 1.3.7
169
172
  signing_key:
170
173
  specification_version: 3
171
- summary: Lib for parsing web pages to find images in specified locations and downloading them simultaneously or sequentially
174
+ summary: Lib for parsing web pages to find images in specified locations and downloading them simultaneously or sequentially. Picture downloader and grabber for images, photos, pictures (.jpg, .jpeg, .png, .gif, .ico, .svg, .bmp)...
172
175
  test_files: []
173
176