ad_agency 0.1.1 → 0.1.2

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/History.txt +4 -0
  2. data/README.rdoc +20 -0
  3. data/VERSION +1 -1
  4. metadata +2 -2
@@ -1,4 +1,8 @@
1
+ === v0.1.2 2010-04-21
2
+ Version bump to 0.1.2
3
+ update README
1
4
  === v0.1.1 2010-04-21
5
+ update history file again
2
6
  fix merge problem
3
7
  history file generator now writes History.txt
4
8
  history file generator now writes History.txt
@@ -26,6 +26,26 @@ require 'lib/ad_agency'
26
26
 
27
27
  or you can replace that line since ad_agency requires jeweler itself
28
28
 
29
+ === Updating History.txt from your git log
30
+
31
+ To regenerate your History.txt file from your git log run
32
+
33
+ rake advertise:gen_history
34
+
35
+ This will produce a history file from your git commit history, in reverse chronological order
36
+
37
+ The commit matching each git tag will be preceded by a line like this
38
+
39
+ === <tag> <date>
40
+
41
+ In addition if a tag for the version in the VERSION file doesn't exist, the History file will start as if the tag
42
+ v<version> existed.
43
+
44
+ This allows the history file to reflect what it will be if rake release were issued next, since jeweler tags the
45
+ the commit this way.
46
+
47
+ === Generating an announcement
48
+
29
49
  To produce an announcement run the rake task:
30
50
 
31
51
  rake advertise:email_body -s
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Rick DeNatale