public
Rubygem
Description: Don't mind this, go to http://github.com/integrity/integrity
Homepage: http://integrityapp.com
Clone URL: git://github.com/foca/integrity.git
So what if we're anal about how the code should look like?
foca (author)
Fri Nov 21 12:48:42 -0800 2008
commit  88f7e1f484bdb933d306efcea60d34107d834eb6
tree    6908ad78bdbf823b82bcf4edce409deba8112c1f
parent  a34f920c2ffa19f443689aea0f1dc50f4fce66c8
...
1
2
3
 
 
4
5
6
...
38
39
40
41
42
43
 
 
 
44
45
46
...
 
 
 
1
2
3
4
5
...
37
38
39
 
 
 
40
41
42
43
44
45
0
@@ -1,6 +1,5 @@
0
-current_dir = File.expand_path(File.dirname(__FILE__))
0
-vendor_lib_directories = Dir[File.join(current_dir, '..', 'vendor/**/lib')]
0
-$:.unshift File.join(current_dir, 'integrity'), *vendor_lib_directories
0
+__DIR__ = File.dirname(__FILE__)
0
+$:.unshift "#{__DIR__}/integrity", *Dir["#{__DIR__}/../vendor/**/lib"].to_a
0
 
0
 require 'rubygems'
0
 require 'json'
0
@@ -38,9 +37,9 @@ module Integrity
0
   def self.default_configuration
0
     @defaults ||= { :database_uri     => 'sqlite3::memory:',
0
                     :export_directory => root / 'exports',
0
-                    :log      => STDOUT,
0
-                    :base_uri => 'http://localhost:8910',
0
-                    :use_basic_auth => false }
1
+                    :log              => STDOUT,
0
+                    :base_uri         => 'http://localhost:8910',
0
+                    :use_basic_auth   => false }
0
   end
0
 
0
   def self.config

Comments

defunkt Fri Nov 21 13:14:40 -0800 2008 at lib/integrity.rb L16

M-x align ftw

elliottcable Fri Nov 21 13:54:13 -0800 2008

or ⌘] (-:<

defunkt Fri Nov 21 14:55:55 -0800 2008

I think you mean ⌥⌘]

ichverstehe Fri Nov 21 14:58:29 -0800 2008

C’mon, it’s V2j=

If I had the right plugins and stuff, at least.

elliottcable Fri Nov 21 15:15:37 -0800 2008

ayayay defunkt. Ye’re right (-:

anildigital Fri Nov 21 23:26:58 -0800 2008

M-x align-regex => ftw