win32-file-attributes 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,24 +1,24 @@
1
- require 'rubygems'
2
-
3
- Gem::Specification.new do |spec|
4
- spec.name = 'win32-file-attributes'
5
- spec.version = '1.0.1'
6
- spec.authors = ['Daniel J. Berger', 'Park Heesob']
7
- spec.license = 'Artistic 2.0'
8
- spec.email = 'djberg96@gmail.com'
9
- spec.homepage = 'http://github.com/djberg96/win32-file-attributes'
10
- spec.summary = 'File attribute methods for the File class on MS Windows'
11
- spec.test_files = Dir['test/test*']
12
- spec.files = Dir['**/*'].reject{ |f| f.include?('git') }
13
-
14
- spec.rubyforge_project = 'win32utils'
15
- spec.extra_rdoc_files = ['README', 'CHANGES', 'MANIFEST']
16
-
17
- spec.add_dependency('ffi')
18
- spec.add_development_dependency('test-unit')
19
-
20
- spec.description = <<-EOF
21
- The win32-file-attribute library adds several file attribute methods to
22
- the core File class which are specific to MS Windows.
23
- EOF
24
- end
1
+ require 'rubygems'
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = 'win32-file-attributes'
5
+ spec.version = '1.0.2'
6
+ spec.authors = ['Daniel J. Berger', 'Park Heesob']
7
+ spec.license = 'Artistic 2.0'
8
+ spec.email = 'djberg96@gmail.com'
9
+ spec.homepage = 'http://github.com/djberg96/win32-file-attributes'
10
+ spec.summary = 'File attribute methods for the File class on MS Windows'
11
+ spec.test_files = Dir['test/test*']
12
+ spec.files = Dir['**/*'].reject{ |f| f.include?('git') }
13
+
14
+ spec.rubyforge_project = 'win32utils'
15
+ spec.extra_rdoc_files = ['README', 'CHANGES', 'MANIFEST']
16
+
17
+ spec.add_dependency('ffi')
18
+ spec.add_development_dependency('test-unit')
19
+
20
+ spec.description = <<-EOF
21
+ The win32-file-attribute library adds several file attribute methods to
22
+ the core File class which are specific to MS Windows.
23
+ EOF
24
+ end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: win32-file-attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
5
- prerelease:
4
+ version: 1.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Daniel J. Berger
@@ -10,42 +9,39 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2013-04-08 00:00:00.000000000 Z
12
+ date: 2014-04-29 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: ffi
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
- - - ! '>='
18
+ - - '>='
21
19
  - !ruby/object:Gem::Version
22
20
  version: '0'
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
- - - ! '>='
25
+ - - '>='
29
26
  - !ruby/object:Gem::Version
30
27
  version: '0'
31
28
  - !ruby/object:Gem::Dependency
32
29
  name: test-unit
33
30
  requirement: !ruby/object:Gem::Requirement
34
- none: false
35
31
  requirements:
36
- - - ! '>='
32
+ - - '>='
37
33
  - !ruby/object:Gem::Version
38
34
  version: '0'
39
35
  type: :development
40
36
  prerelease: false
41
37
  version_requirements: !ruby/object:Gem::Requirement
42
- none: false
43
38
  requirements:
44
- - - ! '>='
39
+ - - '>='
45
40
  - !ruby/object:Gem::Version
46
41
  version: '0'
47
- description: ! " The win32-file-attribute library adds several file attribute methods
48
- to\n the core File class which are specific to MS Windows.\n"
42
+ description: |2
43
+ The win32-file-attribute library adds several file attribute methods to
44
+ the core File class which are specific to MS Windows.
49
45
  email: djberg96@gmail.com
50
46
  executables: []
51
47
  extensions: []
@@ -55,40 +51,39 @@ extra_rdoc_files:
55
51
  - MANIFEST
56
52
  files:
57
53
  - CHANGES
54
+ - MANIFEST
55
+ - README
56
+ - Rakefile
58
57
  - lib/win32/file/attributes.rb
59
58
  - lib/win32/file/windows/constants.rb
60
59
  - lib/win32/file/windows/functions.rb
61
60
  - lib/win32/file/windows/structs.rb
62
- - MANIFEST
63
- - Rakefile
64
- - README
65
- - test/test_win32_file_attributes.rb
66
61
  - test/test_win32_file_attribute_constants.rb
62
+ - test/test_win32_file_attributes.rb
67
63
  - win32-file-attributes.gemspec
68
64
  homepage: http://github.com/djberg96/win32-file-attributes
69
65
  licenses:
70
66
  - Artistic 2.0
67
+ metadata: {}
71
68
  post_install_message:
72
69
  rdoc_options: []
73
70
  require_paths:
74
71
  - lib
75
72
  required_ruby_version: !ruby/object:Gem::Requirement
76
- none: false
77
73
  requirements:
78
- - - ! '>='
74
+ - - '>='
79
75
  - !ruby/object:Gem::Version
80
76
  version: '0'
81
77
  required_rubygems_version: !ruby/object:Gem::Requirement
82
- none: false
83
78
  requirements:
84
- - - ! '>='
79
+ - - '>='
85
80
  - !ruby/object:Gem::Version
86
81
  version: '0'
87
82
  requirements: []
88
83
  rubyforge_project: win32utils
89
- rubygems_version: 1.8.24
84
+ rubygems_version: 2.2.2
90
85
  signing_key:
91
- specification_version: 3
86
+ specification_version: 4
92
87
  summary: File attribute methods for the File class on MS Windows
93
88
  test_files:
94
89
  - test/test_win32_file_attributes.rb