win32-file 0.6.4 → 0.6.5

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/CHANGES CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.6.5 - 19-Jul-2010
2
+ * Removed debug print statement (oops!).
3
+
1
4
  == 0.6.4 - 3-Jun-2010
2
5
  * Redefined the File.join method so that it converts all forward slashes
3
6
  to back slashes.
data/lib/win32/file.rb CHANGED
@@ -19,7 +19,7 @@ class File
19
19
  extend Windows::Handle
20
20
 
21
21
  # The version of the win32-file library
22
- WIN32_FILE_VERSION = '0.6.4'
22
+ WIN32_FILE_VERSION = '0.6.5'
23
23
 
24
24
  # Abbreviated attribute constants for convenience
25
25
 
@@ -1281,5 +1281,3 @@ class File
1281
1281
  name_buf.strip
1282
1282
  end
1283
1283
  end
1284
-
1285
- puts File.join("C:", "foo", "bar")
@@ -26,7 +26,7 @@ class TC_Win32_File_Attributes < Test::Unit::TestCase
26
26
  end
27
27
 
28
28
  def test_version
29
- assert_equal('0.6.4', File::WIN32_FILE_VERSION)
29
+ assert_equal('0.6.5', File::WIN32_FILE_VERSION)
30
30
  end
31
31
 
32
32
  def test_is_directory
data/win32-file.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'win32-file'
5
- spec.version = '0.6.4'
5
+ spec.version = '0.6.5'
6
6
  spec.authors = ['Daniel J. Berger', 'Park Heesob']
7
7
  spec.license = 'Artistic 2.0'
8
8
  spec.email = 'djberg96@gmail.com'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 4
9
- version: 0.6.4
8
+ - 5
9
+ version: 0.6.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel J. Berger
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-03 00:00:00 -06:00
18
+ date: 2010-07-19 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency