depwhack 0.0.1 → 0.0.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.
- data/README.textile +3 -1
- metadata +4 -4
data/README.textile
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: depwhack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex R. Young
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
|
12
12
|
date: 2009-09-16 00:00:00 +01:00
|
13
|
-
default_executable:
|
13
|
+
default_executable: depwhack
|
14
14
|
dependencies: []
|
15
15
|
|
16
16
|
description: depwhack is a tool for comparing local and remote gem dependencies for a Rails project.
|
@@ -24,7 +24,7 @@ extra_rdoc_files: []
|
|
24
24
|
files:
|
25
25
|
- README.textile
|
26
26
|
- bin/depwhack
|
27
|
-
has_rdoc:
|
27
|
+
has_rdoc: true
|
28
28
|
homepage: http://github.com/alexyoung/depwhack
|
29
29
|
licenses: []
|
30
30
|
|
@@ -48,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
48
48
|
requirements: []
|
49
49
|
|
50
50
|
rubyforge_project:
|
51
|
-
rubygems_version: 1.3.
|
51
|
+
rubygems_version: 1.3.5
|
52
52
|
signing_key:
|
53
53
|
specification_version: 3
|
54
54
|
summary: depwhack is a tool for comparing local and remote Rails project dependencies.
|