win32-xpath 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,25 +1,25 @@
1
- require 'rubygems'
2
-
3
- Gem::Specification.new do |spec|
4
- spec.name = 'win32-xpath'
5
- spec.version = '1.0.2'
6
- spec.author = 'Daniel J. Berger'
7
- spec.license = 'Artistic 2.0'
8
- spec.email = 'djberg96@gmail.com'
9
- spec.homepage = 'http://github.com/djberg96/win32-xpath'
10
- spec.summary = 'Revamped File.expand_path for Windows'
11
- spec.test_file = 'test/test_win32_xpath.rb'
12
- spec.files = Dir['**/*'].reject{ |f| f.include?('git') }
13
-
14
- spec.extra_rdoc_files = ['README', 'CHANGES', 'MANIFEST']
15
-
16
- spec.extensions = ['ext/extconf.rb']
17
- spec.add_development_dependency('rake')
18
- spec.add_development_dependency('test-unit', '>= 3.0.0')
19
-
20
- spec.description = <<-EOF
21
- The win32-xpath library provides a revamped File.expand_path method
22
- for MS Windows. It is significantly faster, and supports ~user
23
- expansion as well.
24
- EOF
25
- end
1
+ require 'rubygems'
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = 'win32-xpath'
5
+ spec.version = '1.0.3'
6
+ spec.author = 'Daniel J. Berger'
7
+ spec.license = 'Artistic 2.0'
8
+ spec.email = 'djberg96@gmail.com'
9
+ spec.homepage = 'http://github.com/djberg96/win32-xpath'
10
+ spec.summary = 'Revamped File.expand_path for Windows'
11
+ spec.test_file = 'test/test_win32_xpath.rb'
12
+ spec.files = Dir['**/*'].reject{ |f| f.include?('git') }
13
+
14
+ spec.extra_rdoc_files = ['README', 'CHANGES', 'MANIFEST']
15
+
16
+ spec.extensions = ['ext/extconf.rb']
17
+ spec.add_development_dependency('rake')
18
+ spec.add_development_dependency('test-unit', '>= 3.0.0')
19
+
20
+ spec.description = <<-EOF
21
+ The win32-xpath library provides a revamped File.expand_path method
22
+ for MS Windows. It is significantly faster, and supports ~user
23
+ expansion as well.
24
+ EOF
25
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: win32-xpath
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel J. Berger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-17 00:00:00.000000000 Z
11
+ date: 2015-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
- rubygems_version: 2.4.7
85
+ rubygems_version: 2.4.6
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: Revamped File.expand_path for Windows