dokan 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MWRhMGIwMDlkZTdkNjJiNGFiNzkyMmE5NTMzYWEzNzU0ZDEzNmUyMQ==
5
+ data.tar.gz: !binary |-
6
+ NmE5OGJhZGM5YmU4NWFjNDc3YmYxM2FlMGUxN2ZkNGRhYjIzYmI4OQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ MDk0NmE5M2UzMjIxNTk3YjI1NDgzOWEwYWY3MmYzZTk1Y2I4NDY0ZjA3NDYy
10
+ NjhiZTQzYzJiZjk1MjUxMzI5ZTU3MTI0MjcxNTcyNWM2MGQ5MzBjNDNiNTQ1
11
+ YjVmZGZmODFiYzNlMTJhZGU2MjdjNjFkNGQ5OTZjMTExMjYyZjc=
12
+ data.tar.gz: !binary |-
13
+ ZmIzYzZiZTU0OGFhZjBmNThmNDFiMjQ0MWNlMzc3NTJkYjIwNzExMmI3Mzhj
14
+ NzlmZTBjMjZjOTBmNzgzOTUxOGYwZTQxMzQ3MWI0NjhjYmJkM2U3ZjU3ZWQ3
15
+ YjIyMzg1N2UyMmU5MmNmYjBiMDA3NmM3MWQ3MmY0MTA3ZTNjMTI=
@@ -0,0 +1,6 @@
1
+ require 'mkmf'
2
+
3
+ ext_name = 'dokan/dokan'
4
+
5
+ create_makefile(ext_name)
6
+
data/lib/dokan.rb ADDED
@@ -0,0 +1,2 @@
1
+ require 'dokan/version'
2
+ require 'dokan/dokan'
Binary file
@@ -0,0 +1,3 @@
1
+ class Dokan
2
+ VERSION = '0.0.3'
3
+ end
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dokan
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - A. Levenkov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-08-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Ruby bindings for dokan library
14
+ email: artem@levenkov.org
15
+ executables: []
16
+ extensions:
17
+ - ext/dokan/extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ext/dokan/extconf.rb
21
+ - lib/dokan.rb
22
+ - lib/dokan/dokan.so
23
+ - lib/dokan/version.rb
24
+ homepage: http://github.com/telum/ruby-dokan/
25
+ licenses:
26
+ - MIT
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ! '>='
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ! '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.2.2
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Ruby bindings for dokan library
48
+ test_files: []
49
+ has_rdoc: