hoe-telicopter 0.1.1 → 0.1.3
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.
- data/lib/hoe/telicopter.rb +2 -2
- metadata +1 -1
data/lib/hoe/telicopter.rb
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
# all this really does is include the other plugins defined here
|
|
3
3
|
#
|
|
4
4
|
|
|
5
|
-
Hoe.plugin :email, :
|
|
5
|
+
Hoe.plugin :email, :hotelicopter_gemcutter
|
|
6
6
|
|
|
7
7
|
module Hoe::Telicopter
|
|
8
|
-
VERSION = "0.1.
|
|
8
|
+
VERSION = "0.1.3"
|
|
9
9
|
|
|
10
10
|
def define_telicopter_tasks
|
|
11
11
|
# nothing to do
|