Skip to content

Commit

Permalink
updated: Default gems. Added asdf for a simple directory server (thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 committed Feb 27, 2011
1 parent 66340a9 commit 6b9b141
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source :gemcutter
source :rubygems

gem 'interactive_editor', '>=0.0.4'
gem 'awesome_print', '>=0.2.1'
gem 'asdf', '>=0.5.0'
gem 'awesome_print', '>=0.3.2'
gem 'interactive_editor', '>=0.0.6'
gem 'maruku', '>=0.6.0'

13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
GEM
remote: http://rubygems.org/
remote: http://rubygems.org/
specs:
awesome_print (0.2.1)
interactive_editor (0.0.4)
asdf (0.5.0)
rack (~> 1.2.1)
awesome_print (0.3.2)
interactive_editor (0.0.6)
spoon (>= 0.0.1)
maruku (0.6.0)
syntax (>= 1.0.0)
rack (1.2.1)
spoon (0.0.1)
syntax (1.0.0)

PLATFORMS
ruby

DEPENDENCIES
awesome_print (>= 0.2.1)
interactive_editor (>= 0.0.4)
asdf (>= 0.5.0)
awesome_print (>= 0.3.2)
interactive_editor (>= 0.0.6)
maruku (>= 0.6.0)

0 comments on commit 6b9b141

Please sign in to comment.