currency 0.4.9 → 0.4.10
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/Rakefile +1 -1
- data/Releases.txt +7 -3
- data/lib/currency/currency_version.rb +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
|
@@ -105,7 +105,7 @@ task :update_version do
|
|
|
105
105
|
if ENV['RELTEST']
|
|
106
106
|
announce "Release Task Testing, skipping commiting of new version"
|
|
107
107
|
else
|
|
108
|
-
sh %{svn commit -m "Updated to version #{PKG_VERSION}" #{version_rb} Rakefile}
|
|
108
|
+
sh %{svn commit -m "Updated to version #{PKG_VERSION}" #{version_rb} Releases.txt ChangeLog Rakefile Manifest.txt}
|
|
109
109
|
end
|
|
110
110
|
end
|
|
111
111
|
|
data/Releases.txt
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
= Currency Release History
|
|
2
2
|
|
|
3
|
-
== Release 0.4.
|
|
3
|
+
== Release 0.4.10: 2007/11/01
|
|
4
4
|
|
|
5
5
|
CRITICAL FIXES
|
|
6
6
|
|
|
7
7
|
* xe.rb - http://xe.com format change: Handle inline div in rates table.
|
|
8
|
+
* bin/currency_historical_rate_load - script for pulling rates from sources into historical rate table.
|
|
8
9
|
* exception.rb - Currency::Exception::Base can take Array with optional key/values.
|
|
9
10
|
* exception.rb - Additional exception classes.
|
|
10
11
|
* ALL - use raise instead of throw throughout.
|
|
11
12
|
|
|
12
|
-
== Release 0.4.8: 2007/09/04
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
== Release 0.4.9: 2007/11/01
|
|
15
|
+
|
|
16
|
+
** IGNORE THIS RELEASE**
|
|
17
|
+
|
|
18
|
+
* Broken rubyforge config.
|
|
15
19
|
|
|
16
20
|
== Release 0.4.7: 2007/06/25
|
|
17
21
|
|
metadata
CHANGED
|
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: currency
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.4.
|
|
6
|
+
version: 0.4.10
|
|
7
7
|
date: 2007-11-01 00:00:00 -05:00
|
|
8
8
|
summary: "Currency models currencies, monetary values, foreign exchanges rates. Pulls live and historical rates from http://xe.com/, http://newyorkfed.org/, http://thefinancials.com/. Can store/retrieve historical rate data from database using ActiveRecord. Can store/retrieve Money values using ActiveRecord. For more details, see: http://rubyforge.org/projects/currency/ http://currency.rubyforge.org/ http://currency.rubyforge.org/files/README_txt.html"
|
|
9
9
|
require_paths:
|