dartsclone 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'dartsclone/version'
4
+ require 'dartsclone/dartscloneext'
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ module DartsClone
4
+ VERSION = '0.1.0'
5
+ DARTS_CLONE_VERSION = '0.32'
6
+ end
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dartsclone
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - yoshoku
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-10-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Darts-clone.rb is a Ruby binding for the Darts-clone.
14
+ email:
15
+ - yoshoku@outlook.com
16
+ executables: []
17
+ extensions:
18
+ - ext/dartsclone/extconf.rb
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ".gitignore"
22
+ - ".rspec"
23
+ - ".travis.yml"
24
+ - CHANGELOG.md
25
+ - CODE_OF_CONDUCT.md
26
+ - Gemfile
27
+ - LICENSE.txt
28
+ - README.md
29
+ - Rakefile
30
+ - dartsclone.gemspec
31
+ - ext/dartsclone/dartscloneext.cpp
32
+ - ext/dartsclone/dartscloneext.hpp
33
+ - ext/dartsclone/extconf.rb
34
+ - ext/dartsclone/src/COPYING.md
35
+ - ext/dartsclone/src/darts.h
36
+ - lib/dartsclone.rb
37
+ - lib/dartsclone/version.rb
38
+ homepage: https://github.com/yoshoku/darts-clone.rb
39
+ licenses:
40
+ - BSD-2-Clause
41
+ metadata:
42
+ homepage_uri: https://github.com/yoshoku/darts-clone.rb
43
+ source_code_uri: https://github.com/yoshoku/darts-clone.rb
44
+ changelog_uri: https://github.com/yoshoku/darts-clone.rb/blob/master/CHANGELOG.md
45
+ post_install_message:
46
+ rdoc_options: []
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ requirements: []
60
+ rubygems_version: 3.1.2
61
+ signing_key:
62
+ specification_version: 4
63
+ summary: Ruby binding for the Darts-clone.
64
+ test_files: []