livejournal 0.3.9 → 0.3.10

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 (4) hide show
  1. checksums.yaml +5 -13
  2. data/VERSION +1 -1
  3. data/lib/livejournal/entry.rb +3 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MDM2ZGFjNjYyMWRmNTcwYWZlODc2YWI0Y2QzOTg0ZTFiOTg5OTAzZg==
5
- data.tar.gz: !binary |-
6
- ZDkwODgzNzAwMTIwNzc0Mzc4ZDkxN2VkNTE1MmEzMmY2MWY5ZWYyNQ==
2
+ SHA1:
3
+ metadata.gz: e041f8a2e3206d7bbbb2177fdecd003441004782
4
+ data.tar.gz: a59bd37aa166dcd66164301ac506adb0fb65928b
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ZmNiOWQ3ODRkZTFiOTM0Y2RiMzM0MmJjZWJhNTA4MmFiMThkZTM2OWY3YTBi
10
- NGYzMDY4NjI3NTcyMmExY2I4NmI3YzM1NWE3OTBkMWYwYjEyNzFkNzEzZDFi
11
- OThlMTU0MzA5NmRjN2NjMDM1MDM1NjVhMWVhZWIzMTQ3ZGIxMjQ=
12
- data.tar.gz: !binary |-
13
- OWQ0ZTMzOGM4ZTEyNjU3ODlmZTVmZDhjYzI3YTNjZDBlNWJlY2RhYjI5YjM0
14
- NjBmZmEyNjljNTY4MmZkZWYzMDg3YjE3OTg5N2E2YTQyZTg3NWUxMWJhMTY4
15
- YjliNjRkYzEzZmY3NDA5MDNjOTI5ZDMyMWQ5M2I0MjUzNzgyZTI=
6
+ metadata.gz: 36b400a8a4dabcc998c6ff6fd025eb6886b42d4bfb42bf6ebe33f901f4a70adf4853c10333b77b7c1a96e906574d46dc1ebda4d9eb15f33bfeb705cd6506db43
7
+ data.tar.gz: c086a0a49c95ecd0b32e2a7dc70f783aede2dfc6195d5b85e9fa1d655f6415ae2ed13cff6313afb5bd22fecbcacf9e184a9b0bae881efcd45dae75be91d19dcd
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.9
1
+ 0.3.10
@@ -66,7 +66,7 @@ module LiveJournal
66
66
  KNOWN_EXTRA_PROPS = %w{admin_content_flag adult_content commentalter
67
67
  current_coords personifi_lang personifi_tags personifi_word_count
68
68
  qotdid revnum revtime sms_msgid statusvis syn_id syn_link unknown8bit
69
- unsuspend_supportid used_rte useragent verticals_list}
69
+ unsuspend_supportid used_rte useragent verticals_list poster_ip uniq}
70
70
 
71
71
  def initialize
72
72
  @subject = nil
@@ -88,6 +88,8 @@ module LiveJournal
88
88
  end
89
89
 
90
90
  def ==(other)
91
+ return false if self.class != other.class
92
+
91
93
  [:subject, :event, :moodid,
92
94
  :mood, :music, :location, :taglist, :pickeyword,
93
95
  :preformatted, :backdated, :comments, :security, :allowmask,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: livejournal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan Martin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-18 00:00:00.000000000 Z
12
+ date: 2014-04-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: LiveJournal module. Post to livejournal, retrieve friends lists, edit
15
15
  entries, sync journal to an offline database.
@@ -56,17 +56,17 @@ require_paths:
56
56
  - lib
57
57
  required_ruby_version: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - ! '>='
64
+ - - ">="
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
67
  requirements: []
68
68
  rubyforge_project:
69
- rubygems_version: 2.1.11
69
+ rubygems_version: 2.2.2
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: Module for interacting with livejournal