ex_twitter 0.2.3 → 0.2.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a9b23f9683609efde2dde46d312c0fda81b6b3c
4
- data.tar.gz: bcc7f870f854273edb764a735ca82c054f0f2c34
3
+ metadata.gz: 015637f210b3ebeb0ebe6e4ef269eaa9ce5e0cee
4
+ data.tar.gz: ec4613c175ddc17fadb8a80d4b5accc0c0605582
5
5
  SHA512:
6
- metadata.gz: 00003a91f660be7352644924efbb880ec26138bd63c807e3888c8ec9b4ac5142ba4c5ccbf9671057a7863f12dd352ad8111c78c5e6733bbb41f05ee2997bc39d
7
- data.tar.gz: 08c4950f69d3a7409d1756f88892f2821062a1179438e9e0e6d2ad4bedad2e6e78bd86f85a94fe6e211fe9b42f413b4801fc83a8156c9d2638e63c086e592d97
6
+ metadata.gz: 93ec9eb62fb29ec6ce34cc62451b89519b56aedee56e183100b0801e24a7c71b66bd0f715fb25e79efdd0b8fc2ac08ed0ed2db9125727abb95334480373892de
7
+ data.tar.gz: e4b261ade9d9a8345d0567923a470dbd978f4f3faf66deb4fd1dba5ed6831dbf415b88a342288eb86dc995dcab7567499dce0c5f58bc292ae210a6fb33e17358
data/ex_twitter.gemspec CHANGED
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
21
21
  spec.require_paths = %w[lib]
22
22
  spec.summary = spec.description
23
23
  spec.test_files = Dir.glob('spec/**/*')
24
- spec.version = '0.2.3'
24
+ spec.version = '0.2.4'
25
25
  end
@@ -6,10 +6,16 @@ module ExTwitter
6
6
  end
7
7
 
8
8
  def __uid
9
+ ActiveSupport::Deprecation.warn(<<-MESSAGE.strip_heredoc)
10
+ `ExTwitter::Utils#__uid` is deprecated.
11
+ MESSAGE
9
12
  uid
10
13
  end
11
14
 
12
15
  def __uid_i
16
+ ActiveSupport::Deprecation.warn(<<-MESSAGE.strip_heredoc)
17
+ `ExTwitter::Utils#__uid_i` is deprecated.
18
+ MESSAGE
13
19
  uid
14
20
  end
15
21
 
@@ -19,6 +25,9 @@ module ExTwitter
19
25
  end
20
26
 
21
27
  def __screen_name
28
+ ActiveSupport::Deprecation.warn(<<-MESSAGE.strip_heredoc)
29
+ `ExTwitter::Utils#__screen_name` is deprecated.
30
+ MESSAGE
22
31
  screen_name
23
32
  end
24
33
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ex_twitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shinohara Teruki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-29 00:00:00.000000000 Z
11
+ date: 2016-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: twitter