hoe-telicopter 0.1.8 → 0.1.9

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.
@@ -29,13 +29,11 @@ module Hoe::Hotelicutter
29
29
 
30
30
  gems.each do |g|
31
31
  new_name = "#{File.dirname(g)}/#{GEM_PREFIX}-#{File.basename(g)}"
32
- puts "old name: #{g}" # TODO: remove
33
- puts "new name: #{new_name}" # TODO: remove
34
32
  # pre-append the prefix before publishing
35
33
  File.rename(g, new_name)
36
34
  # TODO - once gemcutter supports command invocation, use it.
37
35
  # We could still fail here due to --format executable
38
- #sh Gem.ruby, "-S", "gem", "push", new_name
36
+ sh Gem.ruby, "-S", "gem", "push", new_name
39
37
  end
40
38
  end
41
39
 
@@ -5,7 +5,7 @@
5
5
  Hoe.plugin :email, :hotelicutter
6
6
 
7
7
  module Hoe::Telicopter
8
- VERSION = "0.1.8"
8
+ VERSION = "0.1.9"
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - jim nist