ellington 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
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
+
@@ -17,6 +17,10 @@ module Ellington
17
17
  end
18
18
  alias_method :<<, :push
19
19
 
20
+ def add(line)
21
+ push(line).last
22
+ end
23
+
20
24
  protected
21
25
 
22
26
  attr_reader :inner_list
@@ -17,6 +17,10 @@ module Ellington
17
17
  end
18
18
  alias_method :<<, :push
19
19
 
20
+ def add(station)
21
+ push(station).last
22
+ end
23
+
20
24
  protected
21
25
 
22
26
  attr_reader :inner_list
@@ -1,3 +1,3 @@
1
1
  module Ellington
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
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.7
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-03-18 00:00:00.000000000 Z
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.23
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: