hoe-hg 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/CHANGELOG.rdoc +4 -0
  2. data/README.rdoc +3 -1
  3. data/Rakefile +0 -1
  4. data/lib/hoe/hg.rb +1 -1
  5. metadata +5 -3
data/CHANGELOG.rdoc CHANGED
@@ -1,4 +1,8 @@
1
1
  === 1.0.0 / 2010-01-15
2
2
  * A quick and dirty port from hoe-git
3
+
3
4
  === 1.0.3 / 2010-01-15
4
5
  * various changes to make things actually work
6
+
7
+ === 1.0.4 / 2010-01-15
8
+ * bleh, keeping changelogs updated is a chore.
data/README.rdoc CHANGED
@@ -4,10 +4,12 @@
4
4
 
5
5
  == Description
6
6
 
7
- A set of Hoe plugins for tighter Mercurial integration. Provides tasks to
7
+ A Hoe plugin for Mercurial integration. Provides tasks to
8
8
  automate release tagging and pushing and changelog generation. I
9
9
  expect it'll learn a few more tricks in the future.
10
10
 
11
+ Stolen wholesale from hoe-git.
12
+
11
13
  == Examples
12
14
 
13
15
  # in your Rakefile
data/Rakefile CHANGED
@@ -5,7 +5,6 @@ require "rubygems"
5
5
  require "hoe"
6
6
  require "hoe/hg"
7
7
 
8
- ENV['VERSION']=Hoe::Hg::VERSION
9
8
  Hoe.plugin :doofus, :hg
10
9
 
11
10
 
data/lib/hoe/hg.rb CHANGED
@@ -19,7 +19,7 @@ class Hoe #:nodoc:
19
19
 
20
20
  module Hg
21
21
 
22
- VERSION = "1.0.3"
22
+ VERSION = "1.0.4"
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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - McClain Looney
@@ -53,9 +53,11 @@ dependencies:
53
53
  version: 2.5.0
54
54
  version:
55
55
  description: |-
56
- A set of Hoe plugins for tighter Mercurial integration. Provides tasks to
56
+ A Hoe plugin for Mercurial integration. Provides tasks to
57
57
  automate release tagging and pushing and changelog generation. I
58
58
  expect it'll learn a few more tricks in the future.
59
+
60
+ Stolen wholesale from hoe-git.
59
61
  email:
60
62
  - m@loonsoft.com
61
63
  executables: []
@@ -98,6 +100,6 @@ rubyforge_project: hoe-hg
98
100
  rubygems_version: 1.3.5
99
101
  signing_key:
100
102
  specification_version: 3
101
- summary: A set of Hoe plugins for tighter Mercurial integration
103
+ summary: A Hoe plugin for Mercurial integration
102
104
  test_files: []
103
105