acvwilson-currency 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/currency.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{currency}
3
- s.version = "0.6.0"
3
+ s.version = "0.6.1"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Asa Wilson"]
@@ -6,7 +6,7 @@ module Currency::Exception
6
6
  #
7
7
  # raise Currency::Exception [ "msg", :opt1, 1, :opt2, 2 ]
8
8
  #
9
- class Base < ::Exception
9
+ class Base < ::StandardError
10
10
  EMPTY_HASH = { }.freeze
11
11
 
12
12
  def initialize(arg1, *args)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acvwilson-currency
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Asa Wilson
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-11-18 06:18:56.586682 -08:00
12
+ date: 2008-12-01 05:56:33.845186 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15