win32-dir 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,29 +1,30 @@
1
- require 'rubygems'
2
-
3
- Gem::Specification.new do |spec|
4
- spec.name = 'win32-dir'
5
- spec.version = '0.5.0'
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-dir'
10
- spec.summary = 'Extra constants and methods for the Dir class on Windows.'
11
- spec.test_file = 'test/test_win32_dir.rb'
12
- spec.files = Dir['**/*'].reject{ |f| f.include?('git') }
13
-
14
- spec.extra_rdoc_files = ['README', 'CHANGES', 'MANIFEST']
15
- spec.required_ruby_version = '>= 1.9.2'
16
-
17
- spec.add_dependency('ffi', '>= 1.0.0')
18
-
19
- spec.add_development_dependency('rake')
20
- spec.add_development_dependency('test-unit', '>= 2.4.0')
21
-
22
- spec.description = <<-EOF
23
- The win32-dir library provides extra methods and constants for the
24
- builtin Dir class. The constants provide a convenient way to identify
25
- certain directories across all versions of Windows. Some methods have
26
- been added, such as the ability to create junctions. Others have been
27
- modified to provide a more consistent result for MS Windows.
28
- EOF
29
- end
1
+ require 'rubygems'
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = 'win32-dir'
5
+ spec.version = '0.5.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-dir'
10
+ spec.summary = 'Extra constants and methods for the Dir class on Windows.'
11
+ spec.test_file = 'test/test_win32_dir.rb'
12
+ spec.files = Dir['**/*'].reject{ |f| f.include?('git') }
13
+ spec.cert_chain = ['certs/djberg96_pub.pem']
14
+
15
+ spec.extra_rdoc_files = ['README', 'CHANGES', 'MANIFEST']
16
+ spec.required_ruby_version = '>= 1.9.2'
17
+
18
+ spec.add_dependency('ffi', '>= 1.0.0')
19
+
20
+ spec.add_development_dependency('rake')
21
+ spec.add_development_dependency('test-unit', '>= 2.4.0')
22
+
23
+ spec.description = <<-EOF
24
+ The win32-dir library provides extra methods and constants for the
25
+ builtin Dir class. The constants provide a convenient way to identify
26
+ certain directories across all versions of Windows. Some methods have
27
+ been added, such as the ability to create junctions. Others have been
28
+ modified to provide a more consistent result for MS Windows.
29
+ EOF
30
+ end
metadata CHANGED
@@ -1,15 +1,37 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: win32-dir
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel J. Berger
8
8
  - Park Heesob
9
9
  autorequire:
10
10
  bindir: bin
11
- cert_chain: []
12
- date: 2014-10-15 00:00:00.000000000 Z
11
+ cert_chain:
12
+ - |
13
+ -----BEGIN CERTIFICATE-----
14
+ MIIDcDCCAligAwIBAgIBATANBgkqhkiG9w0BAQUFADA/MREwDwYDVQQDDAhkamJl
15
+ cmc5NjEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYDY29t
16
+ MB4XDTE1MDkwMjIwNDkxOFoXDTE2MDkwMTIwNDkxOFowPzERMA8GA1UEAwwIZGpi
17
+ ZXJnOTYxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv
18
+ bTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMyTkvXqRp6hLs9eoJOS
19
+ Hmi8kRYbq9Vkf15/hMxJpotYMgJVHHWrmDcC5Dye2PbnXjTkKf266Zw0PtT9h+lI
20
+ S3ts9HO+vaCFSMwFFZmnWJSpQ3CNw2RcHxjWkk9yF7imEM8Kz9ojhiDXzBetdV6M
21
+ gr0lV/alUr7TNVBDngbXEfTWscyXh1qd7xZ4EcOdsDktCe5G45N/o3662tPQvJsi
22
+ FOF0CM/KuBsa/HL1/eoEmF4B3EKIRfTHrQ3hu20Kv3RJ88QM4ec2+0dd97uX693O
23
+ zv6981fyEg+aXLkxrkViM/tz2qR2ZE0jPhHTREPYeMEgptRkTmWSKAuLVWrJEfgl
24
+ DtkCAwEAAaN3MHUwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFEwe
25
+ nn6bfJADmuIDiMSOzedOrL+xMB0GA1UdEQQWMBSBEmRqYmVyZzk2QGdtYWlsLmNv
26
+ bTAdBgNVHRIEFjAUgRJkamJlcmc5NkBnbWFpbC5jb20wDQYJKoZIhvcNAQEFBQAD
27
+ ggEBAHmNOCWoDVD75zHFueY0viwGDVP1BNGFC+yXcb7u2GlK+nEMCORqzURbYPf7
28
+ tL+/hzmePIRz7i30UM//64GI1NLv9jl7nIwjhPpXpf7/lu2I9hOTsvwSumb5UiKC
29
+ /sqBxI3sfj9pr79Wpv4MuikX1XPik7Ncb7NPsJPw06Lvyc3Hkg5X2XpPtLtS+Gr2
30
+ wKJnmzb5rIPS1cmsqv0M9LPWflzfwoZ/SpnmhagP+g05p8bRNKjZSA2iImM/GyYZ
31
+ EJYzxdPOrx2n6NYR3Hk+vHP0U7UBSveI6+qx+ndQYaeyCn+GRX2PKS9h66YF/Q1V
32
+ tGSHgAmcLlkdGgan182qsE/4kKM=
33
+ -----END CERTIFICATE-----
34
+ date: 2015-10-20 00:00:00.000000000 Z
13
35
  dependencies:
14
36
  - !ruby/object:Gem::Dependency
15
37
  name: ffi
@@ -71,7 +93,9 @@ files:
71
93
  - MANIFEST
72
94
  - README
73
95
  - Rakefile
96
+ - certs/djberg96_pub.pem
74
97
  - examples/dir_example.rb
98
+ - lib/win32-dir.rb
75
99
  - lib/win32/dir.rb
76
100
  - lib/win32/dir/constants.rb
77
101
  - lib/win32/dir/functions.rb
@@ -98,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
122
  version: '0'
99
123
  requirements: []
100
124
  rubyforge_project:
101
- rubygems_version: 2.4.2
125
+ rubygems_version: 2.4.8
102
126
  signing_key:
103
127
  specification_version: 4
104
128
  summary: Extra constants and methods for the Dir class on Windows.
@@ -0,0 +1,2 @@
1
+ �%�1�T�t����:;ȼyje�"�@ꉭg�r/�=}p8DO��6�ÿW��Hje$9���sұ�їY�R� 2�������y��u���P����v��"Ųj]⭳F������B ~�����������lz��@�,�(�L�UR�?����/�fhj`���m`~?�v�MС��߰
2
+ |�5���-kpL̐K�pxM���=^�0�MN;��U!����pXy|��0S�