grumblr 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/Changelog CHANGED
@@ -1,3 +1,6 @@
1
+ version 2.3.1 (2010-09-01)
2
+ * Fixed unicode characters counter
3
+
1
4
  version 2.3.0 (2010-07-04)
2
5
 
3
6
  * Fixed layout of video panel
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.0
1
+ 2.3.1
data/lib/grumblr/ui.rb CHANGED
@@ -660,7 +660,7 @@ module Gtk
660
660
  end
661
661
 
662
662
  def report_length
663
- $statusbar.push 0, "Length: #{self.buffer.text.chars.count}"
663
+ $statusbar.push 0, "Length: #{self.buffer.text.scan(/./mu).count}"
664
664
  self.buffer.text.strip
665
665
  end
666
666
 
data/lib/ppds/tumblr.rb CHANGED
@@ -61,8 +61,8 @@ module Ppds
61
61
  raise 'Query failed: %s' % e.response.body
62
62
  rescue RestClient::RequestTimeout
63
63
  raise 'Timeout occured'
64
- # rescue Exception
65
- # raise $!
64
+ rescue Exception
65
+ raise $!
66
66
  end
67
67
 
68
68
  def authenticate(email, password)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grumblr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 0
10
- version: 2.3.0
9
+ - 1
10
+ version: 2.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Philippov
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-04 00:00:00 -04:00
18
+ date: 2010-09-01 00:00:00 +07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency