siuying-fullfeed 0.4.1 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/Rakefile +1 -1
  2. metadata +3 -3
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ require "rake/gempackagetask"
8
8
 
9
9
  NAME = "fullfeed"
10
10
  SUMMARY = "Fullfeed RSS creator"
11
- GEM_VERSION = "0.4.1"
11
+ GEM_VERSION = "0.4.3"
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = NAME
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: siuying-fullfeed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - siuying
@@ -23,14 +23,14 @@ dependencies:
23
23
  version: 0.3.0
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
- name: nokogiri
26
+ name: hpricot
27
27
  type: :runtime
28
28
  version_requirement:
29
29
  version_requirements: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 1.2.3
33
+ version: 0.6.1
34
34
  version:
35
35
  description: Fullfeed RSS creator
36
36
  email: siu.ying@gmail.com