hen 0.0.8.202 → 0.0.9.220

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,5 +1,13 @@
1
1
  = Revision history for hen
2
2
 
3
+ == 0.0.9 [2008-02-29]
4
+
5
+ * Handle author vs. authors in Gem hen
6
+
7
+ == 0.0.8 [2008-02-15]
8
+
9
+ * Fixed Gem spec (include whole example sub-tree)
10
+
3
11
  == 0.0.7 [2008-02-01]
4
12
 
5
13
  * Search HENPATH for available hens, allowing to easily add custom hens
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to hen version 0.0.8
5
+ This documentation refers to hen version 0.0.9
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/lib/hen/version.rb CHANGED
@@ -32,7 +32,7 @@ class Hen
32
32
 
33
33
  MAJOR = 0
34
34
  MINOR = 0
35
- TINY = 8
35
+ TINY = 9
36
36
 
37
37
  class << self
38
38
 
data/lib/hens/gem.rake CHANGED
@@ -27,6 +27,12 @@ Hen :gem => :rdoc do
27
27
  gem_options[:version] << '.' << svnversion
28
28
  end
29
29
 
30
+ ### author(s)
31
+
32
+ if author = gem_options.delete(:author)
33
+ gem_options[:authors] ||= [author]
34
+ end
35
+
30
36
  ### description
31
37
 
32
38
  gem_options[:description] ||= gem_options[:summary]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8.202
4
+ version: 0.0.9.220
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-02-15 00:00:00 +01:00
12
+ date: 2008-02-29 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency