sexy_relations 0.0.1 → 1.0.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.
- checksums.yaml +4 -4
- data/README.md +4 -6
- data/lib/sexy_relations/version.rb +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: 632e601e77e91ff9dda56d5892e226b65084629c
|
4
|
+
data.tar.gz: ce89c57af4b559bbf512de2a5574948fb6de4199
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24e9350db4d65c1e1c86bb74dccb99fd93f6e807403c2c356281d13f667ee688feab922a2d91e8b9d2f04c1897a229e8510f0b8da55ec3619ff1493238a3009f
|
7
|
+
data.tar.gz: f2ba2d85557384636a45e9ed4e9984b9c88b3bb77c93df25133b4314f815a5b1810c05831680d95bc5c62228a4ee51dc29fb1e2ce53ef6f2a73422bb80af326f
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
-
#
|
1
|
+
# sexy_relations
|
2
2
|
|
3
|
-
Sexy
|
3
|
+

|
4
|
+
|
5
|
+
Sexy Relations gives you a sexy way to display model relationships in the console. Simply add to your Gemfile and run the `sexy_relations` method on a model in the rails console like so...
|
4
6
|
|
5
7
|
`User.sexy_relations`
|
6
8
|
|
@@ -28,10 +30,6 @@ Or install it yourself as:
|
|
28
30
|
|
29
31
|
$ gem install sexy_relations
|
30
32
|
|
31
|
-
## Usage
|
32
|
-
|
33
|
-
TODO: Write usage instructions here
|
34
|
-
|
35
33
|
## Contributing
|
36
34
|
|
37
35
|
1. Fork it ( https://github.com/spencerldixon/sexy_relations/fork )
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sexy_relations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Spencer Dixon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|