rails_friends 0.1.0 → 0.1.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/rails_friends/version.rb +3 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 351e4155270d4785dd842f2e879fdbdee3242582281a4eba239d399a6a235300
|
|
4
|
+
data.tar.gz: faa2addf712dc25028fbd6bea3a248f4e64e1f22b9da9706b06a42f9b01a2b62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 980b0ea2fd7de9ec77b454a749de301c026fb65519b7a7df99ab8a85d2801f105dc55e84dbdf60435d113e1feb83ac0c568c2f6ee8d68ecd6b2c8d710180a5dc
|
|
7
|
+
data.tar.gz: ef4c060047469cfd217e3da81f7f027a725e2fc5c6805e66c588c949cdf70ca8c07660b65e4269b9747dfb55c5847ae73fcc6bb07fe342ae9a62053eb9347bbf
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_friends
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Carey
|
|
@@ -178,7 +178,7 @@ dependencies:
|
|
|
178
178
|
- - ">="
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
180
|
version: '0'
|
|
181
|
-
description:
|
|
181
|
+
description: Add social network friendship features to your Active Record models.
|
|
182
182
|
email:
|
|
183
183
|
- timcarey1989@gmail.com
|
|
184
184
|
executables: []
|
|
@@ -202,7 +202,10 @@ files:
|
|
|
202
202
|
homepage: https://github.com/tim-carey-code/rails_friends
|
|
203
203
|
licenses:
|
|
204
204
|
- MIT
|
|
205
|
-
metadata:
|
|
205
|
+
metadata:
|
|
206
|
+
homepage_uri: https://github.com/tim-carey-code/rails_friends
|
|
207
|
+
source_code_uri: https://github.com/tim-carey-code/rails_friends
|
|
208
|
+
changelog_uri: https://github.com/tim-carey-code/rails_friends/CHANGELOG.md
|
|
206
209
|
post_install_message:
|
|
207
210
|
rdoc_options: []
|
|
208
211
|
require_paths:
|