Take the 2008 Git User's Survey and help out! [ hide ]

public
Rubygem
Description: include Enumerable
Homepage: http://ambition.rubyforge.org
Clone URL: git://github.com/defunkt/ambition.git
Search Repo:
update manifest
defunkt (author)
Sat Feb 16 13:26:36 -0800 2008
commit  de8afadcef7cb1ab5b9f6415449ae4395c6a21ff
tree    d188a7c960d00d0231dc4926f676bab4d27ce328
parent  a16a3daf16260d1adc641df1cfb329f1468da3e7
...
1
2
 
 
 
 
 
3
4
5
6
7
8
9
10
...
23
24
25
 
26
27
28
...
1
 
2
3
4
5
6
7
 
 
 
 
8
9
10
...
23
24
25
26
27
28
29
0
@@ -1,10 +1,10 @@
0
 app_generators/ambition_adapter/ambition_adapter_generator.rb
0
-app_generators/ambition_adapter/templates/lib/base.rb.erb
0
+app_generators/ambition_adapter/templates/lib/adapter/base.rb.erb
0
+app_generators/ambition_adapter/templates/lib/adapter/query.rb.erb
0
+app_generators/ambition_adapter/templates/lib/adapter/select.rb.erb
0
+app_generators/ambition_adapter/templates/lib/adapter/slice.rb.erb
0
+app_generators/ambition_adapter/templates/lib/adapter/sort.rb.erb
0
 app_generators/ambition_adapter/templates/lib/init.rb.erb
0
-app_generators/ambition_adapter/templates/lib/query.rb.erb
0
-app_generators/ambition_adapter/templates/lib/select.rb.erb
0
-app_generators/ambition_adapter/templates/lib/slice.rb.erb
0
-app_generators/ambition_adapter/templates/lib/sort.rb.erb
0
 app_generators/ambition_adapter/templates/LICENSE
0
 app_generators/ambition_adapter/templates/Rakefile
0
 app_generators/ambition_adapter/templates/README
0
@@ -23,6 +23,7 @@ lib/ambition/processors/ruby.rb
0
 lib/ambition/processors/select.rb
0
 lib/ambition/processors/slice.rb
0
 lib/ambition/processors/sort.rb
0
+lib/ambition/sexp_translator.rb
0
 lib/ambition.rb
0
 LICENSE
0
 Manifest

Comments

    No one has commented yet.