hoe-telicopter 0.1.1 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- 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
|