twrk-socialization 0.0.1 → 1.2.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/socialization.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2150673a506b6d721aa076183f7ef5808857e8f5
4
- data.tar.gz: f0b8e740ab91b10561b5a9a589675f742f09d8d9
3
+ metadata.gz: 7ed21508f35aa4e411d65953ae47f883174dbdaf
4
+ data.tar.gz: ebcc252b9605fa3dc0e5f2bc0f55223a3f1af408
5
5
  SHA512:
6
- metadata.gz: cbcda82d06d64f3b5bb7c3b7a963ebc3cf59d963bcbb181f18108f6619b6763b76fb09463515be583cb98b2c3c5e676423e3c9af2e701e8c7c610517832c8d4e
7
- data.tar.gz: fce34142970e4e1510e9906175cb0c7e6aa3d513230d2f43876ed09ca4ed71e9ce48e03a1da05658985dd3b904e5d1166f85752a3cfcb97417d4a2acef50b5ba
6
+ metadata.gz: b77b2db7ace3cd0bca17903221fcdeaa5b25e36350fe714eff19c4554d8983215c585d8236cf7f4262652daf13e4b9e07fb2ef18e5121b3e2dfeb75346391e3f
7
+ data.tar.gz: 1c4f03098d94728556f184276a68e4d0814fc5258c7208e08e3eda42d2b0643473a2e56853cecaec628967e23f56fac73b9228f3a3a0b82a52bbcd29cf584dfa
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Socialization
2
2
 
3
+ *Heads up, this repo is a fork of [cmer's Socialization gem](https://github.com/cmer/socialization)*
4
+
3
5
  Socialization is a Ruby Gem that allows any ActiveRecord model to `Follow`, `Like` and/or `Mention` any other model. ActiveRecord or Redis can be used as a data store.
4
6
 
5
7
  The Follow feature is similar to Twitter's follow. For example, John follows Jane. Unlike Facebook's "friendship", Follow is a one-way concept. The fact that John follows Jane doesn't mean that Jane follows John.
@@ -4,7 +4,7 @@ require "socialization/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "twrk-socialization"
7
- s.version = "0.0.1"
7
+ s.version = "1.2.0"
8
8
  s.authors = ["twrk"]
9
9
  s.email = "twrkitrealgood@gmail.com"
10
10
  s.homepage = "https://github.com/twrk/socialization"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twrk-socialization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - twrk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-25 00:00:00.000000000 Z
11
+ date: 2015-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord