svnutils 0.1.0 → 0.1.1

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 (2) hide show
  1. data/lib/svnutils.rb +3 -1
  2. metadata +4 -4
@@ -1,5 +1,7 @@
1
- # $Id: svnutils.rb 45 2006-08-13 23:58:26Z cmaujean $
1
+ # $Id: svnutils.rb 46 2006-08-14 06:13:47Z cmaujean $
2
+ #
2
3
  # See LICENSE for copyright information
4
+ #
3
5
 
4
6
  require 'ostruct'
5
7
 
metadata CHANGED
@@ -3,14 +3,14 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: svnutils
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
6
+ version: 0.1.1
7
7
  date: 2006-08-13 00:00:00 -07:00
8
8
  summary: a read only, line oriented, sparse file class
9
9
  require_paths:
10
10
  - lib
11
11
  email: cmaujean@gmail.com
12
12
  homepage: http://rubyforge.org/projects/ngslib
13
- rubyforge_project:
13
+ rubyforge_project: ngslib
14
14
  description:
15
15
  autorequire:
16
16
  default_executable:
@@ -37,8 +37,8 @@ test_files:
37
37
  - test/tc_svnutils.rb
38
38
  rdoc_options: []
39
39
 
40
- extra_rdoc_files: []
41
-
40
+ extra_rdoc_files:
41
+ - lib/LICENSE
42
42
  executables: []
43
43
 
44
44
  extensions: []