Skip to content

Commit

Permalink
Gemfile ang gemspec updated
Browse files Browse the repository at this point in the history
1) Repo URL changed
2) Bundle version updated
3) Unnecessary gems deleted
  • Loading branch information
legal90 committed Feb 2, 2014
1 parent d56ff71 commit 587fb25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@ group :development do
# We depend on Vagrant for development, but we don't add it as a
# gem dependency because we expect to be installed within the
# Vagrant environment itself using `vagrant plugin`.
gem 'vagrant', :git => 'git://github.com/mitchellh/vagrant.git', :tag => 'v1.4.1'
gem 'vagrant-spec', git: "https://github.com/mitchellh/vagrant-spec.git"
gem 'debugger-xml'
gem 'pry'
gem 'vagrant', :git => 'git://github.com/mitchellh/vagrant.git', :tag => 'v1.4.3'
end
4 changes: 2 additions & 2 deletions vagrant-parallels.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]
spec.description = %q{Enables Vagrant to manage Parallels machines.}
spec.summary = %q{Enables Vagrant to manage Parallels machines.}
spec.homepage = "http://github.com/yshahin/vagrant-parallels"
spec.homepage = "http://github.com/Parallels/vagrant-parallels"
spec.license = "MIT"

spec.required_rubygems_version = ">= 1.3.6"
spec.rubyforge_project = "vagrant-parallels"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "bundler", "~> 1.5.2"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 2.14.0"
spec.add_development_dependency "i18n-tasks", "~> 0.2.14"
Expand Down

0 comments on commit 587fb25

Please sign in to comment.