devball 0.6 → 0.7

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 (2) hide show
  1. data/CHANGELOG +9 -0
  2. metadata +7 -2
data/CHANGELOG ADDED
@@ -0,0 +1,9 @@
1
+ == 0.7
2
+ bug - Executables not installed properly
3
+
4
+ == 0.6
5
+ minor - Update Rakefile
6
+
7
+
8
+ == 0.5
9
+ bug - Fixed use of directories
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devball
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.6"
4
+ version: "0.7"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Graham Batty, Chris Thompson
@@ -9,18 +9,22 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-27 00:00:00 -06:00
12
+ date: 2009-04-28 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
16
  description:
17
17
  email: cthompson at nexopia dot com
18
18
  executables:
19
+ - devball
19
20
  - devball-build
21
+ - devball-pull
22
+ - devball-push
20
23
  extensions: []
21
24
 
22
25
  extra_rdoc_files:
23
26
  - README
27
+ - CHANGELOG
24
28
  files:
25
29
  - bin/devball
26
30
  - bin/devball-build
@@ -37,6 +41,7 @@ files:
37
41
  - lib/devball/pkgspec/tarball.rb
38
42
  - lib/devball/pkgspec/test.rb
39
43
  - README
44
+ - CHANGELOG
40
45
  has_rdoc: true
41
46
  homepage: http://github.com/nexopia/devball
42
47
  post_install_message: