public
Fork of jasherai/git-rails
Description: gem tool to use git modules to manage your plugins
Homepage: https://rubyforge.org/projects/git-rails
Clone URL: git://github.com/jxl/git-rails.git
a few last tweaks before release
Pascal Belloncle (author)
Tue Feb 05 00:50:22 -0800 2008
commit  33ebb05ce90f2e2af3b0356b18f6ee17a033f0ff
tree    cdd9879d179f873a668fce479f7cd7a53ac71dc7
parent  1c339406d7a3587d9481988de114f0a5b5ce50d9
  • .gitignore
  • Manifest.txt
  • email.txt
  • pkg/git-rails-0.1.0.gem
  • pkg/git-rails-0.1.0.tgz
  • pkg/git-rails-0.1.0/History.txt
  • pkg/git-rails-0.1.0/Manifest.txt
  • pkg/git-rails-0.1.0/README.txt
  • pkg/git-rails-0.1.0/Rakefile
  • pkg/git-rails-0.1.0/bin/git-rails
  • pkg/git-rails-0.1.0/lib/git-rails/commands.rb
  • pkg/git-rails-0.1.0/lib/git-rails/commands/init.rb
  • pkg/git-rails-0.1.0/lib/git-rails/commands/install.rb
  • pkg/git-rails-0.1.0/lib/git-rails/commands/update.rb
  • pkg/git-rails-0.1.0/lib/git-rails/exceptions.rb
  • pkg/git-rails-0.1.0/lib/git-rails/git.rb
  • pkg/git-rails-0.1.0/lib/git-rails/version.rb
  • pkg/git-rails-0.1.0/lib/git_rails.rb
  • pkg/git-rails-0.1.0/setup.rb
  • pkg/git-rails-0.1.0/spec/commands/init_spec.rb
  • pkg/git-rails-0.1.0/spec/commands/install_spec.rb
  • pkg/git-rails-0.1.0/spec/commands/update_spec.rb
  • pkg/git-rails-0.1.0/spec/git_rails_commands_spec.rb
  • pkg/git-rails-0.1.0/spec/git_rails_git_spec.rb
  • pkg/git-rails-0.1.0/spec/spec.opts
  • pkg/git-rails-0.1.0/spec/spec_helper.rb
  • pkg/git-rails-0.1.0/tasks/rspec.rake
...
1
 
2
3
4
 
5
6
7
...
1
2
3
4
5
6
7
8
9
0
@@ -1,7 +1,9 @@
0
 History.txt
0
+License.txt
0
 Manifest.txt
0
 README.txt
0
 Rakefile
0
+TODO
0
 bin/git-rails
0
 lib/git-rails/commands.rb
0
 lib/git-rails/commands/init.rb

Comments

    No one has commented yet.