acvwilson-currency 0.6.2 → 0.6.3

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.
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.2"
3
+ s.version = "0.6.3"
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"]
@@ -52,7 +52,7 @@ module Currency::Exception
52
52
  end
53
53
 
54
54
  def to_s
55
- super + ": #{@opts.inspect}"
55
+ "#{super}: #{@opts.inspect}"
56
56
  end
57
57
 
58
58
  end
@@ -2,10 +2,10 @@
2
2
  # See LICENSE.txt for details.
3
3
 
4
4
  module ActionView::Helpers::MoneyHelper
5
- # Creates a suitable HTML element for a Money value field.
6
- def money_field(object, method, options = {})
7
- InstanceTag.new(object, method, self).to_input_field_tag("text", options)
8
- end
5
+ # Creates a suitable HTML element for a Money value field.
6
+ def money_field(object, method, options = {})
7
+ InstanceTag.new(object, method, self).to_input_field_tag("text", options)
8
+ end
9
9
  end
10
10
 
11
11
 
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.2
4
+ version: 0.6.3
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-12-01 08:54:17.132058 -08:00
12
+ date: 2009-01-23 04:22:08.879031 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15