Skip to content

Commit

Permalink
updated gemspec with author details
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor Murphy committed Jun 26, 2017
1 parent 69fa807 commit 25584c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ group :development do
end

group :plugins do
gem "vagrant-cloudcenter-0.1.0.gem", path: "."
gem "vagrant-cloudcenter-0.1.0.gem", "0.1.0", path: "/"
end
11 changes: 1 addition & 10 deletions vagrant-cloudcenter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ Gem::Specification.new do |s|
s.version = "0.1.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Conor Murphy"]
s.email = ["[email protected]"]
#s.homepage = "NA"
s.email = ["[email protected]"]
s.summary = "A vagrant provider plugin for Cisco Cloud Center"
s.description = "NA"

# If you have other dependencies, add them here
# s.add_dependency "another", "~> 1.2"

# If you need to check in files that aren't .rb files, add them here
s.files = Dir["{lib}/**/*.rb", "bin/*", "LICENSE", "*.md","{locales}/*.yml","../{locales}/*.yml","locales/*.yml"]
s.require_path = 'lib'
Expand All @@ -23,9 +19,4 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'json'
s.add_runtime_dependency 'text-table'

# If you need an executable, add it here
# s.executables = ["newgem"]

# If you have C extensions, uncomment this line
# s.extensions = "ext/extconf.rb"
end

0 comments on commit 25584c6

Please sign in to comment.