Sha256: d16a71828b8659c32cfdb4019b50a7db914bcd75b2e73b8b090e76b02d531666
Contents?: true
Size: 1005 Bytes
Versions: 2
Compression:
Stored size: 1005 Bytes
Contents
source "http://rubygems.org" gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git' gemspec # ############################################################################# # # Dependencies in this Gemfile are managed through the gemspec. Add/remove # # depenencies there, rather than editing this file ex: # # # # Gem::Specification.new do |s| # # ... # # s.add_dependency("sinatra") # # s.add_development_dependency("rack-test") # # end # # # ############################################################################# # source "http://rubygems.org" # project_dir = File.expand_path('..', __FILE__) # gemspec_path = File.expand_path('melissa-data.gemspec', project_dir) # # # # Setup gemspec dependencies # # # gemspec = eval(File.read(gemspec_path)) # gemspec.dependencies.each do |dep| # group = dep.type == :development ? :development : :default # gem dep.name, dep.requirement, :group => group # end # gem(gemspec.name, gemspec.version, :path => project_dir)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
melissadata-0.1.1 | Gemfile |
melissadata-0.1.0 | Gemfile |