society 2.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/society/version.rb +1 -1
- data/society-2.0.gem +0 -0
- data/society.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 304d755a01f65db717663aa583004cbd7858667369d43b9b55726a522d3a49e4
|
4
|
+
data.tar.gz: 9ac0c5f8cf6f0009f9c74f9b4d81794cf91f80e15ab9610b73a151b7cc0eba8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47e89f25369a4a27f6c582dcefce8868af4f925d758807d2c6af53568bf3b4f4b94eed6cb82701ab7eac74c064f1caba9cc2d64cdf0d396604a8e694bb91d242
|
7
|
+
data.tar.gz: 96fa4d9b84839547bc25433cd0ebe0047920484f9b214de746f3d71c2a34ca80f6a8dc0f7a367c4c85dff5c2a652c0afdb8607fe496edb56ebbed3710d9d2a5b
|
data/lib/society/version.rb
CHANGED
data/society-2.0.gem
ADDED
Binary file
|
data/society.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
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-Hippocratic-1.2"
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Coraline Ada Ehmke
|
@@ -216,6 +216,7 @@ files:
|
|
216
216
|
- lib/society/version.rb
|
217
217
|
- network_graph.png
|
218
218
|
- society-1.7.gem
|
219
|
+
- society-2.0.gem
|
219
220
|
- society.gemspec
|
220
221
|
- spec/cli_spec.rb
|
221
222
|
- spec/fixtures/for_parser_spec/whaler.rb
|
@@ -226,7 +227,7 @@ files:
|
|
226
227
|
- spec/spec_helper.rb
|
227
228
|
homepage: https://github.com/CoralineAda/society
|
228
229
|
licenses:
|
229
|
-
- MIT-
|
230
|
+
- MIT-Hippocratic-1.2
|
230
231
|
metadata: {}
|
231
232
|
post_install_message:
|
232
233
|
rdoc_options: []
|