diff --git a/Gemfile b/Gemfile index 01916f4ca2..235250a5fb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org" -gemspec +gemspec name: 'openvox' def location_for(place, fake_version = nil) if place.is_a?(String) && place =~ /^((?:git[:@]|https:)[^#]*)#(.*)/ diff --git a/openvox.gemspec b/openvox.gemspec new file mode 120000 index 0000000000..7f0b2ced6a --- /dev/null +++ b/openvox.gemspec @@ -0,0 +1 @@ +puppet.gemspec \ No newline at end of file diff --git a/puppet.gemspec b/puppet.gemspec index 589c70c36a..ee6ed0fadf 100644 --- a/puppet.gemspec +++ b/puppet.gemspec @@ -1,5 +1,5 @@ Gem::Specification.new do |spec| - spec.name = "openvox" + spec.name = File.basename(__FILE__, '.gemspec') spec.version = "8.18.1" spec.licenses = ['Apache-2.0']