jsl-myzofeedtosis 0.0.2.2 → 0.0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -146,8 +146,7 @@ module Myzofeedtosis
146
146
  # This signature will be the MD5 of enough fields to have a reasonable
147
147
  # probability of determining if the entry is unique or not.
148
148
  def digest_for(entry)
149
- MD5.hexdigest( [ entry.date_published, entry.url, entry.title,
150
- entry.content ].join )
149
+ MD5.hexdigest( [ entry.title, entry.content ].join )
151
150
  end
152
151
 
153
152
  def parser_for_xml(xml)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{myzofeedtosis}
3
- s.version = "0.0.2.2"
3
+ s.version = "0.0.2.3"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Justin Leitgeb"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsl-myzofeedtosis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.2
4
+ version: 0.0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Leitgeb