fed 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/fed.gemspec CHANGED
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'fed'
16
- s.version = '0.0.1'
17
- s.date = '2013-04-25'
16
+ s.version = '0.0.2'
17
+ s.date = '2013-04-26'
18
18
 
19
19
  ## Make sure your summary is short. The description may be as long
20
20
  ## as you like.
@@ -55,7 +55,6 @@ Gem::Specification.new do |s|
55
55
  LICENSE
56
56
  README.md
57
57
  Rakefile
58
- fed-0.0.gem
59
58
  fed.gemspec
60
59
  lib/fed.rb
61
60
  lib/fed/feed/atom.rb
data/lib/fed/http/curb.rb CHANGED
@@ -5,6 +5,7 @@ module Fed
5
5
  def self.get(url)
6
6
  Curl.get(url) do|http|
7
7
  http.headers['User-Agent'] = Fed::Http.options[:user_agent]
8
+ http.follow_location = true
8
9
  end.body_str
9
10
  end
10
11
  end
data/lib/fed.rb CHANGED
@@ -12,7 +12,7 @@ require 'fed/feed/rss'
12
12
  require 'fed/feed/entry'
13
13
 
14
14
  module Fed
15
- VERSION = '0.0.1'
15
+ VERSION = '0.0.2'
16
16
 
17
17
  class <<self
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fed
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-25 00:00:00.000000000 Z
12
+ date: 2013-04-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -86,7 +86,6 @@ files:
86
86
  - LICENSE
87
87
  - README.md
88
88
  - Rakefile
89
- - fed-0.0.gem
90
89
  - fed.gemspec
91
90
  - lib/fed.rb
92
91
  - lib/fed/feed/atom.rb
data/fed-0.0.gem DELETED
Binary file