twterm 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d44d4efd89253159a5b3999aab7c1600c455f446
4
- data.tar.gz: 05db8e2c2a8d665dad0c256113ba479f9d471d36
3
+ metadata.gz: 484c724ac71bd898288537ded6bdb4ba7abe4560
4
+ data.tar.gz: ed536081055851cca20e82ae28fde3b0a1a7ab82
5
5
  SHA512:
6
- metadata.gz: 9cf75c3584cf79a4028434df82525b17a7df990a7bada78ec925e140e5f3ff2f5ced14ab0f373d5f45accb2ae8f232abef31e797e39cb2beb08b7392f52d6634
7
- data.tar.gz: b15698fad09a15ab42d11b03400883c5165bac3e290348f3b926145ef4bf7882a5e2f8734bd9bed50174a4d7b10dd6eba60e9fca955afd90813f0ae081af204b
6
+ metadata.gz: e6d52bbeaf7b332a561b3faecb0a9ddcef375bcf2ffbb0ca2eeaf1c4f6dcc1e0b0a7e252241a0ff6e35f34790ef687ea267183d102e2e822d1293d38db9a26cc
7
+ data.tar.gz: 7b28a087c4ff51c27f48276fda91b2e3376110dbac0ec85aafc5cdf5138b5a7a782d6330af9092736b6d061f6d472c741b322722c1e47dfa4bdee6172d08f976
@@ -11,7 +11,7 @@ module Twterm
11
11
  attr_reader :status_id
12
12
 
13
13
  def ==(other)
14
- other.is_a?(self.class) && status == other.status
14
+ other.is_a?(self.class) && status_id == other.status_id
15
15
  end
16
16
 
17
17
  def fetch
@@ -1,3 +1,3 @@
1
1
  module Twterm
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twterm
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Kameoka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-10 00:00:00.000000000 Z
11
+ date: 2017-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: curses