xforge 0.1.6 → 0.1.7

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 (4) hide show
  1. data/CHANGES +4 -0
  2. data/README +2 -0
  3. data/Rakefile +1 -1
  4. metadata +1 -1
data/CHANGES CHANGED
@@ -1,5 +1,9 @@
1
1
  = XForge Changelog
2
2
 
3
+ == Version 0.1.7
4
+
5
+ Updated README
6
+
3
7
  == Version 0.1.6
4
8
 
5
9
  This release of XForge improves scm browser capabilities.
data/README CHANGED
@@ -11,6 +11,8 @@ XForge has the following features:
11
11
 
12
12
  * Rake integration.
13
13
 
14
+ * Automatically create RSCM (http://rscm.rubyforge.org/) objects from projects
15
+
14
16
  == Download/Installation
15
17
 
16
18
  The latest version of XForge can be found at
data/Rakefile CHANGED
@@ -24,7 +24,7 @@ require 'rake/rdoctask'
24
24
  #
25
25
  # REMEMBER TO KEEP PKG_VERSION IN SYNC WITH CHANGELOG
26
26
  PKG_NAME = "xforge"
27
- PKG_VERSION = "0.1.6"
27
+ PKG_VERSION = "0.1.7"
28
28
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
29
29
  PKG_FILES = FileList[
30
30
  '[A-Z]*',
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.8
3
3
  specification_version: 1
4
4
  name: xforge
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.6
6
+ version: 0.1.7
7
7
  date: 2005-08-13
8
8
  summary: Ruby based make-like utility.
9
9
  require_paths: