phone_sites 0.0.4 → 0.0.5a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/PhoneSites.gemspec +6 -1
- data/lib/phone_sites/version.rb +1 -1
- metadata +9 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 31e290cbf08391cef67e42f73a4c406088e4b1ea
|
|
4
|
+
data.tar.gz: 6903dbf9d6202d06ad11383618e27b108ab03a58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d648f06b31b48633e9680de9196b567b57a773c78d0f846e974d8cd20b5c569dc7c3d3cc428cb7ed495f54aee7069c1c48db73a90a7d352420731b4131197e6a
|
|
7
|
+
data.tar.gz: 481e4655347fe62cac31198191014aef793226b45ec364c7100c0e8a008c71460d005ee15a1d643c936d39c073d5c9b40280b779d768384649d50a07021524fa
|
data/PhoneSites.gemspec
CHANGED
|
@@ -11,7 +11,12 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.email = ["gophan1992@gmail.com"]
|
|
12
12
|
|
|
13
13
|
spec.summary = "Gem for web-scraping data for phone sites"
|
|
14
|
-
spec.description = "
|
|
14
|
+
spec.description = "This gem is for scraping data and organize workflow without storing something in databases.
|
|
15
|
+
Usage: ```PhoneSites::GsmArena::Connection.get_manufacturers``` will return list of manufacturers.
|
|
16
|
+
Then you can call ```manufacturer.models``` to get list of its models. Each model has method ```info``` that
|
|
17
|
+
takes model data from site with description
|
|
18
|
+
|
|
19
|
+
"
|
|
15
20
|
spec.homepage = "http://bitbucket.org/BEaStia/phone_sites/"
|
|
16
21
|
spec.license = "MIT"
|
|
17
22
|
|
data/lib/phone_sites/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phone_sites
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5a
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Igor Pavlov
|
|
@@ -120,7 +120,12 @@ dependencies:
|
|
|
120
120
|
- - "~>"
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
122
|
version: '0'
|
|
123
|
-
description:
|
|
123
|
+
description: |+
|
|
124
|
+
This gem is for scraping data and organize workflow without storing something in databases.
|
|
125
|
+
Usage: ```PhoneSites::GsmArena::Connection.get_manufacturers``` will return list of manufacturers.
|
|
126
|
+
Then you can call ```manufacturer.models``` to get list of its models. Each model has method ```info``` that
|
|
127
|
+
takes model data from site with description
|
|
128
|
+
|
|
124
129
|
email:
|
|
125
130
|
- gophan1992@gmail.com
|
|
126
131
|
executables: []
|
|
@@ -166,9 +171,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
166
171
|
version: '0'
|
|
167
172
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
173
|
requirements:
|
|
169
|
-
- - "
|
|
174
|
+
- - ">"
|
|
170
175
|
- !ruby/object:Gem::Version
|
|
171
|
-
version:
|
|
176
|
+
version: 1.3.1
|
|
172
177
|
requirements: []
|
|
173
178
|
rubyforge_project:
|
|
174
179
|
rubygems_version: 2.5.1
|