society 0.13.0 → 0.13.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.
- checksums.yaml +4 -4
- data/lib/society/version.rb +1 -1
- data/society.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf50fdd42f46c181a66763f33c8d0d38bd82f525
|
|
4
|
+
data.tar.gz: a1e251de6167da6145c18d12c6128096c50abf0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a9ac14f3d26fe5272defeca19d51b1815fb2187acd448c8313812c2e8de4702349e607758206743037329eb012fa47a46e74f361ec6896534706a007d528a6f
|
|
7
|
+
data.tar.gz: 6d0444bb2921dc253d0f76c8754542fc4b0ba1ccb6e14fd12da2df4ed5f6e8595ca38a581631ff248118822c2ee94f87da6e370a49746faaa3376fbe27996731
|
data/lib/society/version.rb
CHANGED
data/society.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["coraline@instructure.com", "kerrizor@gmail.com"]
|
|
11
11
|
spec.summary = %q{Social graph for Ruby objects}
|
|
12
12
|
spec.description = %q{Social graph for Ruby objects}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/Bantik/society"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
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: 0.13.
|
|
4
|
+
version: 0.13.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Coraline Ada Ehmke
|
|
@@ -183,7 +183,7 @@ files:
|
|
|
183
183
|
- spec/matrix_spec.rb
|
|
184
184
|
- spec/node_spec.rb
|
|
185
185
|
- spec/spec_helper.rb
|
|
186
|
-
homepage:
|
|
186
|
+
homepage: https://github.com/Bantik/society
|
|
187
187
|
licenses:
|
|
188
188
|
- MIT
|
|
189
189
|
metadata: {}
|