dizby 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +8 -2
  3. data/.travis.yml +24 -0
  4. data/.yardopts +3 -2
  5. data/Gemfile +20 -1
  6. data/LICENSE.md +357 -0
  7. data/Rakefile +6 -28
  8. data/dizby.gemspec +6 -10
  9. data/gemfiles/Gemfile.ci +12 -0
  10. data/gemfiles/Gemfile.doc +12 -0
  11. data/lib/dizby/access/control_list.rb +4 -0
  12. data/lib/dizby/access/entry.rb +4 -0
  13. data/lib/dizby/access/insecure.rb +5 -1
  14. data/lib/dizby/access/list.rb +4 -0
  15. data/lib/dizby/converter/simple.rb +4 -0
  16. data/lib/dizby/converter/timed.rb +4 -0
  17. data/lib/dizby/distributed/array.rb +17 -9
  18. data/lib/dizby/distributed/object.rb +4 -0
  19. data/lib/dizby/distributed/proxy.rb +10 -9
  20. data/lib/dizby/distributed/semi_proxy.rb +4 -0
  21. data/lib/dizby/distributed/undumpable.rb +4 -0
  22. data/lib/dizby/distributed/unknown.rb +11 -8
  23. data/lib/dizby/error.rb +4 -0
  24. data/lib/dizby/protocol/basic.rb +4 -0
  25. data/lib/dizby/protocol/manager.rb +4 -0
  26. data/lib/dizby/protocol/refined.rb +5 -1
  27. data/lib/dizby/protocols/dead.rb +4 -0
  28. data/lib/dizby/protocols/secure.rb +4 -0
  29. data/lib/dizby/protocols/tcp.rb +4 -0
  30. data/lib/dizby/protocols/unix.rb +4 -0
  31. data/lib/dizby/server/abstract.rb +5 -1
  32. data/lib/dizby/server/basic.rb +4 -0
  33. data/lib/dizby/server/registration.rb +4 -0
  34. data/lib/dizby/service.rb +5 -1
  35. data/lib/dizby/stream/client.rb +5 -1
  36. data/lib/dizby/stream/connection.rb +5 -1
  37. data/lib/dizby/stream/messenger.rb +4 -0
  38. data/lib/dizby/stream/query_ref.rb +4 -0
  39. data/lib/dizby/stream/readable.rb +4 -0
  40. data/lib/dizby/stream/writable.rb +4 -0
  41. data/lib/dizby/tunnel/abstract.rb +9 -4
  42. data/lib/dizby/tunnel/basic.rb +4 -0
  43. data/lib/dizby/tunnel/basic_spawn.rb +11 -6
  44. data/lib/dizby/tunnel/bidirectional_strategy.rb +4 -0
  45. data/lib/dizby/tunnel/factory.rb +4 -0
  46. data/lib/dizby/tunnel/local_strategy.rb +4 -0
  47. data/lib/dizby/tunnel/spawn_command.rb +7 -2
  48. data/lib/dizby/tunnel/spawned.rb +4 -0
  49. data/lib/dizby/tunnel/tunnelable_local.rb +4 -0
  50. data/lib/dizby/tunnel/tunnelable_remote.rb +4 -0
  51. data/lib/dizby/utility/classic_access.rb +4 -0
  52. data/lib/dizby/utility/configurable.rb +4 -0
  53. data/lib/dizby/utility/delegator.rb +4 -0
  54. data/lib/dizby/utility/force_bind.rb +6 -0
  55. data/lib/dizby/utility/io_barrier.rb +4 -0
  56. data/lib/dizby/utility/log.rb +17 -10
  57. data/lib/dizby/utility/monitor.rb +4 -0
  58. data/lib/dizby/utility/polymorphic_delegated.rb +4 -0
  59. data/lib/dizby/utility/self_pipe.rb +12 -7
  60. data/lib/dizby/utility/semi_built.rb +4 -0
  61. data/lib/dizby/utility/string.rb +4 -0
  62. data/lib/dizby/utility/timed_collection.rb +4 -0
  63. data/lib/dizby/utility/timed_state.rb +4 -0
  64. data/lib/dizby/version.rb +5 -1
  65. data/lib/dizby/worker/connection.rb +4 -0
  66. data/lib/dizby/worker/invoke_method.rb +4 -0
  67. data/lib/dizby/worker/server.rb +4 -0
  68. data/lib/dizby.rb +4 -0
  69. data/tasks/ghpages.rake +30 -0
  70. data/tasks/rubocop.rake +14 -0
  71. data/tasks/test.rake +25 -0
  72. data/tasks/yard.rake +13 -0
  73. data/test/test_helper.rb +4 -0
  74. metadata +12 -104
  75. data/.yardext/config_access_handler.rb +0 -84
  76. data/LICENSE +0 -24
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4080d3f044ff4c0c6cd8b41abad05ec30461d78
4
- data.tar.gz: cd7b7a5458791216dfd940e97a746ad17ea78d96
3
+ metadata.gz: 567a7e2571b0e8f3a69ffc3843792794d117d08e
4
+ data.tar.gz: 273ae177999dc87e7f97b8892cd6edd1a6d43c32
5
5
  SHA512:
6
- metadata.gz: a47ee01131b11a523c0df2c517f3be902a0a72c76736f193c1c840d6441eee476482f418ccec144a48b01d5934a092f15495e51747b57918d42ad23f6ece7138
7
- data.tar.gz: cf6d8453e2378b29777b12747029c6758829bc8b318f66c87b2c63149c55b61ffc58c47996ed0fa0c8015af5deab80a5480920a7b810b4bb9cda9eac85b3addc
6
+ metadata.gz: 7918523199bd9141caf12c86de727fd82e45f6a84ebcf4707a8ccf4cf4c20e491e6adfcc121ca251119b50ac57c53f9cccdc11cc11929562d3c4a13f2ddfe8c3
7
+ data.tar.gz: 43f3ba27a0ee3b4b1985b0107bdd5dbae6200b2bf19d299d1c836a0d32f7f726b037546d951fbf840da8329112f4b3865f00456a3a4dc83982f1cc6743f304cf
data/.rubocop.yml CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  AllCops:
4
4
  Include:
5
- - '.yardext/**/*.rb'
5
+ - 'gemfiles/*'
6
6
 
7
7
  Style/Documentation:
8
8
  Enabled: false
@@ -21,7 +21,7 @@ Style/CollectionMethods:
21
21
 
22
22
  Style/Copyright:
23
23
  Enabled: true
24
- Notice: '^# Copyright \(c\) 2\d{3} Nathan Currier$'
24
+ Notice: '^# Copyright \(c\) 2\d{3} .+$'
25
25
 
26
26
  Style/Encoding:
27
27
  Enabled: true
@@ -29,6 +29,12 @@ Style/Encoding:
29
29
  Style/MethodCalledOnDoEndBlock:
30
30
  Enabled: true
31
31
 
32
+ Style/MultilineArrayBraceLayout:
33
+ Enabled: true
34
+
35
+ Style/MultilineAssignmentLayout:
36
+ Enabled: true
37
+
32
38
  Style/OptionHash:
33
39
  Enabled: true
34
40
 
data/.travis.yml ADDED
@@ -0,0 +1,24 @@
1
+ language: ruby
2
+ bundler_args: "--without lint --jobs=3 --retry=3"
3
+ cache: bundler
4
+ before_install:
5
+ - gem update --system
6
+ - gem install bundler
7
+ matrix:
8
+ include:
9
+ - rvm: 2.3.0
10
+ gemfile: gemfiles/Gemfile.ci
11
+ script: bundle exec rake ci
12
+ - rvm: rbx-3.14
13
+ gemfile: Gemfile
14
+ script: bundle exec rake test
15
+ - rvm: 2.3.0
16
+ gemfile: gemfiles/Gemfile.doc
17
+ script: bundle exec rake yard:deploy
18
+ env: DOCS=true
19
+ sudo: false
20
+ env:
21
+ global:
22
+ - secure: eYfZEZYiVMyeIJ9r3jAxgtF9vXDO2jMMJok9PL5tkKIDdi5XmkF2V1cwzzLI69DAPwuhfkPWVbiDgqjD0OHexOJMYipmdpgoZ/2AsSDnbzUDAbfuxjhGCvghD80U4lvb9B/VYWxhcubTsUXjBaivaik859wmajqLi0ROwD3jgm/0AF5oXpyHiIqEkFxQJ7E8D2pUm9kx4IH9uTP+lqrzBOdto2aGc+8XqgewcImC5Qp5ycikbZyPpvEKQDRYp6dHpcInrj+6TpiGW/HCs7R/Luf7BUILIgrV3NT4eFeGRvhdk2ON2v84ke0O8FDtrGje9uQWVn/dT2jL6wAekUyxS5CW225DzKjA6IIr54nQDizFjduFNPFDN4xWZr33e6EfWKe8uAJTOMepCVJ5Gr3jeGkT3xn8VXZLwZ0OZJ4BuKWzDcQqQZd0EQWKhOlhtm32jJ+YrSBWX4tLl8ma9qCLSy2dVKd5qVjIvX221Pg/rsGwO1MpNnV0OL3QUihKQxHPFbL/NNTGkGFnL/lMN85OdPXm6lmPYFS09GUYRYty7zOmBmQI53w7vsIxXjTKxE42od6smvWm3yicH/EKXzHcGmepPDILBWjazEsuXwvAi21y66fOTl1hWPE26+y9UWWmUEPU4uEq1oEFSjrM7qPhc1ZnLNUCY1gSFxQ5KCU1bXc=
23
+ - secure: awIPy+jkMz4xhU/hxMjWV5Qbbt/uoYrPgUmklHWUvqtl2IkL6DkPlPrPbT2ZYLwkThlSmZvZ4enbXECIKUKsSz42S8bw0IjKCyEWuWSD/e8BZhCouZF8MEoj6sowOj9Pkwko6M9DUFwISYRy8RGHaYbzIPoSpaCbIhqUGu86EM6f02VZ87sFe9dNAKK/m2FfC2boeq2W1oN/oOcm7dKaFVMxRYRxHrEaPKObtte9hhqh7oZPNmCCciPYYi4JwfSJuLDLwZhRNJz76UI1Jd8YVei4TKIJjQma2YS/AE7YfIEpTSPUuaSdu1shwk4hh9PmRO8QItTPx0HaBrC+UAXe2MlBgjO6Rz4wzVM8lp1XAI+zYGADUDy5FuzjoWXnSDrBjizryOPL8DleNpXjgsyQecAAQPyqrsLTtNfeB61Rcs09LGzI9olrxE84hazYvXhZNtuBCINowiSpKCcQvKuYBVucIQgTf3YvX5XKAvCJ5IqJUyCuU3KgGy5qq/6ChF10Pt+iyullgsJdABWDIvtQrwdsMp4kF2bgizZXA37GAEW6egEx+QJddUo1LUXoENP3+Zxqb+lUqD+NU49h2sEuZApCp1afz0D7dZ4YQuLaRv5cf7ncyxNAE1EHfdtBsur1XxWLbuUJd3upaycT14NukOXctTzfjH6XCy0uXFzsA78=
24
+ - secure: RFIY19CguAPBvTBwnaR4NbYKtH9cfQUr1HdYu4QIj+NkWGlWHP8pyDV4V0Lt4NqxYC+mzKGY7VcDY3KdnIjL+VN2JkPddnRtkVBcdSotxJpGAtOXZ4nzQJThX9t7zYtAEtIZJjFN00x5v8V2G8JP5PH7KfAjHlepWmleaJ12ka3h/MBo9Ww0QpjFIEMhrH49m5PeukNXsl0UT2oAlUrICmSUoB3oezvEeuv6C6HRf/snMV+p+Hk5Vo9Jsps1B0ppw/Q+YkA0MtAFsZmL/PR9vhBWt96igjx4OVPfis4AnEo9xoq/BmD4jsSvF3Aq14DMzQLqxjl+84Y2vlg6xCaXJ0lXT/9XBy5GqcVouCSfiG2ybK3BFA2rsUQxMDDAkcv8C4tkwS9Cg4Yqh/nhohmPvwlYaP/G/kdNnDZ2xll34amWIUqybbAbIqunTa2w/AdzAZPFNX7i9466bDwKP25G7vfInjMHLQMFYEgmy/YCYDu6yBt9YshNx+7slUBGlm7gnhFhufMpO/bj76QR20cvSQhqGFse1v8t2vCB5JL8EiyMa3BlEKjOd5QwuPF1O0tmodrWZSP3f07p4RHjvchlfVHgTk0/6nMP8MUNxrQWa0B1XZ+nRloVgj/X8kVjrdhYbCSHAfR2k8mUkqqJXSQYhW6hqRe88hTkB/s0AsdKkbk=
data/.yardopts CHANGED
@@ -10,8 +10,9 @@
10
10
  --private
11
11
  --default-return ''
12
12
 
13
- --load .yardext/config_access_handler.rb
13
+ --plugin yard_dizby
14
+
14
15
  lib/**/*.rb
15
16
  -
16
17
  doc/*.md
17
- LICENSE
18
+ LICENSE.md
data/Gemfile CHANGED
@@ -1,8 +1,27 @@
1
1
  # encoding: utf-8
2
2
  # Copyright (c) 2016 Nathan Currier
3
3
 
4
+ # This Source Code Form is subject to the terms of the Mozilla Public
5
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+
4
8
  source 'https://rubygems.org'
5
9
 
6
- gemspec
10
+ gemspec path: __dir__
7
11
 
8
12
  gem 'force_bind', require: false, platforms: :mri
13
+
14
+ group :development do
15
+ gem 'rake', require: false
16
+
17
+ # lint
18
+ gem 'rubocop', '>= 0.36.0', require: false
19
+
20
+ # test
21
+ gem 'minitest', require: false
22
+ gem 'simplecov', require: false
23
+
24
+ # doc
25
+ gem 'yard_dizby', require: false
26
+ gem 'kramdown', require: false
27
+ end
data/LICENSE.md ADDED
@@ -0,0 +1,357 @@
1
+ Mozilla Public License Version 2.0
2
+ ==================================
3
+
4
+ ### 1. Definitions
5
+
6
+ **1.1. “Contributor”**
7
+ means each individual or legal entity that creates, contributes to
8
+ the creation of, or owns Covered Software.
9
+
10
+ **1.2. “Contributor Version”**
11
+ means the combination of the Contributions of others (if any) used
12
+ by a Contributor and that particular Contributor's Contribution.
13
+
14
+ **1.3. “Contribution”**
15
+ means Covered Software of a particular Contributor.
16
+
17
+ **1.4. “Covered Software”**
18
+ means Source Code Form to which the initial Contributor has attached
19
+ the notice in Exhibit A, the Executable Form of such Source Code
20
+ Form, and Modifications of such Source Code Form, in each case
21
+ including portions thereof.
22
+
23
+ **1.5. “Incompatible With Secondary Licenses”**
24
+ means
25
+
26
+ * **(a)** that the initial Contributor has attached the notice described
27
+ in Exhibit B to the Covered Software; or
28
+ * **(b)** that the Covered Software was made available under the terms of
29
+ version 1.1 or earlier of the License, but not also under the
30
+ terms of a Secondary License.
31
+
32
+ **1.6. “Executable Form”**
33
+ means any form of the work other than Source Code Form.
34
+
35
+ **1.7. “Larger Work”**
36
+ means a work that combines Covered Software with other material, in
37
+ a separate file or files, that is not Covered Software.
38
+
39
+ **1.8. “License”**
40
+ means this document.
41
+
42
+ **1.9. “Licensable”**
43
+ means having the right to grant, to the maximum extent possible,
44
+ whether at the time of the initial grant or subsequently, any and
45
+ all of the rights conveyed by this License.
46
+
47
+ **1.10. “Modifications”**
48
+ means any of the following:
49
+
50
+ * **(a)** any file in Source Code Form that results from an addition to,
51
+ deletion from, or modification of the contents of Covered
52
+ Software; or
53
+ * **(b)** any new file in Source Code Form that contains any Covered
54
+ Software.
55
+
56
+ **1.11. “Patent Claims” of a Contributor**
57
+ means any patent claim(s), including without limitation, method,
58
+ process, and apparatus claims, in any patent Licensable by such
59
+ Contributor that would be infringed, but for the grant of the
60
+ License, by the making, using, selling, offering for sale, having
61
+ made, import, or transfer of either its Contributions or its
62
+ Contributor Version.
63
+
64
+ **1.12. “Secondary License”**
65
+ means either the GNU General Public License, Version 2.0, the GNU
66
+ Lesser General Public License, Version 2.1, the GNU Affero General
67
+ Public License, Version 3.0, or any later versions of those
68
+ licenses.
69
+
70
+ **1.13. “Source Code Form”**
71
+ means the form of the work preferred for making modifications.
72
+
73
+ **1.14. “You” (or “Your”)**
74
+ means an individual or a legal entity exercising rights under this
75
+ License. For legal entities, “You” includes any entity that
76
+ controls, is controlled by, or is under common control with You. For
77
+ purposes of this definition, “control” means **(a)** the power, direct
78
+ or indirect, to cause the direction or management of such entity,
79
+ whether by contract or otherwise, or **(b)** ownership of more than
80
+ fifty percent (50%) of the outstanding shares or beneficial
81
+ ownership of such entity.
82
+
83
+
84
+ ### 2. License Grants and Conditions
85
+
86
+ #### 2.1. Grants
87
+
88
+ Each Contributor hereby grants You a world-wide, royalty-free,
89
+ non-exclusive license:
90
+
91
+ * **(a)** under intellectual property rights (other than patent or trademark)
92
+ Licensable by such Contributor to use, reproduce, make available,
93
+ modify, display, perform, distribute, and otherwise exploit its
94
+ Contributions, either on an unmodified basis, with Modifications, or
95
+ as part of a Larger Work; and
96
+ * **(b)** under Patent Claims of such Contributor to make, use, sell, offer
97
+ for sale, have made, import, and otherwise transfer either its
98
+ Contributions or its Contributor Version.
99
+
100
+ #### 2.2. Effective Date
101
+
102
+ The licenses granted in Section 2.1 with respect to any Contribution
103
+ become effective for each Contribution on the date the Contributor first
104
+ distributes such Contribution.
105
+
106
+ #### 2.3. Limitations on Grant Scope
107
+
108
+ The licenses granted in this Section 2 are the only rights granted under
109
+ this License. No additional rights or licenses will be implied from the
110
+ distribution or licensing of Covered Software under this License.
111
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
112
+ Contributor:
113
+
114
+ * **(a)** for any code that a Contributor has removed from Covered Software;
115
+ or
116
+ * **(b)** for infringements caused by: **(i)** Your and any other third party's
117
+ modifications of Covered Software, or **(ii)** the combination of its
118
+ Contributions with other software (except as part of its Contributor
119
+ Version); or
120
+ * **(c)** under Patent Claims infringed by Covered Software in the absence of
121
+ its Contributions.
122
+
123
+ This License does not grant any rights in the trademarks, service marks,
124
+ or logos of any Contributor (except as may be necessary to comply with
125
+ the notice requirements in Section 3.4).
126
+
127
+ #### 2.4. Subsequent Licenses
128
+
129
+ No Contributor makes additional grants as a result of Your choice to
130
+ distribute the Covered Software under a subsequent version of this
131
+ License (see Section 10.2) or under the terms of a Secondary License (if
132
+ permitted under the terms of Section 3.3).
133
+
134
+ #### 2.5. Representation
135
+
136
+ Each Contributor represents that the Contributor believes its
137
+ Contributions are its original creation(s) or it has sufficient rights
138
+ to grant the rights to its Contributions conveyed by this License.
139
+
140
+ #### 2.6. Fair Use
141
+
142
+ This License is not intended to limit any rights You have under
143
+ applicable copyright doctrines of fair use, fair dealing, or other
144
+ equivalents.
145
+
146
+ #### 2.7. Conditions
147
+
148
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
149
+ in Section 2.1.
150
+
151
+
152
+ ### 3. Responsibilities
153
+
154
+ #### 3.1. Distribution of Source Form
155
+
156
+ All distribution of Covered Software in Source Code Form, including any
157
+ Modifications that You create or to which You contribute, must be under
158
+ the terms of this License. You must inform recipients that the Source
159
+ Code Form of the Covered Software is governed by the terms of this
160
+ License, and how they can obtain a copy of this License. You may not
161
+ attempt to alter or restrict the recipients' rights in the Source Code
162
+ Form.
163
+
164
+ #### 3.2. Distribution of Executable Form
165
+
166
+ If You distribute Covered Software in Executable Form then:
167
+
168
+ * **(a)** such Covered Software must also be made available in Source Code
169
+ Form, as described in Section 3.1, and You must inform recipients of
170
+ the Executable Form how they can obtain a copy of such Source Code
171
+ Form by reasonable means in a timely manner, at a charge no more
172
+ than the cost of distribution to the recipient; and
173
+
174
+ * **(b)** You may distribute such Executable Form under the terms of this
175
+ License, or sublicense it under different terms, provided that the
176
+ license for the Executable Form does not attempt to limit or alter
177
+ the recipients' rights in the Source Code Form under this License.
178
+
179
+ #### 3.3. Distribution of a Larger Work
180
+
181
+ You may create and distribute a Larger Work under terms of Your choice,
182
+ provided that You also comply with the requirements of this License for
183
+ the Covered Software. If the Larger Work is a combination of Covered
184
+ Software with a work governed by one or more Secondary Licenses, and the
185
+ Covered Software is not Incompatible With Secondary Licenses, this
186
+ License permits You to additionally distribute such Covered Software
187
+ under the terms of such Secondary License(s), so that the recipient of
188
+ the Larger Work may, at their option, further distribute the Covered
189
+ Software under the terms of either this License or such Secondary
190
+ License(s).
191
+
192
+ #### 3.4. Notices
193
+
194
+ You may not remove or alter the substance of any license notices
195
+ (including copyright notices, patent notices, disclaimers of warranty,
196
+ or limitations of liability) contained within the Source Code Form of
197
+ the Covered Software, except that You may alter any license notices to
198
+ the extent required to remedy known factual inaccuracies.
199
+
200
+ #### 3.5. Application of Additional Terms
201
+
202
+ You may choose to offer, and to charge a fee for, warranty, support,
203
+ indemnity or liability obligations to one or more recipients of Covered
204
+ Software. However, You may do so only on Your own behalf, and not on
205
+ behalf of any Contributor. You must make it absolutely clear that any
206
+ such warranty, support, indemnity, or liability obligation is offered by
207
+ You alone, and You hereby agree to indemnify every Contributor for any
208
+ liability incurred by such Contributor as a result of warranty, support,
209
+ indemnity or liability terms You offer. You may include additional
210
+ disclaimers of warranty and limitations of liability specific to any
211
+ jurisdiction.
212
+
213
+
214
+ ### 4. Inability to Comply Due to Statute or Regulation
215
+
216
+ If it is impossible for You to comply with any of the terms of this
217
+ License with respect to some or all of the Covered Software due to
218
+ statute, judicial order, or regulation then You must: **(a)** comply with
219
+ the terms of this License to the maximum extent possible; and **(b)**
220
+ describe the limitations and the code they affect. Such description must
221
+ be placed in a text file included with all distributions of the Covered
222
+ Software under this License. Except to the extent prohibited by statute
223
+ or regulation, such description must be sufficiently detailed for a
224
+ recipient of ordinary skill to be able to understand it.
225
+
226
+
227
+ ### 5. Termination
228
+
229
+ **5.1.** The rights granted under this License will terminate automatically
230
+ if You fail to comply with any of its terms. However, if You become
231
+ compliant, then the rights granted under this License from a particular
232
+ Contributor are reinstated **(a)** provisionally, unless and until such
233
+ Contributor explicitly and finally terminates Your grants, and **(b)** on an
234
+ ongoing basis, if such Contributor fails to notify You of the
235
+ non-compliance by some reasonable means prior to 60 days after You have
236
+ come back into compliance. Moreover, Your grants from a particular
237
+ Contributor are reinstated on an ongoing basis if such Contributor
238
+ notifies You of the non-compliance by some reasonable means, this is the
239
+ first time You have received notice of non-compliance with this License
240
+ from such Contributor, and You become compliant prior to 30 days after
241
+ Your receipt of the notice.
242
+
243
+ **5.2.** If You initiate litigation against any entity by asserting a patent
244
+ infringement claim (excluding declaratory judgment actions,
245
+ counter-claims, and cross-claims) alleging that a Contributor Version
246
+ directly or indirectly infringes any patent, then the rights granted to
247
+ You by any and all Contributors for the Covered Software under Section
248
+ 2.1 of this License shall terminate.
249
+
250
+ **5.3.** In the event of termination under Sections 5.1 or 5.2 above, all
251
+ end user license agreements (excluding distributors and resellers) which
252
+ have been validly granted by You or Your distributors under this License
253
+ prior to termination shall survive termination.
254
+
255
+
256
+ ### 6. Disclaimer of Warranty
257
+
258
+ > Covered Software is provided under this License on an “as is”
259
+ > basis, without warranty of any kind, either expressed, implied, or
260
+ > statutory, including, without limitation, warranties that the
261
+ > Covered Software is free of defects, merchantable, fit for a
262
+ > particular purpose or non-infringing. The entire risk as to the
263
+ > quality and performance of the Covered Software is with You.
264
+ > Should any Covered Software prove defective in any respect, You
265
+ > (not any Contributor) assume the cost of any necessary servicing,
266
+ > repair, or correction. This disclaimer of warranty constitutes an
267
+ > essential part of this License. No use of any Covered Software is
268
+ > authorized under this License except under this disclaimer.
269
+
270
+ ### 7. Limitation of Liability
271
+
272
+ > Under no circumstances and under no legal theory, whether tort
273
+ > (including negligence), contract, or otherwise, shall any
274
+ > Contributor, or anyone who distributes Covered Software as
275
+ > permitted above, be liable to You for any direct, indirect,
276
+ > special, incidental, or consequential damages of any character
277
+ > including, without limitation, damages for lost profits, loss of
278
+ > goodwill, work stoppage, computer failure or malfunction, or any
279
+ > and all other commercial damages or losses, even if such party
280
+ > shall have been informed of the possibility of such damages. This
281
+ > limitation of liability shall not apply to liability for death or
282
+ > personal injury resulting from such party's negligence to the
283
+ > extent applicable law prohibits such limitation. Some
284
+ > jurisdictions do not allow the exclusion or limitation of
285
+ > incidental or consequential damages, so this exclusion and
286
+ > limitation may not apply to You.
287
+
288
+
289
+ ### 8. Litigation
290
+
291
+ Any litigation relating to this License may be brought only in the
292
+ courts of a jurisdiction where the defendant maintains its principal
293
+ place of business and such litigation shall be governed by laws of that
294
+ jurisdiction, without reference to its conflict-of-law provisions.
295
+ Nothing in this Section shall prevent a party's ability to bring
296
+ cross-claims or counter-claims.
297
+
298
+
299
+ ### 9. Miscellaneous
300
+
301
+ This License represents the complete agreement concerning the subject
302
+ matter hereof. If any provision of this License is held to be
303
+ unenforceable, such provision shall be reformed only to the extent
304
+ necessary to make it enforceable. Any law or regulation which provides
305
+ that the language of a contract shall be construed against the drafter
306
+ shall not be used to construe this License against a Contributor.
307
+
308
+
309
+ ### 10. Versions of the License
310
+
311
+ #### 10.1. New Versions
312
+
313
+ Mozilla Foundation is the license steward. Except as provided in Section
314
+ 10.3, no one other than the license steward has the right to modify or
315
+ publish new versions of this License. Each version will be given a
316
+ distinguishing version number.
317
+
318
+ #### 10.2. Effect of New Versions
319
+
320
+ You may distribute the Covered Software under the terms of the version
321
+ of the License under which You originally received the Covered Software,
322
+ or under the terms of any subsequent version published by the license
323
+ steward.
324
+
325
+ #### 10.3. Modified Versions
326
+
327
+ If you create software not governed by this License, and you want to
328
+ create a new license for such software, you may create and use a
329
+ modified version of this License if you rename the license and remove
330
+ any references to the name of the license steward (except to note that
331
+ such modified license differs from this License).
332
+
333
+ #### 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
334
+
335
+ If You choose to distribute Source Code Form that is Incompatible With
336
+ Secondary Licenses under the terms of this version of the License, the
337
+ notice described in Exhibit B of this License must be attached.
338
+
339
+ ## Exhibit A - Source Code Form License Notice
340
+
341
+ This Source Code Form is subject to the terms of the Mozilla Public
342
+ License, v. 2.0. If a copy of the MPL was not distributed with this
343
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
344
+
345
+ If it is not possible or desirable to put the notice in a particular
346
+ file, then You may include the notice in a location (such as a LICENSE
347
+ file in a relevant directory) where a recipient would be likely to look
348
+ for such a notice.
349
+
350
+ You may add additional accurate notices of copyright ownership.
351
+
352
+ ## Exhibit B - “Incompatible With Secondary Licenses” Notice
353
+
354
+ This Source Code Form is "Incompatible With Secondary Licenses", as
355
+ defined by the Mozilla Public License, v. 2.0.
356
+
357
+
data/Rakefile CHANGED
@@ -1,6 +1,10 @@
1
1
  # encoding: utf-8
2
2
  # Copyright (c) 2016 Nathan Currier
3
3
 
4
+ # This Source Code Form is subject to the terms of the Mozilla Public
5
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+
4
8
  require 'rubygems'
5
9
  require 'bundler'
6
10
 
@@ -8,33 +12,7 @@ Bundler.setup(:default, :development)
8
12
 
9
13
  require 'bundler/gem_tasks'
10
14
 
11
- CLEAN.include '.yardoc'
12
- CLOBBER.include '_yardoc', 'coverage'
13
-
14
- require 'yard'
15
- require 'yard/rake/yardoc_task'
16
- YARD::Rake::YardocTask.new(:yard)
17
-
18
- require 'rubocop/rake_task'
19
- RuboCop::RakeTask.new(:rubocop) do |t|
20
- t.fail_on_error = false
21
- end
22
- task('rubocop:auto_correct').clear
23
-
24
- require 'rake/testtask'
25
- Rake::TestTask.new(:test) do |t|
26
- t.libs << 'test'
27
- t.test_files = ['test/test_helper.rb']
28
- t.pattern = 'test/**/*_test.rb'
29
- t.verbose = true
30
- end
31
-
32
- namespace :test do
33
- desc 'Generate a test coverage report'
34
- task :coverage do
35
- ENV['COVERAGE'] = 'true'
36
- task(:test).invoke
37
- end
38
- end
15
+ Dir.glob('tasks/*.rake').each { |task| import task }
39
16
 
40
17
  task default: %i(rubocop test)
18
+ task ci: 'test:coverage'
data/dizby.gemspec CHANGED
@@ -1,6 +1,10 @@
1
1
  # encoding: utf-8
2
2
  # Copyright (c) 2016 Nathan Currier
3
3
 
4
+ # This Source Code Form is subject to the terms of the Mozilla Public
5
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+
4
8
  require './lib/dizby/version'
5
9
 
6
10
  Gem::Specification.new do |spec|
@@ -8,11 +12,11 @@ Gem::Specification.new do |spec|
8
12
  spec.version = Dizby::VERSION
9
13
  spec.authors = ['Nathan Currier']
10
14
  spec.email = ['nathan.currier@gmail.com']
11
- spec.license = 'BSD-3-Clause'
15
+ spec.license = 'MPL-2.0'
12
16
 
13
17
  spec.description = 'Distributed Ruby'
14
18
  spec.summary = 'Distributed Ruby'
15
- spec.homepage = 'https://gem.rideliner.net'
19
+ spec.homepage = 'https://github.com/rideliner/dizby'
16
20
  spec.has_rdoc = 'yard'
17
21
 
18
22
  spec.files = `git ls-files -z`.split("\x0")
@@ -24,12 +28,4 @@ Gem::Specification.new do |spec|
24
28
  spec.add_runtime_dependency 'net-ssh'
25
29
 
26
30
  spec.add_dependency 'bundler', '>= 1.11.2'
27
-
28
- spec.add_development_dependency 'rubocop'
29
- spec.add_development_dependency 'yard'
30
- spec.add_development_dependency 'kramdown'
31
- spec.add_development_dependency 'rake'
32
- spec.add_development_dependency 'minitest'
33
- spec.add_development_dependency 'simplecov'
34
- spec.add_development_dependency 'codecov'
35
31
  end
@@ -0,0 +1,12 @@
1
+ # encoding: utf-8
2
+ # Copyright (c) 2016 Nathan Currier
3
+
4
+ # This Source Code Form is subject to the terms of the Mozilla Public
5
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+
8
+ eval_gemfile File.expand_path('../Gemfile', __dir__)
9
+
10
+ group :development do
11
+ gem 'codecov', require: false
12
+ end
@@ -0,0 +1,12 @@
1
+ # encoding: utf-8
2
+ # Copyright (c) 2016 Nathan Currier
3
+
4
+ # This Source Code Form is subject to the terms of the Mozilla Public
5
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+
8
+ eval_gemfile File.expand_path('Gemfile.ci', __dir__)
9
+
10
+ group :development do
11
+ gem 'ghpages_deploy', require: false
12
+ end
@@ -1,6 +1,10 @@
1
1
  # encoding: utf-8
2
2
  # Copyright (c) 2016 Nathan Currier
3
3
 
4
+ # This Source Code Form is subject to the terms of the Mozilla Public
5
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+
4
8
  require 'dizby/access/entry'
5
9
  require 'dizby/access/list'
6
10
 
@@ -1,6 +1,10 @@
1
1
  # encoding: utf-8
2
2
  # Copyright (c) 2016 Nathan Currier
3
3
 
4
+ # This Source Code Form is subject to the terms of the Mozilla Public
5
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+
4
8
  require 'ipaddr'
5
9
 
6
10
  module Dizby
@@ -1,10 +1,14 @@
1
1
  # encoding: utf-8
2
2
  # Copyright (c) 2016 Nathan Currier
3
3
 
4
+ # This Source Code Form is subject to the terms of the Mozilla Public
5
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+
4
8
  require 'dizby/utility/string'
5
9
 
6
10
  module Dizby
7
- INSECURE_METHODS = [:__send__]
11
+ INSECURE_METHODS = [:__send__].freeze
8
12
 
9
13
  def self.check_insecure_method(obj, msg_id)
10
14
  unless msg_id.is_a?(Symbol)
@@ -1,6 +1,10 @@
1
1
  # encoding: utf-8
2
2
  # Copyright (c) 2016 Nathan Currier
3
3
 
4
+ # This Source Code Form is subject to the terms of the Mozilla Public
5
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+
4
8
  module Dizby
5
9
  module Access
6
10
  class List < Array
@@ -1,6 +1,10 @@
1
1
  # encoding: utf-8
2
2
  # Copyright (c) 2016 Nathan Currier
3
3
 
4
+ # This Source Code Form is subject to the terms of the Mozilla Public
5
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+
4
8
  module Dizby
5
9
  class IdConverter
6
10
  def self.to_obj(ref)
@@ -1,6 +1,10 @@
1
1
  # encoding: utf-8
2
2
  # Copyright (c) 2016 Nathan Currier
3
3
 
4
+ # This Source Code Form is subject to the terms of the Mozilla Public
5
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+
4
8
  require 'dizby/utility/timed_collection'
5
9
  require 'dizby/converter/simple'
6
10