Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Mateus Tavares committed Jul 30, 2010
0 parents commit 23ec3ec
Show file tree
Hide file tree
Showing 107 changed files with 12,248 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .project
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>universitas</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.rubypeople.rdt.core.rubybuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.aptana.ide.core.unifiedBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.aptana.ide.project.nature.web</nature>
<nature>org.rubypeople.rdt.core.rubynature</nature>
<nature>org.radrails.rails.core.railsnature</nature>
</natures>
</projectDescription>
54 changes: 54 additions & 0 deletions Gemfile
@@ -0,0 +1,54 @@
source 'http://rubygems.org'

gem 'rails', '3.0.0.rc'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'mysql'
gem 'mongrel'
gem "mongrel_experimental"
gem 'haml'
gem 'inherited_resources', '1.1.2'
gem 'devise'
gem 'hpricot'
gem 'friendly_id'

group :test do
gem "rspec"
gem "rspec-rails", ">= 2.0.0.beta"
gem "machinist", :git => "git://github.com/notahat/machinist.git"
gem "faker"
gem "ZenTest"
gem "autotest"
gem "autotest-rails"
gem "cucumber", :git => "git://github.com/aslakhellesoy/cucumber.git"
gem "database_cleaner", :git => 'git://github.com/bmabey/database_cleaner.git'
gem "cucumber-rails", :git => "git://github.com/aslakhellesoy/cucumber-rails.git"
gem "capybara"
gem "capybara-envjs"
gem "launchy"
gem "ruby-debug"
gem 'factory_girl_rails'
end

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug'

# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri', '1.4.1'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'

# Bundle gems for certain environments:
# gem 'rspec', :group => :test
# group :test do
# gem 'webrat'
# end
217 changes: 217 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,217 @@
GIT
remote: git://github.com/aslakhellesoy/cucumber-rails.git
revision: 0fe7e4f
specs:
cucumber-rails (0.3.2)
cucumber (>= 0.8.0)

GIT
remote: git://github.com/aslakhellesoy/cucumber.git
revision: 30d4376
specs:
cucumber (0.9.0)
builder (~> 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.2.0)
json_pure (~> 1.4.3)
term-ansicolor (~> 1.0.4)

GIT
remote: git://github.com/bmabey/database_cleaner.git
revision: 7ea99d7
specs:
database_cleaner (0.5.2)

GIT
remote: git://github.com/notahat/machinist.git
revision: 5534f44
specs:
machinist (2.0.0.beta2)

GEM
remote: http://rubygems.org/
specs:
ZenTest (4.3.3)
abstract (1.0.0)
actionmailer (3.0.0.rc)
actionpack (= 3.0.0.rc)
mail (~> 2.2.5)
actionpack (3.0.0.rc)
activemodel (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4.1)
rack (~> 1.2.1)
rack-mount (~> 0.6.9)
rack-test (~> 0.5.4)
tzinfo (~> 0.3.22)
activemodel (3.0.0.rc)
activesupport (= 3.0.0.rc)
builder (~> 2.1.2)
i18n (~> 0.4.1)
activerecord (3.0.0.rc)
activemodel (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
arel (~> 0.4.0)
tzinfo (~> 0.3.22)
activeresource (3.0.0.rc)
activemodel (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
activesupport (3.0.0.rc)
arel (0.4.0)
activesupport (>= 3.0.0.beta)
autotest (4.3.2)
autotest-rails (4.1.0)
ZenTest
babosa (0.1.0)
bcrypt-ruby (2.1.2)
builder (2.1.2)
capybara (0.3.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.3)
capybara-envjs (0.1.6)
capybara (>= 0.3.9)
envjs (>= 0.3.7)
cgi_multipart_eof_fix (2.5.0)
columnize (0.3.1)
configuration (1.1.0)
culerity (0.2.10)
daemons (1.1.0)
devise (1.1.1)
bcrypt-ruby (~> 2.1.2)
warden (~> 0.10.7)
diff-lcs (1.1.2)
envjs (0.3.7)
johnson (>= 2.0.0.pre3)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (1.3.1)
factory_girl_rails (1.0)
factory_girl (~> 1.3)
rails (>= 3.0.0.beta4)
faker (0.3.1)
fastthread (1.0.7)
ffi (0.6.3)
rake (>= 0.8.7)
friendly_id (3.1.0)
babosa (>= 0.1.0)
gem_plugin (0.2.3)
gherkin (2.2.0)
trollop (~> 1.16.2)
haml (3.0.14)
has_scope (0.5.0)
hpricot (0.8.2)
i18n (0.4.1)
inherited_resources (1.1.2)
has_scope (~> 0.5.0)
responders (~> 0.6.0)
johnson (2.0.0.pre3)
stackdeck (~> 0.2)
json_pure (1.4.3)
launchy (0.3.7)
configuration (>= 0.0.5)
rake (>= 0.8.1)
linecache (0.43)
mail (2.2.5)
activesupport (>= 2.3.6)
mime-types
treetop (>= 1.4.5)
mime-types (1.16)
mongrel (1.1)
cgi_multipart_eof_fix (>= 2.4)
daemons (>= 1.0.3)
fastthread (>= 1.0.1)
gem_plugin (>= 0.2.3)
mongrel_experimental (1.1)
mongrel (= 1.1)
mysql (2.8.1)
nokogiri (1.4.2)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.9)
rack (>= 1.0.0)
rack-test (0.5.4)
rack (>= 1.0)
rails (3.0.0.rc)
actionmailer (= 3.0.0.rc)
actionpack (= 3.0.0.rc)
activerecord (= 3.0.0.rc)
activeresource (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
bundler (>= 1.0.0.rc.1)
railties (= 3.0.0.rc)
railties (3.0.0.rc)
actionpack (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
rake (>= 0.8.3)
thor (~> 0.14.0)
rake (0.8.7)
responders (0.6.2)
rspec (2.0.0.beta.19)
rspec-core (= 2.0.0.beta.19)
rspec-expectations (= 2.0.0.beta.19)
rspec-mocks (= 2.0.0.beta.19)
rspec-core (2.0.0.beta.19)
rspec-expectations (2.0.0.beta.19)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0.beta.19)
rspec-rails (2.0.0.beta.19)
rspec (= 2.0.0.beta.19)
webrat (>= 0.7.2.beta.1)
ruby-debug (0.10.3)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.3.0)
ruby-debug-base (0.10.3)
linecache (>= 0.3)
rubyzip (0.9.4)
selenium-webdriver (0.0.27)
ffi (>= 0.6.1)
json_pure
rubyzip
stackdeck (0.2.0)
term-ansicolor (1.0.5)
thor (0.14.0)
treetop (1.4.8)
polyglot (>= 0.3.1)
trollop (1.16.2)
tzinfo (0.3.22)
warden (0.10.7)
rack (>= 1.0.0)
webrat (0.7.2.beta.1)
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)

PLATFORMS
ruby

DEPENDENCIES
ZenTest
autotest
autotest-rails
capybara
capybara-envjs
cucumber!
cucumber-rails!
database_cleaner!
devise
factory_girl_rails
faker
friendly_id
haml
hpricot
inherited_resources (= 1.1.2)
launchy
machinist!
mongrel
mongrel_experimental
mysql
rails (= 3.0.0.rc)
rspec
rspec-rails (>= 2.0.0.beta)
ruby-debug

0 comments on commit 23ec3ec

Please sign in to comment.