-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathManifest.txt
53 lines (53 loc) · 1.52 KB
/
Manifest.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
CHANGES.txt
Rakefile
README.txt
examples/csv to dot
examples/csv to dot/generate_card_walls
examples/csv to dot/Stories.csv
examples/custom csv builder
examples/custom csv builder/generate_card_wall
examples/custom csv builder/Stories.csv
examples/custom csv builder/Stories.tracker.csv
examples/excel to visio
examples/excel to visio/Business Processes.xls
examples/excel to visio/generate card walls.rb
examples/excel to visio/readme.html
examples/excel to visio/TPS-small.png
examples/importing into tracker api
examples/importing into tracker api/generate_card_wall
examples/importing into tracker api/Stories.csv
examples/numbers to omnigraffle
examples/numbers to omnigraffle/generate_card_walls
examples/numbers to omnigraffle/Voting Example.numbers
lib/cards
lib/cards/card.rb
lib/cards/card_wall.rb
lib/cards/csv_builder.rb
lib/cards/csv_parser.rb
lib/cards/dot_writer.rb
lib/cards/extensions.rb
lib/cards/graffle_writer.rb
lib/cards/layouts
lib/cards/layouts/column_layout.rb
lib/cards/layouts/nil_layout.rb
lib/cards/layouts/row_layout.rb
lib/cards/master_story_list.rb
lib/cards/numbers_parser.rb
lib/cards/swim_lanes.rb
lib/cards/tabular_parser.rb
lib/cards/text.rb
lib/cards/text_writer.rb
lib/cards/tracker_csv.rb
lib/cards.rb
spec/cards
spec/cards/card_spec.rb
spec/cards/card_wall_spec.rb
spec/cards/csv_parser_spec.rb
spec/cards/dot_writer_spec.rb
spec/cards/extensions_spec.rb
spec/cards/numbers_parser_spec.rb
spec/cards/swim_lanes_spec.rb
spec/cards/text_writer_spec.rb
spec/fixtures
spec/fixtures/Voting Example.numbers
spec/spec_helper.rb