draw_smd 0.0.1 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/draw_smd/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 197142faab6a2b26db213b71b4d5aa9787306dfe
4
- data.tar.gz: 629670c1f46266cfbe7d97a23ba3c95b891b6328
3
+ metadata.gz: 1b039268f8de5094243b1641a7c328d0699c4a0b
4
+ data.tar.gz: 3beef471485ba6d29d0c1e1a2b5ce60da211dca0
5
5
  SHA512:
6
- metadata.gz: 2c85169a1db7c5f70586e300169a1e33d2a1d46c302371aad58e99983efa494e2cc7d0ca4607f74b4a3d3bfee78d226c32ed267615e61d492e7f1ffed99731dc
7
- data.tar.gz: 04faf2fadf3daaa5ca22f166f3e342a45282657b7d58f4e2bed094b25644284f9957d4537cf9f25fe2ca8bd29b3be69558d5a99b94ead5645290c8df49d58b6a
6
+ metadata.gz: 7a2e9306a78294046cc7021e4e787049dcd79f1c0d2e8479458fa1a635cc137b3c52187bf0fdc8d7e960533cb4307399b350be77c93979c476c3de73ecf3ce10
7
+ data.tar.gz: f62057ab6bb4996f9a566d99852794b6b1eefb7312d603451284378c86a5d9b9a4263fdf82ad838794eca70a367bf4317d258601bb31231be73feb9e21cdf42b
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/draw_smd.png)](https://rubygems.org/gems/draw_smd) [![Build Status](https://travis-ci.org/ogom/draw_smd.png?branch=master)](https://travis-ci.org/ogom/draw_smd)
4
4
 
5
- Drawing the Entity-Relationship Diagram of Rails.
5
+ Drawing the State Machine Diagram of Rails.
6
6
 
7
7
  ## Installation
8
8
 
@@ -23,10 +23,10 @@ $ bundle
23
23
  Add this line to your `config/routes.rb`:
24
24
 
25
25
  ```
26
- mount Drawsmd::Engine, at: '/rails/draw/smd'
26
+ mount DrawSmd::Engine, at: '/rails/draw/smd'
27
27
  ```
28
28
 
29
- Draw by selecting the schemas:
29
+ Draw by selecting the schema:
30
30
 
31
31
  ![example_smd](http://ogom.github.io/draw_smd/assets/img/example_smd.png)
32
32
 
@@ -1,3 +1,3 @@
1
1
  module DrawSmd
2
- VERSION = '0.0.1'.freeze
2
+ VERSION = '0.1.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: draw_smd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ogom