defunkt / ambition

include Enumerable

This URL has Read+Write access

defunkt (author)
Thu Apr 24 12:55:19 -0700 2008
commit  ceecabd0836d6f2d354724e80f353ad5f73ce2f8
tree    7c8fe7875729c763772bddf0401cc2d724147e2a
parent  953bb677652228a1e5310e2a2a3941674de52323
ambition / Manifest
df8c7e01 » defunkt 2007-11-27 upgrade to new echoe, also ... 1 app_generators/ambition_adapter/ambition_adapter_generator.rb
de8afadc » defunkt 2008-02-16 update manifest 2 app_generators/ambition_adapter/templates/lib/adapter/base.rb.erb
3 app_generators/ambition_adapter/templates/lib/adapter/query.rb.erb
4 app_generators/ambition_adapter/templates/lib/adapter/select.rb.erb
5 app_generators/ambition_adapter/templates/lib/adapter/slice.rb.erb
6 app_generators/ambition_adapter/templates/lib/adapter/sort.rb.erb
df8c7e01 » defunkt 2007-11-27 upgrade to new echoe, also ... 7 app_generators/ambition_adapter/templates/lib/init.rb.erb
64c25d08 » defunkt 2007-12-22 generator tweaks: add licen... 8 app_generators/ambition_adapter/templates/LICENSE
df8c7e01 » defunkt 2007-11-27 upgrade to new echoe, also ... 9 app_generators/ambition_adapter/templates/Rakefile
10 app_generators/ambition_adapter/templates/README
11 app_generators/ambition_adapter/templates/test/helper.rb.erb
12 app_generators/ambition_adapter/templates/test/select_test.rb.erb
a4e30b86 » defunkt 2007-11-28 depend on rubigen 13 app_generators/ambition_adapter/templates/test/slice_test.rb.erb
14 app_generators/ambition_adapter/templates/test/sort_test.rb.erb
df8c7e01 » defunkt 2007-11-27 upgrade to new echoe, also ... 15 app_generators/ambition_adapter/USAGE
16 bin/ambition_adapter
17 lib/ambition/api.rb
18 lib/ambition/context.rb
19 lib/ambition/core_ext.rb
20 lib/ambition/enumerable.rb
21 lib/ambition/processors/base.rb
22 lib/ambition/processors/ruby.rb
23 lib/ambition/processors/select.rb
24 lib/ambition/processors/slice.rb
25 lib/ambition/processors/sort.rb
de8afadc » defunkt 2008-02-16 update manifest 26 lib/ambition/sexp_translator.rb
df8c7e01 » defunkt 2007-11-27 upgrade to new echoe, also ... 27 lib/ambition.rb
42b27641 » defunkt 2007-11-28 license and readme stuff 28 LICENSE
df8c7e01 » defunkt 2007-11-27 upgrade to new echoe, also ... 29 Manifest
30 README
31 test/adapters/exemplar/association_test.rb
32 test/adapters/exemplar/count_test.rb
33 test/adapters/exemplar/detect_test.rb
34 test/adapters/exemplar/enumerable_test.rb
35 test/adapters/exemplar/helper.rb
36 test/adapters/exemplar/index_operator.rb
37 test/adapters/exemplar/reject_test.rb
38 test/adapters/exemplar/select_test.rb
39 test/adapters/exemplar/slice_test.rb
40 test/adapters/exemplar/sort_test.rb
41 test/debug
42 test/helper.rb