hoe-telicopter 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ module Hoe::Hotelicutter
28
28
  gems = Dir["#{pkg}*.gem"]
29
29
 
30
30
  gems.each do |g|
31
- new_name = "#{File.dirname(g)}#{GEM_PREFIX}-#{File.basename(g)}"
31
+ new_name = "#{File.dirname(g)}/#{GEM_PREFIX}-#{File.basename(g)}"
32
32
  puts "old name: #{g}" # TODO: remove
33
33
  puts "new name: #{new_name}" # TODO: remove
34
34
  # pre-append the prefix before publishing
@@ -5,7 +5,7 @@
5
5
  Hoe.plugin :email, :hotelicutter
6
6
 
7
7
  module Hoe::Telicopter
8
- VERSION = "0.1.7"
8
+ VERSION = "0.1.8"
9
9
 
10
10
  def define_telicopter_tasks
11
11
  # nothing to do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-telicopter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - jim nist