tw 0.4.5 → 0.4.6

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: 581eb62dfa7cad33cce018e20f5727649f9ce78e
4
- data.tar.gz: e458f561064a25aa08095e5094d89d8a68b2318e
3
+ metadata.gz: f18ddfb9ae7285b0da4d16e7e8c3d1e20e926d18
4
+ data.tar.gz: 3934d90b76c091ab0973b8658c78c1e3feab931f
5
5
  SHA512:
6
- metadata.gz: 716ef1d6263c8b1c2d5607cd27896217c02cd5594c14274925e8b2112d08f42781171d2d9aaa23c8070837a7dc1ac2f3beee67a0d7a0a78a665f543c065d88c1
7
- data.tar.gz: 8200f1d8375a21fe1a9a2f7fa0dcbcdaa2496e541648f469efe57bec99d8b3e32c90c40b9125b1abe680b815f258f1da8f38f65c9c1e4dc452d5d24037bf2906
6
+ metadata.gz: 3d557fa4f73fd46c14a197bbe6cfea602fe83219c104ad8202a4ec2d3b7ceb35a50d7cf773b5cd5f8cbb3450c4148148442149e8cf6bd991b9650712839cca41
7
+ data.tar.gz: dd590622107f9c6235f6e635d692a7af646ddb0320e6391cf682fb68905df06c5ff2bc34b259dcc808187152408579041d11bb74e2f1f1f84efcfc4c424a9246
@@ -1,3 +1,7 @@
1
+ === 0.4.6 2013-07-28
2
+
3
+ * unescape HTML in Tw::Client#show_status
4
+
1
5
  === 0.4.5 2013-07-27
2
6
 
3
7
  * fix listname regex, could contain '-'
data/README.md CHANGED
@@ -79,7 +79,7 @@ Test
79
79
 
80
80
  % gem install bundler
81
81
  % bundle install
82
- % rake test
82
+ % bundle exec rake test
83
83
 
84
84
 
85
85
  Contributing
@@ -79,7 +79,7 @@ module Tw
79
79
 
80
80
  def show_status(status_id)
81
81
  res = Twitter.status(status_id)
82
- puts res.text
82
+ puts CGI.unescapeHTML res.text
83
83
  puts "http://twitter.com/#{res.user.screen_name}/status/#{res.id}"
84
84
  puts res.created_at
85
85
  end
@@ -1,3 +1,3 @@
1
1
  module Tw
2
- VERSION = '0.4.5'
2
+ VERSION = '0.4.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sho Hashimoto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-27 00:00:00.000000000 Z
11
+ date: 2013-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: twitter