1 files changed, 16 insertions(+), 2 deletions(-)

M Manifest.txt
M Manifest.txt +16 -2
@@ 1,7 1,21 @@ 
-.simplecov
 History.md
+LICENSE.txt
 README.md
-Rakefile
 lib/pushdown.rb
+lib/pushdown/automaton.rb
+lib/pushdown/exceptions.rb
+lib/pushdown/state.rb
+lib/pushdown/transition.rb
+lib/pushdown/transition/pop.rb
+lib/pushdown/transition/push.rb
+lib/pushdown/transition/replace.rb
+lib/pushdown/transition/switch.rb
+spec/pushdown/automaton_spec.rb
+spec/pushdown/state_spec.rb
+spec/pushdown/transition/pop_spec.rb
+spec/pushdown/transition/push_spec.rb
+spec/pushdown/transition/replace_spec.rb
+spec/pushdown/transition/switch_spec.rb
+spec/pushdown/transition_spec.rb
 spec/pushdown_spec.rb
 spec/spec_helper.rb