siuying-fullfeed 0.4.4 → 0.4.6

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 (3) hide show
  1. data/README +15 -0
  2. data/Rakefile +11 -10
  3. metadata +2 -1
data/README ADDED
@@ -0,0 +1,15 @@
1
+ == Fullfeed
2
+
3
+ Create full text RSS feed from RSS.
4
+
5
+ Hmm... more details later.
6
+
7
+ h2. Dependency
8
+
9
+ Fullfeed requires following gems:
10
+
11
+ * cache (0.3.0+)
12
+ * nokogiri (1.2.0+)
13
+ * hpricot (0.6.1+)
14
+ * mechanize (optional)
15
+ * datamapper (optional)
data/Rakefile CHANGED
@@ -8,18 +8,19 @@ require "rake/gempackagetask"
8
8
 
9
9
  NAME = "fullfeed"
10
10
  SUMMARY = "Fullfeed RSS creator"
11
- GEM_VERSION = "0.4.4"
11
+ GEM_VERSION = "0.4.6"
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
- s.name = NAME
15
- s.summary = s.description = SUMMARY
16
- s.author = "siuying"
17
- s.email = "siu.ying@gmail.com"
18
- s.version = GEM_VERSION
19
- s.platform = Gem::Platform::RUBY
20
- s.require_path = 'lib'
21
- s.files = %w(Rakefile) + Dir.glob("lib/**/*") + Dir.glob("examples/**/*")
22
-
14
+ s.name = NAME
15
+ s.summary = s.description = SUMMARY
16
+ s.author = "siuying"
17
+ s.email = "siu.ying@gmail.com"
18
+ s.version = GEM_VERSION
19
+ s.platform = Gem::Platform::RUBY
20
+ s.require_path = 'lib'
21
+ s.files = %w(README Rakefile) + Dir.glob("{examples,lib,test}/**/*")
22
+
23
+ # s.executables = ["rackup"]
23
24
  s.add_dependency('ruby-cache', '>= 0.3.0')
24
25
  s.add_dependency('hpricot', '>= 0.6.1')
25
26
  end
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.4
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - siuying
@@ -41,6 +41,7 @@ extensions: []
41
41
  extra_rdoc_files: []
42
42
 
43
43
  files:
44
+ - README
44
45
  - Rakefile
45
46
  has_rdoc: false
46
47
  homepage: