i18n_data 0.5.1 → 0.6.0

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: 8a519fd7617147a6c0743db00ac0bb83a14c2c4f
4
- data.tar.gz: 16b9e4ce055243d906e56781a4280ee0b3b817de
3
+ metadata.gz: 3d9d895d0cec012530d0a3f331f376a139cfdfb0
4
+ data.tar.gz: 3c86de778cb74f0f2239fbf1fda3e5bb96d47210
5
5
  SHA512:
6
- metadata.gz: 9111c00fb432a6cfc591356dbf51b06409bd8d9f4c51757b4fdef5cff33bb10a4833b7f87ab1697fa471996a1bb9854af257e2023b5d3734f8ff0da8c909e827
7
- data.tar.gz: cc26c808c6660ab45fae008d613eba1d1b57661480e987f10649b13acb6041ef5edf253c41f6613a45be5b2b3d2af4a27c19b4149eaa0f4854c07ce6c81500e7
6
+ metadata.gz: 9d0fc31e5a9882a76e737a2dbaa9dbe7373390e010bcd025165796c116e868780c53e7e1e38e53c00265caf20bb6b6593402ea5f9c45f72378e15a19b953669a
7
+ data.tar.gz: 9903bc98fbe95de305df1f7cf34efbe5ea7967d7b2eb81a6f06d42bc244ab6f2255082a2f92e2c713e2ec8b27562652ce8e31dc07586f3fab8bea3a884c41367
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module I18nData
2
- VERSION = Version = "0.5.1"
2
+ VERSION = Version = "0.6.0"
3
3
  end
data/lib/i18n_data.rb CHANGED
@@ -2,7 +2,7 @@ require 'i18n_data/version'
2
2
 
3
3
  module I18nData
4
4
 
5
- class BaseException < Exception
5
+ class BaseException < StandardError
6
6
  def to_s
7
7
  "#{self.class} -- #{super}"
8
8
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
@@ -30,7 +30,7 @@ cert_chain:
30
30
  F5etKHZg0j3eHO31/i2HnswY04lqGImUu6aM5EnijFTB7PPW2KwKKM4+kKDYFdlw
31
31
  /0WV1Ng2/Y6qsHwmqGg2VlYj2h4=
32
32
  -----END CERTIFICATE-----
33
- date: 2014-06-16 00:00:00.000000000 Z
33
+ date: 2014-07-19 00:00:00.000000000 Z
34
34
  dependencies: []
35
35
  description:
36
36
  email: michael@grosser.it
metadata.gz.sig CHANGED
Binary file