modelist 0.1.0 → 0.1.1
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.
- data/README.md +7 -7
- data/lib/modelist/path_finder.rb +0 -1
- data/lib/modelist/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -149,14 +149,14 @@ Given two model names will find known paths:
|
|
|
149
149
|
|
|
150
150
|
Example output:
|
|
151
151
|
|
|
152
|
-
checking for path from
|
|
152
|
+
checking for path from foobar to barfoo...
|
|
153
153
|
+++++++-+-++--+------
|
|
154
|
-
|
|
155
|
-
Paths from
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
154
|
+
|
|
155
|
+
Paths from foobar to barfoo (2):
|
|
156
|
+
|
|
157
|
+
foobar.foo -> foo.barfoos -> barfoo
|
|
158
|
+
|
|
159
|
+
foobar.barfoo -> barfoo
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
### API
|
data/lib/modelist/path_finder.rb
CHANGED
data/lib/modelist/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: modelist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-06-
|
|
12
|
+
date: 2013-06-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|