bio-biostars-analytics 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -325,11 +325,8 @@ module BioBiostarsAnalytics
325
325
  puts ' <date>_crawled.tsv : data mined from crawling over posts'
326
326
  puts ' <date>_api.tsv : data extracted from the Biostar API'
327
327
  puts ''
328
- puts 'Example 1: mining Biostars in March 2014:'
328
+ puts 'Example: mining Biostars in March 2014:'
329
329
  puts ' biostars-analytics 96000 54'
330
- puts ''
331
- puts 'Example 2: mining last month data with post numbers determined manually:'
332
- puts ' biostars-analytics 234 1 123'
333
330
  exit 1
334
331
  end
335
332
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-biostars-analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joachim Baran
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-07 00:00:00.000000000 Z
11
+ date: 2014-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shoulda
@@ -146,6 +146,9 @@ files:
146
146
  - bin/biostar_api_stats
147
147
  - bin/biostar_crawled_stats
148
148
  - bin/biostars-analytics
149
+ - data/201103_crawled.tsv
150
+ - data/20120306_crawled.tsv
151
+ - data/20130227_crawled.tsv
149
152
  - data/20140328_api.tsv
150
153
  - data/20140328_crawled.tsv
151
154
  - lib/bio-biostars-analytics.rb