PhoneSites.gemspec in phone_sites-0.0.4 vs PhoneSites.gemspec in phone_sites-0.0.5a
- old
+ new
@@ -9,10 +9,15 @@
spec.version = PhoneSites::VERSION
spec.authors = ["Igor Pavlov"]
spec.email = ["gophan1992@gmail.com"]
spec.summary = "Gem for web-scraping data for phone sites"
- spec.description = "Description"
+ spec.description = "This gem is for scraping data and organize workflow without storing something in databases.
+ Usage: ```PhoneSites::GsmArena::Connection.get_manufacturers``` will return list of manufacturers.
+ Then you can call ```manufacturer.models``` to get list of its models. Each model has method ```info``` that
+ takes model data from site with description
+
+"
spec.homepage = "http://bitbucket.org/BEaStia/phone_sites/"
spec.license = "MIT"
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.