orphan_records 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README +6 -1
  2. data/README.md +22 -0
  3. data/orphan_records.gemspec +1 -1
  4. metadata +1 -1
data/README CHANGED
@@ -2,8 +2,13 @@
2
2
  Gem which show/delete the orphan records in your Rails applivcation
3
3
 
4
4
  == Installation
5
+ Add it to your Gemfile:
5
6
 
6
- gem install orphan_records
7
+ gem 'orphan_records'
8
+
9
+ Run the following command to install it:
10
+
11
+ bundle install
7
12
 
8
13
  == Usage
9
14
 
data/README.md CHANGED
@@ -10,3 +10,25 @@ Authors:
10
10
  <br/> Dave Thomas (Annotate Models)
11
11
 
12
12
  Released under the same license as Ruby. No Support. No Warranty.
13
+
14
+ ### orphan_records
15
+ Gem which show/delete the orphan records in your Rails applivcation
16
+
17
+ [![Gem Version](https://badge.fury.io/rb/orphan_records.png)](http://badge.fury.io/rb/orphan_records)
18
+ [![Build Status](https://secure.travis-ci.org/abhidsm/OrphanRecords.png?branch=master)](http://travis-ci.org/abhidsm/OrphanRecords)
19
+ [![Code Climate](https://codeclimate.com/github/abhidsm/OrphanRecords.png)](https://codeclimate.com/github/abhidsm/OrphanRecords)
20
+
21
+ ### Installation
22
+ Add it to your Gemfile:
23
+
24
+ gem 'orphan_records'
25
+
26
+ Run the following command to install it:
27
+
28
+ bundle install
29
+
30
+ ### Usage
31
+
32
+ rake orphan_records:show # this rake task will show the list of orphan records
33
+
34
+ rake orphan_records:delete # this rake task will delete the orphan records
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'orphan_records'
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
4
4
 
5
5
  s.authors = [%q{abhilash}]
6
6
  s.date = %q{2013-04-07}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orphan_records
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: