repocrawler 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61cddf36b5cfde9736ab07938e3ccab3c60fe534
4
- data.tar.gz: bb6453f2e6f0c773221d2d0a010a47ebab36d775
3
+ metadata.gz: dc5bf52354750d5c04db57825119a1ac363dd89c
4
+ data.tar.gz: 4de595550ce80a125543c6b9a4e97ee46d0bd136
5
5
  SHA512:
6
- metadata.gz: 9388ed7ad3a1c9844cb465d2a5c03606cdb69bcca78f2053de00d96b4f2f2e5b885aba588ef92b397f0c070d19bb5da7d718832e755d94ad5b414d82405d7db2
7
- data.tar.gz: 964d35d8da298e377a573a70fa5c68ae568f951cf150a5cce5bf65ca5398d13b61ce25e1cbe577da32e94c7953574f40e7746f0dbbfb8c59eb0b424745571237
6
+ metadata.gz: 16b34922d7827257a31836a2cc339471a20e19c37251cfc7a3ee91fc45db638184912832861ca9d4f7ad3041d28c157e4b9ac2fba8a767fdf7ac7a7ab24f0285
7
+ data.tar.gz: fe76c01de67fe2a2a8f4d8ecc6d7e25028bbd43be62cb11f35c7b96889c5197f95a456d308cb550cc2dc2150b4009c1594f9b1d922450cb7b3d8ff8e27a8e4b6
@@ -1,6 +1,5 @@
1
1
  require 'rubygems'
2
2
  require 'gems'
3
- require 'mongo'
4
3
  require 'github_api'
5
4
  require 'httparty'
6
5
  require 'nokogiri'
@@ -187,7 +186,8 @@ module Repos
187
186
  version_downloads_days = Gems.downloads @gem_name, version['number'], start, end_date
188
187
  {
189
188
  'number' => version['number'],
190
- 'downloads_date' => version_downloads_days
189
+ 'downloads_date' => version_downloads_days,
190
+ 'created_at' => version['created_at']
191
191
  }
192
192
  end
193
193
  end.reverse!
@@ -1,4 +1,4 @@
1
1
  # Versioning
2
2
  module Repos
3
- VERSION = '0.1.9'
3
+ VERSION = '0.1.10'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repocrawler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Chen