draw_smd 0.1.1 → 0.1.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78641b2591ea0e577840cc9a8e32a14b9c698258
|
|
4
|
+
data.tar.gz: 8d079b840450a451e10befb269d9970d14effeed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bdf0c44c3b8871c33a38b48fbbc531b7bf763445c2ae7ef5a180d66af1b97adab7a76e964b198a17b631a4a6a2528828af770fcf352c62fa031f71042c90d92b
|
|
7
|
+
data.tar.gz: 1023de6c362895932b7db9ed3557f1a2ee9b325f6c02597c12fe915fd6adc2952842b0824074fe1652b38e28f2252fb4d658c975b5a9d198960a37dfffe69873
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# DrawSMD
|
|
2
2
|
|
|
3
3
|
[](https://rubygems.org/gems/draw_smd) [](https://travis-ci.org/ogom/draw_smd)
|
|
4
4
|
|
|
@@ -26,9 +26,9 @@ Add this line to your `config/routes.rb`:
|
|
|
26
26
|
mount DrawSmd::Engine, at: '/rails/draw/smd'
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
Draw by selecting the
|
|
29
|
+
Draw by selecting the model:
|
|
30
30
|
|
|
31
|
-

|
|
32
32
|
|
|
33
33
|
## Use
|
|
34
34
|
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
<h2>
|
|
1
|
+
<h2>Models</h2>
|
|
2
2
|
<p>Drawing the State Machine Diagram</p>
|
|
3
3
|
|
|
4
4
|
<div class='schemas'>
|
|
5
5
|
<%= form_tag({}, method: :get, name: 'form_schema') do %>
|
|
6
6
|
<table id='schema_table' class='schema_table'>
|
|
7
7
|
<thead>
|
|
8
|
-
<tr>
|
|
9
|
-
<th>Schema</th>
|
|
10
|
-
</tr>
|
|
11
|
-
<tr class='bottom'>
|
|
8
|
+
<tr class='bottom'>
|
|
12
9
|
<th>
|
|
13
10
|
<%= submit_tag :draw, class: 'bottom' %>
|
|
14
11
|
</th>
|
data/lib/draw_smd/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: draw_smd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ogom
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-09-
|
|
11
|
+
date: 2014-09-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|