Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
Add Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed May 8, 2015
1 parent fb269fe commit 94b8665
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
.bundle
*.gem
Gemfile.lock

7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source "https://rubygems.org"

# runtime dependencies from gemspec
gemspec = File.read("cocoaseeds.gemspec")
gemspec.scan(/(?<=s\.add_runtime_dependency ).*/).each do |dependency|
eval "gem #{dependency}"
end

0 comments on commit 94b8665

Please sign in to comment.