ellington 0.0.7 → 0.0.8
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 +11 -0
- data/lib/ellington/line_list.rb +4 -0
- data/lib/ellington/station_list.rb +4 -0
- data/lib/ellington/version.rb +1 -1
- metadata +3 -4
data/README.md
CHANGED
@@ -36,3 +36,14 @@ We've found that using consistent and cohesive physical metaphors helps people r
|
|
36
36
|
**Note:** *We recommend Ellington for projects where a good understanding of the problem domain has been established.
|
37
37
|
You might want to [spike a solution](http://en.wikipedia.org/wiki/Software_prototyping) to learn your project's requirements before using Ellington.*
|
38
38
|
|
39
|
+
## Run the demo
|
40
|
+
|
41
|
+
```
|
42
|
+
git clone git://github.com/hopsoft/ellington.git
|
43
|
+
cd ellington
|
44
|
+
bundle
|
45
|
+
bundle exec ruby examples/social_media/demo.rb
|
46
|
+
```
|
47
|
+
|
48
|
+
Review the demo project [here](https://github.com/hopsoft/ellington/tree/master/examples/social_media).
|
49
|
+
|
data/lib/ellington/line_list.rb
CHANGED
data/lib/ellington/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ellington
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
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-
|
12
|
+
date: 2013-04-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hero
|
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
133
133
|
version: '0'
|
134
134
|
requirements: []
|
135
135
|
rubyforge_project:
|
136
|
-
rubygems_version: 1.8.
|
136
|
+
rubygems_version: 1.8.25
|
137
137
|
signing_key:
|
138
138
|
specification_version: 3
|
139
139
|
summary: A micro framework to ensure your projects are easy to manage, develop, &
|
@@ -156,4 +156,3 @@ test_files:
|
|
156
156
|
- test/ticket_test.rb
|
157
157
|
- test/transition_info_test.rb
|
158
158
|
- test/unique_type_array_test.rb
|
159
|
-
has_rdoc:
|