rrsimple-rss 1.3.8 → 1.3.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6e4bbd535ab0d41860e37b2c9dbbce4b2812a966
4
+ data.tar.gz: 166312f654025eb0ced44b7dfeb79fcab0dac47e
5
+ SHA512:
6
+ metadata.gz: 6e9275e1f51621fd66f658b1da17a04f03ce503bffcf10a3fd2b7b99bfe42fb60a5e833051726fc6c445aa5ff0d11d1578b893a8e7e2c2f327d02afc15a1e8a9
7
+ data.tar.gz: 5ec05713590bab65a981b401477a8ed75dcb21980eeaa7545fcb8f1444c48860870409b84105869e03999d505a0985647474714539f4aaa636490959e7f0b93f
data/lib/rrsimple-rss.rb CHANGED
@@ -1,8 +1,9 @@
1
+ #encoding: utf-8
1
2
  require 'cgi'
2
3
  require 'time'
3
4
 
4
5
  class RRSimpleRSS
5
- VERSION = "1.3.8"
6
+ VERSION = "1.3.9"
6
7
 
7
8
  attr_reader :items, :source
8
9
  alias :entries :items
data/rrsimple-rss.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "rrsimple-rss"
3
- s.version = "1.3.8"
3
+ s.version = "1.3.9"
4
4
  s.date = Time.now.strftime("%Y-%m-%d")
5
5
  s.summary = "A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation."
6
6
  s.email = "rodrigo@rrmartins.com"
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rrsimple-rss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.8
5
- prerelease:
4
+ version: 1.3.9
6
5
  platform: ruby
7
6
  authors:
8
7
  - Lucas Carlson
@@ -10,7 +9,7 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2015-11-10 00:00:00.000000000 Z
12
+ date: 2015-11-19 00:00:00.000000000 Z
14
13
  dependencies: []
15
14
  description: A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby.
16
15
  It is designed to be backwards compatible with the standard RSS parser, but will
@@ -20,42 +19,41 @@ executables: []
20
19
  extensions: []
21
20
  extra_rdoc_files: []
22
21
  files:
23
- - install.rb
24
- - lib/rrsimple-rss.rb
25
22
  - LICENSE
26
- - Rakefile
27
23
  - README.markdown
24
+ - Rakefile
25
+ - install.rb
26
+ - lib/rrsimple-rss.rb
28
27
  - rrsimple-rss.gemspec
29
28
  - test/base/base_test.rb
30
- - test/data/bbc.xml
31
29
  - test/data/atom.xml
30
+ - test/data/bbc.xml
32
31
  - test/data/not-rss.xml
33
32
  - test/data/rss09.rdf
34
33
  - test/data/rss20.xml
35
34
  - test/test_helper.rb
36
35
  homepage: http://github.com/rrmartins/simple-rss
37
36
  licenses: []
37
+ metadata: {}
38
38
  post_install_message:
39
39
  rdoc_options: []
40
40
  require_paths:
41
41
  - lib
42
42
  required_ruby_version: !ruby/object:Gem::Requirement
43
- none: false
44
43
  requirements:
45
- - - ! '>='
44
+ - - ">="
46
45
  - !ruby/object:Gem::Version
47
46
  version: '0'
48
47
  required_rubygems_version: !ruby/object:Gem::Requirement
49
- none: false
50
48
  requirements:
51
- - - ! '>='
49
+ - - ">="
52
50
  - !ruby/object:Gem::Version
53
51
  version: '0'
54
52
  requirements: []
55
53
  rubyforge_project: rrsimple-rss
56
- rubygems_version: 1.8.23.2
54
+ rubygems_version: 2.4.5
57
55
  signing_key:
58
- specification_version: 3
56
+ specification_version: 4
59
57
  summary: A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby.
60
58
  It is designed to be backwards compatible with the standard RSS parser, but will
61
59
  never do RSS generation.