Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
rvm and bundler stuff added
Browse files Browse the repository at this point in the history
  • Loading branch information
saks committed Apr 9, 2011
1 parent 73b9ffb commit 9053295
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
1 change: 1 addition & 0 deletions .rvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rvm 1.9.2@mongoid_acts_as_tree
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source 'http://rubygems.org'

gem 'mongoid'
gem 'bson'
gem 'bson_ext'
gem 'shoulda'
gem 'jeweler'
38 changes: 38 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (3.0.6)
activesupport (= 3.0.6)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activesupport (3.0.6)
bson (1.3.0)
bson_ext (1.3.0)
builder (2.1.2)
git (1.2.5)
i18n (0.5.0)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
mongo (1.3.0)
bson (>= 1.3.0)
mongoid (2.0.1)
activemodel (~> 3.0)
mongo (~> 1.3)
tzinfo (~> 0.3.22)
will_paginate (~> 3.0.pre)
rake (0.8.7)
shoulda (2.11.3)
tzinfo (0.3.26)
will_paginate (3.0.pre2)

PLATFORMS
ruby

DEPENDENCIES
bson
bson_ext
jeweler
mongoid
shoulda
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ begin

gem.add_development_dependency "shoulda", ">=2.10.2"
end
# Jeweler::GemcutterTasks.new
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end
Expand All @@ -40,8 +40,6 @@ rescue LoadError
end
end

task :test => :check_dependencies

task :default => :test

require 'rake/rdoctask'
Expand Down

0 comments on commit 9053295

Please sign in to comment.