hoe-hg 1.0.4 → 1.0.5

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 (4) hide show
  1. data/CHANGELOG.rdoc +3 -0
  2. data/Rakefile +1 -0
  3. data/lib/hoe/hg.rb +1 -1
  4. metadata +1 -11
@@ -6,3 +6,6 @@
6
6
 
7
7
  === 1.0.4 / 2010-01-15
8
8
  * bleh, keeping changelogs updated is a chore.
9
+
10
+ === 1.0.5 / 2010-01-15
11
+ * ok, only for major releases from now on. this is total crap.
data/Rakefile CHANGED
@@ -6,6 +6,7 @@ require "hoe"
6
6
  require "hoe/hg"
7
7
 
8
8
  Hoe.plugin :doofus, :hg
9
+ Hoe.plugins.delete :rubyforge
9
10
 
10
11
 
11
12
  Hoe.spec "hoe-hg" do
@@ -19,7 +19,7 @@ class Hoe #:nodoc:
19
19
 
20
20
  module Hg
21
21
 
22
- VERSION = "1.0.4"
22
+ VERSION = "1.0.5"
23
23
 
24
24
  attr_accessor :hg_release_tag_prefix
25
25
  attr_accessor :hg_repo, :hg_release_branch
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-hg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - McClain Looney
@@ -22,16 +22,6 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 2.2.0
24
24
  version:
25
- - !ruby/object:Gem::Dependency
26
- name: rubyforge
27
- type: :development
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: 2.0.3
34
- version:
35
25
  - !ruby/object:Gem::Dependency
36
26
  name: gemcutter
37
27
  type: :development