Skip to content

Commit

Permalink
use bundler for dependencies and git flow
Browse files Browse the repository at this point in the history
  • Loading branch information
phoet committed Oct 28, 2010
1 parent 5a960ff commit d97b546
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
html
pkg
*.gem
.DS_Store
.DS_Store
.bundle
4 changes: 4 additions & 0 deletions Gemfile
@@ -0,0 +1,4 @@
source :gemcutter

# dependencies in rails_redis_cache.gemspec
gemspec
23 changes: 23 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,23 @@
PATH
remote: .
specs:
asin (0.0.8)
crack (~> 0.1.7)
hashie (~> 0.2.1)
httpclient (~> 2.1.5.2)

GEM
remote: http://rubygems.org/
specs:
crack (0.1.8)
hashie (0.2.2)
httpclient (2.1.5.2)

PLATFORMS
ruby

DEPENDENCIES
asin!
crack (~> 0.1.7)
hashie (~> 0.2.1)
httpclient (~> 2.1.5.2)

0 comments on commit d97b546

Please sign in to comment.