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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b62c441ca27293fca6eac9e1c13d369d1a4edf0
4
- data.tar.gz: 52ebd6c835fb5d69a6b5dddf801176a5c4dd6d76
3
+ metadata.gz: 632e601e77e91ff9dda56d5892e226b65084629c
4
+ data.tar.gz: ce89c57af4b559bbf512de2a5574948fb6de4199
5
5
  SHA512:
6
- metadata.gz: 5a4f2401eadaf1fa3f803262d3d2d656559b2d5f8f93bcafc56218d3f8ddb1a4a8b57f88ff5dd5e41db8a841f216fb3f1c47e09272eeab2aa974cda63f970ace
7
- data.tar.gz: 8c54a3dc72efba821258c9be7c1e6916312c261bf1b5c9f7873a45e7347f5c024d0375c34496b4f7947392f3b6a5705dd45f8429667401faedfe7801f4d7f37d
6
+ metadata.gz: 24e9350db4d65c1e1c86bb74dccb99fd93f6e807403c2c356281d13f667ee688feab922a2d91e8b9d2f04c1897a229e8510f0b8da55ec3619ff1493238a3009f
7
+ data.tar.gz: f2ba2d85557384636a45e9ed4e9984b9c88b3bb77c93df25133b4314f815a5b1810c05831680d95bc5c62228a4ee51dc29fb1e2ce53ef6f2a73422bb80af326f
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
- # SexyRelations
1
+ # sexy_relations
2
2
 
3
- 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 like so...
3
+ ![Sexy relations](http://i.giphy.com/mmgxuEoMNmgKY.gif)
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 )
@@ -1,3 +1,3 @@
1
1
  module SexyRelations
2
- VERSION = "0.0.1"
2
+ VERSION = "1.0.0"
3
3
  end
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.1
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-23 00:00:00.000000000 Z
11
+ date: 2015-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler