Skip to content

Commit

Permalink
Added Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ktheory committed Dec 19, 2010
1 parent f973e26 commit 6107305
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source "http://rubygems.org"

gemspec

34 changes: 34 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
PATH
remote: .
specs:
maildir (1.0.0)

GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.3)
i18n (0.5.0)
json (1.4.6)
ktheory-fakefs (0.2.1.1)
mail (2.2.12)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
polyglot (0.3.1)
rake (0.8.7)
shoulda (2.11.3)
treetop (1.4.9)
polyglot (>= 0.3.1)

PLATFORMS
ruby

DEPENDENCIES
json
ktheory-fakefs
mail
maildir!
rake
shoulda

0 comments on commit 6107305

Please sign in to comment.