blekko 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/blekko.rb +3 -2
  2. metadata +1 -1
data/lib/blekko.rb CHANGED
@@ -6,7 +6,7 @@ require 'open-uri'
6
6
 
7
7
 
8
8
  BlekkoResult = Struct.new :title, :abstract, :url, :display_url, :short_host,
9
- :short_host_url, :rss, :main_slashtag_boosted
9
+ :short_host_url, :rss, :main_slashtag_boosted, :date
10
10
 
11
11
 
12
12
  class Blekko
@@ -67,7 +67,8 @@ class Blekko
67
67
  result['short_host'],
68
68
  result['short_host_url'],
69
69
  result['rss'],
70
- result['main_slashtag_boosted']
70
+ result['main_slashtag_boosted'],
71
+ Time.now
71
72
  )
72
73
  end
73
74
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blekko
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: