PhoneSites.gemspec in phone_sites-0.1.0 vs PhoneSites.gemspec in phone_sites-0.1.1

- old
+ new

@@ -9,25 +9,16 @@ 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 = "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.description = "This gem is for scraping data and organize workflow without storing + something in databases. \r\nUsage: ```PhoneSites::GsmArena::Connection.get_manufacturers``` + will return list of manufacturers. \r\nThen you can call ```manufacturer.models``` + to get list of its models. Each model has method ```info``` that \r\n + 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. - #if spec.respond_to?(:metadata) - # spec.metadata['allowed_push_host'] = "http://rubygems.org" - #else - # raise "RubyGems 2.0 or newer is required to protect against public gem pushes." - #end spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe"