currency 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.txt CHANGED
@@ -45,6 +45,7 @@ Currency was developed by:
45
45
 
46
46
  == Contributors
47
47
 
48
- Maybe you?
48
+ * Steffen Rusitschka
49
+
49
50
 
50
51
 
data/Rakefile CHANGED
@@ -3,9 +3,9 @@
3
3
 
4
4
  # For release
5
5
  "
6
- svn status
7
6
  rake make_manifest
8
7
  rake update_version
8
+ svn status
9
9
  rake package
10
10
  rake release VERSION=x.x.x
11
11
  rake svn_release
@@ -155,7 +155,11 @@ end
155
155
 
156
156
  task :make_manifest do
157
157
  open("Manifest.txt", "w") do |f|
158
- f.puts Dir['**/*'].reject { |fn| ! test(?f, fn) || fn =~ /CVS|.svn|([#~]$)|(.gem$)|(^pkg\/)|(^doc\/)/ }.sort.join("\n") + "\n"
158
+ f.puts Dir['**/*'].reject { |fn|
159
+ fn == 'email.txt' ||
160
+ ! test(?f, fn) ||
161
+ fn =~ /CVS|.svn|([#~]$)|(.gem$)|(^pkg\/)|(^doc\/)/
162
+ }.sort.join("\n") + "\n"
159
163
  end
160
164
  end
161
165
 
data/Releases.txt CHANGED
@@ -1,5 +1,10 @@
1
1
  = Currency Release History
2
2
 
3
+ == Release 0.4.2: 2007/03/11
4
+
5
+ * Missing Manifest changes
6
+ * Missing Contributors
7
+
3
8
  == Release 0.4.1: 2007/03/10
4
9
 
5
10
  Some changes are not backwards-compatible
@@ -1,5 +1,5 @@
1
1
  module Currency
2
- CurrencyVersion = '0.4.1'
2
+ CurrencyVersion = '0.4.2'
3
3
  end
4
4
  # DO NOT EDIT
5
5
  # This file is auto-generated by build scripts.
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.4.1
6
+ version: 0.4.2
7
7
  date: 2007-03-11 00:00:00 -06: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://currency.rubyforge.org/ http://currency.rubyforge.org/files/README.txt"
9
9
  require_paths: