Skip to content

Commit

Permalink
bundle prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertlepicki committed Oct 7, 2010
1 parent 137653c commit 1f087ac
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.bundle/
log/*.log
pkg/
test/dummy/db/*.sqlite3
test/dummy/log/*.log
test/dummy/tmp/
spec/dummy/db/*.sqlite3
spec/dummy/log/*.log
spec/dummy/tmp/
17 changes: 14 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
source "http://rubygems.org"

gem "rails", "3.0.0"
gem "capybara", ">= 0.3.9"
gem "sqlite3-ruby", :require => "sqlite3"
gem "bson_ext", ">=1.0.4"

if RUBY_VERSION < '1.9'
gem "ruby-debug", ">= 0.10.3"
end

gem "diff-lcs", "1.1.2", require: nil
gem "rspec-rails", :git => "git://github.com/rspec/rspec-rails.git"
gem "rspec", :git => "git://github.com/rspec/rspec.git"
gem "rspec-core", :git => "git://github.com/rspec/rspec-core.git"
gem "rspec-expectations", :git => "git://github.com/rspec/rspec-expectations.git"
gem "rspec-mocks", :git => "git://github.com/rspec/rspec-mocks.git"

gem "steak", git: "git://github.com/cavalle/steak.git"
gem "capybara", "0.3.9", require: nil
gem "timecop", "0.3.5"
gem "mongrel", "1.2.0.pre2"
gem "cgi_multipart_eof_fix"
gem "fastthread"

gem "rspec-rails", ">= 2.0.0.beta"
155 changes: 155 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
GIT
remote: git://github.com/cavalle/steak.git
revision: 86331782937ee379e14e02a0d313774a0391dab4
specs:
steak (1.0.0.beta.2)
rspec

GIT
remote: git://github.com/rspec/rspec-core.git
revision: 792707bd88723c4e120ed0326979b23371074179
specs:
rspec-core (2.0.0.rc)

GIT
remote: git://github.com/rspec/rspec-expectations.git
revision: 6967fd6393a4c9a3aafc25045f64a54d17545834
specs:
rspec-expectations (2.0.0.rc)
diff-lcs (>= 1.1.2)

GIT
remote: git://github.com/rspec/rspec-mocks.git
revision: 361f31542f8ef4aa1a0cb8102893627022fcc88b
specs:
rspec-mocks (2.0.0.rc)
rspec-core (= 2.0.0.rc)
rspec-expectations (= 2.0.0.rc)

GIT
remote: git://github.com/rspec/rspec-rails.git
revision: b45d0936d77f3e532a08fc1b49f072be05873f94
specs:
rspec-rails (2.0.0.rc)
rspec (= 2.0.0.rc)

GIT
remote: git://github.com/rspec/rspec.git
revision: bf20df3f6652f15f014c7d6d546edd9456749196
specs:
rspec (2.0.0.rc)
rspec-core (= 2.0.0.rc)
rspec-expectations (= 2.0.0.rc)
rspec-mocks (= 2.0.0.rc)

GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.0)
actionpack (= 3.0.0)
mail (~> 2.2.5)
actionpack (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4.1)
rack (~> 1.2.1)
rack-mount (~> 0.6.12)
rack-test (~> 0.5.4)
tzinfo (~> 0.3.23)
activemodel (3.0.0)
activesupport (= 3.0.0)
builder (~> 2.1.2)
i18n (~> 0.4.1)
activerecord (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
arel (~> 1.0.0)
tzinfo (~> 0.3.23)
activeresource (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
activesupport (3.0.0)
arel (1.0.1)
activesupport (~> 3.0.0)
bson_ext (1.1)
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)
cgi_multipart_eof_fix (2.5.0)
culerity (0.2.12)
daemons (1.0.10)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
fastthread (1.0.7)
ffi (0.6.3)
rake (>= 0.8.7)
gem_plugin (0.2.3)
i18n (0.4.1)
json_pure (1.4.6)
mail (2.2.6.1)
activesupport (>= 2.3.6)
mime-types
treetop (>= 1.4.5)
mime-types (1.16)
mongrel (1.2.0.pre2)
daemons (~> 1.0.10)
gem_plugin (~> 0.2.3)
nokogiri (1.4.3.1)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.6)
rack (>= 1.0)
rails (3.0.0)
actionmailer (= 3.0.0)
actionpack (= 3.0.0)
activerecord (= 3.0.0)
activeresource (= 3.0.0)
activesupport (= 3.0.0)
bundler (~> 1.0.0)
railties (= 3.0.0)
railties (3.0.0)
actionpack (= 3.0.0)
activesupport (= 3.0.0)
rake (>= 0.8.4)
thor (~> 0.14.0)
rake (0.8.7)
rubyzip (0.9.4)
selenium-webdriver (0.0.28)
ffi (>= 0.6.1)
json_pure
rubyzip
thor (0.14.2)
timecop (0.3.5)
treetop (1.4.8)
polyglot (>= 0.3.1)
tzinfo (0.3.23)

PLATFORMS
ruby

DEPENDENCIES
bson_ext (>= 1.0.4)
capybara (= 0.3.9)
cgi_multipart_eof_fix
diff-lcs (= 1.1.2)
fastthread
mongrel (= 1.2.0.pre2)
rails (= 3.0.0)
rspec!
rspec-core!
rspec-expectations!
rspec-mocks!
rspec-rails!
steak!
timecop (= 0.3.5)
Empty file removed spec/dummy/log/test.log
Empty file.

0 comments on commit 1f087ac

Please sign in to comment.