vkontakte_api.gemspec in vkontakte_api-1.0.rc vs vkontakte_api.gemspec in vkontakte_api-1.0.rc2

- old
+ new

@@ -6,11 +6,11 @@ s.name = 'vkontakte_api' s.version = VkontakteApi::VERSION s.authors = ['Vsevolod Romashov'] s.email = ['7@7vn.ru'] s.homepage = 'http://7even.github.com/vkontakte_api' - s.summary = %q{Ruby-way wrapper for VKontakte API} - s.description = %q{A transparent wrapper for API of vk.com social network called VKontakte. Supports ruby-way method naming (without any method lists inside), result typecasting and any faraday-supported http adapter of your choice (no hardcoded Net::HTTP).} + s.summary = %q{Ruby wrapper for VKontakte API} + s.description = %q{A transparent wrapper for VKontakte API. Supports ruby-way naming of API methods (without method lists inside), optional authorization, files uploading, logging and any faraday-supported http adapter of your choice.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.require_paths = ['lib']