Skip to content

Commit

Permalink
Added Gemfile se we can be bundler friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfonseca committed Sep 10, 2010
1 parent 49aff2f commit f8dd76b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source :gemcutter

gemspec
43 changes: 43 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
PATH
remote: .
specs:
activity_streams (0.2.1)
feedzirra
hashie
json
sax-machine (>= 0.0.15)

GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.0)
builder (2.1.2)
curb (0.7.8)
feedzirra (0.0.24)
activesupport (>= 2.3.8)
builder (>= 2.1.2)
curb (>= 0.2.3)
loofah (>= 0.3.1)
nokogiri (> 0.0.0)
sax-machine (>= 0.0.12)
hashie (0.4.0)
json (1.4.6)
loofah (0.4.7)
nokogiri (>= 1.3.3)
nokogiri (1.4.3.1)
rspec (1.3.0)
sax-machine (0.0.15)
nokogiri (> 0.0.0)
yard (0.6.1)

PLATFORMS
ruby

DEPENDENCIES
activity_streams!
feedzirra
hashie
json
rspec (>= 1.2.9)
sax-machine (>= 0.0.15)
yard

0 comments on commit f8dd76b

Please sign in to comment.