draw_smd 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 525eea38659c78efddcca9c94d882e51c8bdcc1b
4
- data.tar.gz: 4a0111fbc31b9e95085e76f411a7ed8d17986869
3
+ metadata.gz: 78641b2591ea0e577840cc9a8e32a14b9c698258
4
+ data.tar.gz: 8d079b840450a451e10befb269d9970d14effeed
5
5
  SHA512:
6
- metadata.gz: fa7f9964ee5e4ceab785cf6fef5f4cee2075a5485b8126d6ed968a0706a3e18fab94a73e2848bc63bdd6d54faae481355b7aa10d9a510be576da12449b2243a2
7
- data.tar.gz: 977dc2024881c30cd69dbc6c7be2253afc8a7dcd3b8645c422229a9c1c85fbc7a51b10682f815ea2d8d7b15c8a10f2417f1724de7739736f04282a6e3f0f4fef
6
+ metadata.gz: bdf0c44c3b8871c33a38b48fbbc531b7bf763445c2ae7ef5a180d66af1b97adab7a76e964b198a17b631a4a6a2528828af770fcf352c62fa031f71042c90d92b
7
+ data.tar.gz: 1023de6c362895932b7db9ed3557f1a2ee9b325f6c02597c12fe915fd6adc2952842b0824074fe1652b38e28f2252fb4d658c975b5a9d198960a37dfffe69873
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Draw SMD
1
+ # DrawSMD
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
 
@@ -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 schema:
29
+ Draw by selecting the model:
30
30
 
31
- ![example_smd](http://ogom.github.io/draw_smd/assets/img/example_smd.png)
31
+ ![example](http://ogom.github.io/draw_smd/assets/img/example.png)
32
32
 
33
33
  ## Use
34
34
 
@@ -36,8 +36,10 @@ input.bottom {
36
36
  }
37
37
 
38
38
  div.schemas {
39
- padding-top: 18px;
40
39
  float:left;
40
+ padding-top: 18px;
41
+ padding-bottom: 20px;
42
+ border-right: solid #eee;
41
43
  }
42
44
 
43
45
  div.draw img {
@@ -1,14 +1,11 @@
1
- <h2>Schemas</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>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <title>Schemas</title>
4
+ <title>Models</title>
5
5
  <%= stylesheet_link_tag "draw_smd/application", media: "all" %>
6
6
  <%= javascript_include_tag "draw_smd/application" %>
7
7
  <%= csrf_meta_tags %>
@@ -1,3 +1,3 @@
1
1
  module DrawSmd
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
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.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-02 00:00:00.000000000 Z
11
+ date: 2014-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails