society 1.7 → 2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +11 -18
- data/lib/society/version.rb +1 -1
- data/society-1.7.gem +0 -0
- data/society.gemspec +2 -2
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d469263bc09fa8c83591697bab88603af6c291c01cd9920d6306a7de6bfeb51
|
4
|
+
data.tar.gz: 8ec34d08fbfa61e7a96c421de0a06326d1c5e4e710b249c4160e509fe27075df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 663a46a853e60e5c5b4c48b37bd293856002ec00f84e3585d323ff5094b24a4514a38d1e26d0de1e96281599a21e6ab5c3ffb8497932eac01867ea6ed8f2ae19
|
7
|
+
data.tar.gz: 4baf0828c316d188bd344808e4c37b456b686b3b570866958699a991715efee931727edda1abb8cc82e525b13d3f2206cba1dbfc39c34a171aea109f82f37f26
|
data/LICENSE.txt
CHANGED
@@ -1,22 +1,15 @@
|
|
1
|
-
Copyright
|
1
|
+
Copyright 2020 Coraline Ada Ehmke
|
2
2
|
|
3
|
-
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
4
4
|
|
5
|
-
|
6
|
-
a copy of this software and associated documentation files (the
|
7
|
-
"Software"), to deal in the Software without restriction, including
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
11
|
-
the following conditions:
|
5
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
12
6
|
|
13
|
-
The
|
14
|
-
included in all copies or substantial portions of the Software.
|
7
|
+
* No Harm: The software may not be used by anyone for systems or activities that actively and knowingly endanger, harm, or otherwise threaten the physical, mental, economic, or general well-being of other individuals or groups, in violation of the United Nations Universal Declaration of Human Rights (https://www.un.org/en/universal-declaration-human-rights/).
|
15
8
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
-
|
22
|
-
|
9
|
+
* Services: If the Software is used to provide a service to others, the licensee shall, as a condition of use, require those others not to use the service in any way that violates the No Harm clause above.
|
10
|
+
|
11
|
+
* Enforceability: If any portion or provision of this License shall to any extent be declared illegal or unenforceable by a court of competent jurisdiction, then the remainder of this License, or the application of such portion or provision in circumstances other than those as to which it is so declared illegal or unenforceable, shall not be affected thereby, and each portion and provision of this Agreement shall be valid and enforceable to the fullest extent permitted by law.
|
12
|
+
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
14
|
+
|
15
|
+
This Hippocratic License is an Ethical Source license (https://ethicalsource.dev) derived from the MIT License, amended to limit the impact of the unethical use of open source software.
|
data/lib/society/version.rb
CHANGED
data/society-1.7.gem
ADDED
Binary file
|
data/society.gemspec
CHANGED
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "society"
|
8
8
|
spec.version = Society::VERSION
|
9
9
|
spec.authors = ["Coraline Ada Ehmke", "Instructure"]
|
10
|
-
spec.email = ["coraline@
|
10
|
+
spec.email = ["coraline@idolhands.com", "eng@instructure.com"]
|
11
11
|
spec.summary = %q{Social graph for Ruby objects}
|
12
12
|
spec.description = %q{Social graph for Ruby objects. Based on an original idea by Kerri Miller.}
|
13
13
|
spec.homepage = "https://github.com/CoralineAda/society"
|
14
|
-
spec.license = "MIT"
|
14
|
+
spec.license = "MIT-HL"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: society
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '
|
4
|
+
version: '2.0'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Coraline Ada Ehmke
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2020-02-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -181,7 +181,7 @@ dependencies:
|
|
181
181
|
version: '0'
|
182
182
|
description: Social graph for Ruby objects. Based on an original idea by Kerri Miller.
|
183
183
|
email:
|
184
|
-
- coraline@
|
184
|
+
- coraline@idolhands.com
|
185
185
|
- eng@instructure.com
|
186
186
|
executables:
|
187
187
|
- society
|
@@ -215,6 +215,7 @@ files:
|
|
215
215
|
- lib/society/parser.rb
|
216
216
|
- lib/society/version.rb
|
217
217
|
- network_graph.png
|
218
|
+
- society-1.7.gem
|
218
219
|
- society.gemspec
|
219
220
|
- spec/cli_spec.rb
|
220
221
|
- spec/fixtures/for_parser_spec/whaler.rb
|
@@ -225,7 +226,7 @@ files:
|
|
225
226
|
- spec/spec_helper.rb
|
226
227
|
homepage: https://github.com/CoralineAda/society
|
227
228
|
licenses:
|
228
|
-
- MIT
|
229
|
+
- MIT-HL
|
229
230
|
metadata: {}
|
230
231
|
post_install_message:
|
231
232
|
rdoc_options: []
|
@@ -243,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
243
244
|
version: '0'
|
244
245
|
requirements: []
|
245
246
|
rubyforge_project:
|
246
|
-
rubygems_version: 2.7.
|
247
|
+
rubygems_version: 2.7.8
|
247
248
|
signing_key:
|
248
249
|
specification_version: 4
|
249
250
|
summary: Social graph for Ruby objects
|