hoe-telicopter 0.1.0 → 0.1.1

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.
Files changed (3) hide show
  1. data/Rakefile +2 -0
  2. data/lib/hoe/telicopter.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -7,6 +7,8 @@ require 'hoe'
7
7
  # we are publishing to gemcutter straight-away with this gem
8
8
  Hoe.plugins.delete :rubyforge
9
9
 
10
+ Hoe.plugin :git
11
+
10
12
  Hoe.spec 'hoe-telicopter' do
11
13
  developer('jim nist', 'jim@hotelicopter.com')
12
14
 
@@ -5,7 +5,7 @@
5
5
  Hoe.plugin :email, :gemcutter
6
6
 
7
7
  module Hoe::Telicopter
8
- VERSION = "0.1.0"
8
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jim nist
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-22 00:00:00 -05:00
12
+ date: 2010-01-23 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency