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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17b512ca7432eceb6cddd1ceb618d4d48286ee80
4
- data.tar.gz: 42aeb31271a225c724aee16317cc1b50c2d3ba6c
3
+ metadata.gz: 31e290cbf08391cef67e42f73a4c406088e4b1ea
4
+ data.tar.gz: 6903dbf9d6202d06ad11383618e27b108ab03a58
5
5
  SHA512:
6
- metadata.gz: f43af80ed9a3053a1c11e8d19bef89360a0eebeae8cb7f232db3a7d130efb7392ee644e560aa65ef2b075b88dfcaf642c9d5e731ed521d817fbe7daa8a85da11
7
- data.tar.gz: 3c27ae22440f8abdaa73b477ec39b5132cd12a94a86c3ff486bec843b1bbe0729e420fcf3c9c6cb25a50b13649168d6ddda47b8264178d1f6860348c28605e89
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 = "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
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module PhoneSites
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5a"
4
4
  end
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
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: 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: '0'
176
+ version: 1.3.1
172
177
  requirements: []
173
178
  rubyforge_project:
174
179
  rubygems_version: 2.5.1