projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into openid
[rails.git]
/
vendor
/
gems
/
rots-0.2.1
/
lib
/
rots.rb
1
module Rots
2
3
def self.release
4
"0.2.1"
5
end
6
7
end
8
9
require "rots/server_app"
10
require "rots/identity_page_app"
11
require "rots/test_helper"