win32-clipboard 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,26 +1,26 @@
1
- require "rubygems"
2
-
3
- Gem::Specification.new do |spec|
4
- spec.name = 'win32-clipboard'
5
- spec.version = '0.6.3'
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-clipboard'
10
- spec.summary = 'A library for interacting with the Windows clipboard'
11
- spec.test_file = 'test/test_clipboard.rb'
12
- spec.files = Dir['**/*'].reject{ |f| f.include?('git') }
13
-
14
- spec.extra_rdoc_files = ['CHANGES', 'README', 'MANIFEST']
15
- spec.rubyforge_project = 'win32utils'
16
-
17
- spec.add_dependency('ffi')
18
- spec.add_development_dependency('test-unit')
19
- spec.add_development_dependency('rake')
20
-
21
- spec.description = <<-EOF
22
- The win32-clipboard library provides an interface for interacting
23
- with the Windows clipboard. It supports the ability to read and
24
- write text, images, files, and Windows metafiles.
25
- EOF
26
- end
1
+ require "rubygems"
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = 'win32-clipboard'
5
+ spec.version = '0.6.4'
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-clipboard'
10
+ spec.summary = 'A library for interacting with the Windows clipboard'
11
+ spec.test_file = 'test/test_clipboard.rb'
12
+ spec.files = Dir['**/*'].reject{ |f| f.include?('git') }
13
+ spec.cert_chain = ['certs/djberg96_pub.pem']
14
+
15
+ spec.extra_rdoc_files = ['CHANGES', 'README', 'MANIFEST']
16
+
17
+ spec.add_dependency('ffi')
18
+ spec.add_development_dependency('test-unit')
19
+ spec.add_development_dependency('rake')
20
+
21
+ spec.description = <<-EOF
22
+ The win32-clipboard library provides an interface for interacting
23
+ with the Windows clipboard. It supports the ability to read and
24
+ write text, images, files, and Windows metafiles.
25
+ EOF
26
+ end
metadata CHANGED
@@ -1,56 +1,78 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: win32-clipboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
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-02-07 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-19 00:00:00.000000000 Z
13
35
  dependencies:
14
36
  - !ruby/object:Gem::Dependency
15
37
  name: ffi
16
38
  requirement: !ruby/object:Gem::Requirement
17
39
  requirements:
18
- - - '>='
40
+ - - ">="
19
41
  - !ruby/object:Gem::Version
20
42
  version: '0'
21
43
  type: :runtime
22
44
  prerelease: false
23
45
  version_requirements: !ruby/object:Gem::Requirement
24
46
  requirements:
25
- - - '>='
47
+ - - ">="
26
48
  - !ruby/object:Gem::Version
27
49
  version: '0'
28
50
  - !ruby/object:Gem::Dependency
29
51
  name: test-unit
30
52
  requirement: !ruby/object:Gem::Requirement
31
53
  requirements:
32
- - - '>='
54
+ - - ">="
33
55
  - !ruby/object:Gem::Version
34
56
  version: '0'
35
57
  type: :development
36
58
  prerelease: false
37
59
  version_requirements: !ruby/object:Gem::Requirement
38
60
  requirements:
39
- - - '>='
61
+ - - ">="
40
62
  - !ruby/object:Gem::Version
41
63
  version: '0'
42
64
  - !ruby/object:Gem::Dependency
43
65
  name: rake
44
66
  requirement: !ruby/object:Gem::Requirement
45
67
  requirements:
46
- - - '>='
68
+ - - ">="
47
69
  - !ruby/object:Gem::Version
48
70
  version: '0'
49
71
  type: :development
50
72
  prerelease: false
51
73
  version_requirements: !ruby/object:Gem::Requirement
52
74
  requirements:
53
- - - '>='
75
+ - - ">="
54
76
  - !ruby/object:Gem::Version
55
77
  version: '0'
56
78
  description: |2
@@ -69,7 +91,9 @@ files:
69
91
  - MANIFEST
70
92
  - README
71
93
  - Rakefile
94
+ - certs/djberg96_pub.pem
72
95
  - examples/clipboard_test.rb
96
+ - lib/win32-clipboard.rb
73
97
  - lib/win32/clipboard.rb
74
98
  - lib/win32/html_clipboard.rb
75
99
  - lib/win32/windows/constants.rb
@@ -104,17 +128,17 @@ require_paths:
104
128
  - lib
105
129
  required_ruby_version: !ruby/object:Gem::Requirement
106
130
  requirements:
107
- - - '>='
131
+ - - ">="
108
132
  - !ruby/object:Gem::Version
109
133
  version: '0'
110
134
  required_rubygems_version: !ruby/object:Gem::Requirement
111
135
  requirements:
112
- - - '>='
136
+ - - ">="
113
137
  - !ruby/object:Gem::Version
114
138
  version: '0'
115
139
  requirements: []
116
- rubyforge_project: win32utils
117
- rubygems_version: 2.2.2
140
+ rubyforge_project:
141
+ rubygems_version: 2.4.8
118
142
  signing_key:
119
143
  specification_version: 4
120
144
  summary: A library for interacting with the Windows clipboard
Binary file