currency 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ require 'hoe'
12
12
  PKG_Name = 'Currency'
13
13
  PKG_NAME = PKG_Name.gsub(/[a-z][A-Z]/) {|x| "#{x[0,1]}_#{x[1,1]}"}.downcase
14
14
 
15
- hoe = Hoe.new("currency", '0.3.0') do |p|
15
+ hoe = Hoe.new("currency", '0.3.1') do |p|
16
16
  p.author = 'Kurt Stephens'
17
17
  p.description = %{Currency models currencies, monetary values, foreign exchanges.}
18
18
  p.email = "ruby-#{PKG_NAME}@umleta.com"
@@ -34,7 +34,7 @@ end
34
34
 
35
35
  version_rb = "lib/#{PKG_NAME}/#{PKG_NAME}_version.rb"
36
36
 
37
- task :update_version => 'Rakefile' do
37
+ task :update_version do
38
38
  announce "Updating #{PKG_Name} version to #{PKG_VERSION}: #{version_rb}"
39
39
  open(version_rb, "w") do |f|
40
40
  f.puts "# DO NOT EDIT"
@@ -47,7 +47,7 @@ task :update_version => 'Rakefile' do
47
47
  if ENV['RELTEST']
48
48
  announce "Release Task Testing, skipping commiting of new version"
49
49
  else
50
- sh %{svn commit -m "Updated to version #{PKG_VERSION}" #{version_rb}}
50
+ sh %{svn commit -m "Updated to version #{PKG_VERSION}" #{version_rb} Rakefile}
51
51
  end
52
52
  end
53
53
 
data/Releases CHANGED
@@ -1,5 +1,9 @@
1
1
  = Currency Release History
2
2
 
3
+ == Release 0.3.1: 2006/10/31
4
+
5
+ * Remove debug puts.
6
+
3
7
  == Release 0.3.0: 2006/10/31
4
8
 
5
9
  * ActiveRecord money :*_field options are now named :*_column.
@@ -135,7 +135,7 @@ def #{attr_name}_before_type_cast
135
135
  end
136
136
 
137
137
  end_eval
138
- $stderr.puts " CODE = #{x}"
138
+ # $stderr.puts " CODE = #{x}"
139
139
  end
140
140
  end
141
141
  end
@@ -2,5 +2,5 @@
2
2
  # This file is auto-generated by build scripts.
3
3
  # See: rake update_version
4
4
  module Currency
5
- CurrencyVersion = '0.3.0'
5
+ CurrencyVersion = '0.3.1'
6
6
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: currency
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.0
6
+ version: 0.3.1
7
7
  date: 2006-10-31 00:00:00 -05:00
8
8
  summary: Currency models currencies, monetary values, foreign exchanges.
9
9
  require_paths: