models-to-sql-rails 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c18b60c7971694627a2e1b273688134030ec21b6
4
- data.tar.gz: a8f46346393fa8b05ed11d393544f4f37d1d4ce3
3
+ metadata.gz: 5d1e00b95389e6e9a6bf19163c2eb9822ae436ae
4
+ data.tar.gz: 7aac495508cd49c65b0027379afecdb437751f0f
5
5
  SHA512:
6
- metadata.gz: 87080b2f35d0923e9d92c79c8a0939456ff03827f125b87a5fdca17a0863f607d1a7ac4fc96517a96e943cf7655729781f2ffabee38258dfb32fb0dc00212459
7
- data.tar.gz: ccff590f8be39b73dd4c8c2ff391fdaf0f6325d587e3bb0468f6ac0e28420a16450da5cfbda8fa6632ae3b22a1b081f808adc93d74db8c36e1fad58713171c5c
6
+ metadata.gz: 2dd8691ef0af99582c9e59ffcd0f7924bc7428abf28eb809b7057cc765e0f9b7e81cbae82e93ca7334a20686b62b6a90dbc0f6e80fb997e4bbbff6518cf06fbe
7
+ data.tar.gz: 65ca03495c0e642055c23607475a23ed35861ec903b49b404dd9c4ccafd05df488c8032fc097d8f650f504063364fa2f26321ba91f87f13252454cca69413c9b
data/README.md CHANGED
@@ -10,7 +10,11 @@ Usage
10
10
  ---------------
11
11
  If you want use this gem in your project, you must add the following line to your `gemfile`:
12
12
  ```ruby
13
+ # If you want the most recent version:
13
14
  gem 'models-to-sql-rails', :git => 'git://github.com/paladini/models-to-sql-rails.git'
15
+
16
+ # If you want the most stable version:
17
+ gem "models-to-sql-rails", "~> 1.0.2"
14
18
  ```
15
19
  Then, you must open your terminal (Ctrl+Alt+T) and run the following command on your project root path:
16
20
  ```shell
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: models-to-sql-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - PagerDuty
@@ -26,7 +26,7 @@ dependencies:
26
26
  - !ruby/object:Gem::Version
27
27
  version: '1.2'
28
28
  description: Dump ActiveRecord models graphs back into SQL or Rails fixtures format.
29
- Easily convert a model or an array of models to SQL insertion.
29
+ Easily convert a model or an array of models to SQL insertion script.
30
30
  email: fnpaladini@gmail.com
31
31
  executables: []
32
32
  extensions: []