polygon_clipper 6.4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+
2
+ module Clipper
3
+ # Keep first three components sync'd to Clipper's major/minor.
4
+ # Last is our build number based on that. Hopefully there
5
+ # won't be too much churn re: Clipper's version vs. the bindings.
6
+ VERSION = "6.4.2.1"
7
+ end
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: polygon_clipper
3
+ version: !ruby/object:Gem::Version
4
+ version: 6.4.2.1
5
+ platform: ruby
6
+ authors:
7
+ - Angus Johnson
8
+ - Mike Owens
9
+ - Adam Yang
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2018-04-11 00:00:00.000000000 Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: bundler
17
+ requirement: !ruby/object:Gem::Requirement
18
+ requirements:
19
+ - - "~>"
20
+ - !ruby/object:Gem::Version
21
+ version: '1.5'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - "~>"
27
+ - !ruby/object:Gem::Version
28
+ version: '1.5'
29
+ description: Builds a native ruby extension for Clipper
30
+ email: y454yang@gmail.com
31
+ executables: []
32
+ extensions:
33
+ - ext/clipper/extconf.rb
34
+ extra_rdoc_files:
35
+ - README.md
36
+ - Changelog
37
+ - ext/clipper/rbclipper.cpp
38
+ files:
39
+ - Changelog
40
+ - Gemfile
41
+ - LICENSE.bindings
42
+ - LICENSE.clipper
43
+ - README.md
44
+ - Rakefile
45
+ - ext/clipper/clipper.cpp
46
+ - ext/clipper/clipper.hpp
47
+ - ext/clipper/extconf.rb
48
+ - ext/clipper/rbclipper.cpp
49
+ - lib/clipper/version.rb
50
+ homepage: https://github.com/adamyy/rbclipper
51
+ licenses:
52
+ - BSL-1.0
53
+ metadata: {}
54
+ post_install_message:
55
+ rdoc_options:
56
+ - "--main=README.md"
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: '0'
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: 1.3.6
69
+ requirements: []
70
+ rubyforge_project:
71
+ rubygems_version: 2.6.14
72
+ signing_key:
73
+ specification_version: 4
74
+ summary: Ruby wrapper for Clipper, Angus Johnson's excellent polygon clipping library
75
+ test_files: []