yuml 0.4.2 → 0.4.3
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 +4 -4
- data/README.md +2 -0
- data/lib/yuml.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3f9891582d589bd54d921e4e9f809917166af7a
|
4
|
+
data.tar.gz: 5e9ab82dbe3e0a8921f065423a8e638081eaffcb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57ea65c7173f929768e0b0b5fec44fabc08a5bbe6bf4ff59b7762fbb767a0cec5f093f77f9c50cfbd56eb44439be3354ea15fd64c1fcb9314e0c73b47c6e6055
|
7
|
+
data.tar.gz: f2461b929fe84828c5dff19633f143c15d0b213b98eda120538e7f64ef5851d0cb8e0baea1cc7345dd825952c1bf5ff1c1603437d847eea29d8316090b4e7577
|
data/README.md
CHANGED
@@ -7,6 +7,8 @@ A Ruby DSL for generating UML built on yuml.me, visit the [homepage](http://dere
|
|
7
7
|
To build a UML document start with this block of code. Everything inside the block will be used to describe the uml document you want to create.
|
8
8
|
|
9
9
|
```ruby
|
10
|
+
require 'yuml'
|
11
|
+
|
10
12
|
YUML.generate(file: 'tmp.pdf') do |uml|
|
11
13
|
...
|
12
14
|
end
|
data/lib/yuml.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yuml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Derek Stride
|
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
62
|
version: '0'
|
63
63
|
requirements: []
|
64
64
|
rubyforge_project:
|
65
|
-
rubygems_version: 2.
|
65
|
+
rubygems_version: 2.6.8
|
66
66
|
signing_key:
|
67
67
|
specification_version: 4
|
68
68
|
summary: A Ruby DSL for generating UML
|