fortran 1.0.2 → 1.0.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.
Files changed (3) hide show
  1. data/History.txt +13 -0
  2. data/lib/fortran.rb +1 -1
  3. metadata +1 -1
@@ -1,5 +1,18 @@
1
+ == 1.0.3 / 2007-11-16
2
+
3
+ * 1 bug fix
4
+ * forgot release notes.
5
+
6
+ == 1.0.2 / 2007-11-16
7
+
8
+ * 1 bug fix
9
+ * repaired gem spec author field (thanks to Eric Hodel).
10
+
1
11
  == 1.0.1 / 2007-08-20
2
12
 
13
+ * 1 minor enhancement
14
+ * stripped './' from source file names to appease windoze.
15
+
3
16
  * 1 minor enhancement
4
17
  * stripped './' from source file names to appease windoze.
5
18
 
@@ -3,7 +3,7 @@ module Fortran
3
3
  ##
4
4
  # This version of Fortran library
5
5
 
6
- VERSION = '1.0.2'
6
+ VERSION = '1.0.3'
7
7
 
8
8
  ##
9
9
  # Find Fortran dependencies
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4.7
3
3
  specification_version: 2
4
4
  name: fortran
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.2
6
+ version: 1.0.3
7
7
  date: 2007-11-16 00:00:00 -05:00
8
8
  summary: Fortran 90/95/2003 utilities.
9
9
  require_paths: