Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 344
- Log:
Massive changeset which brings the old, ROOL customised Instiki
version up to date, but without any ROOL customisations in this
latest checked-in version (which is 0.19.1). This is deliberate,
so that it's easy to see the changes made for the ROOL version
in a subsequent changeset. The 'app/views/shared' directory is not
part of Instiki but is kept to maintain the change history with
updated ROOL customisations, some of which involve the same files
in that same directory.
- Author:
- rool
- Date:
- Sat Mar 19 19:52:13 +0000 2011
- Size:
- 548 Bytes
- Properties:
- Property svn:executable is set to *
1 | #!/usr/bin/env ruby |
2 | # |
3 | # This file was generated by RubyGems. |
4 | # |
5 | # The application 'bundler' is installed as part of a gem, and |
6 | # this file is here to facilitate running it. |
7 | # |
8 | |
9 | require 'rubygems' |
10 | vend = File.join(File.dirname(__FILE__), 'vendor') |
11 | Gem.use_paths File.join(vend, 'bundle', File.basename(Gem.dir)), (Gem.path + [File.join(vend, 'plugins', 'bundler')]) |
12 | |
13 | version = ">= 0" |
14 | |
15 | if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then |
16 | version = $1 |
17 | ARGV.shift |
18 | end |
19 | |
20 | gem 'bundler', version |
21 | load Gem.bin_path('bundler', 'bundle', version) |