codebase 3.0.8 → 3.0.9
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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: codebase
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Cooke
|
|
@@ -31,7 +31,7 @@ files:
|
|
|
31
31
|
- lib/codebase_helpers/command_base.rb
|
|
32
32
|
- lib/codebase_helpers/directory.rb
|
|
33
33
|
has_rdoc: true
|
|
34
|
-
homepage: http://www.
|
|
34
|
+
homepage: http://www.codebasehq.com
|
|
35
35
|
licenses: []
|
|
36
36
|
|
|
37
37
|
post_install_message:
|
|
@@ -57,6 +57,6 @@ rubyforge_project:
|
|
|
57
57
|
rubygems_version: 1.3.5
|
|
58
58
|
signing_key:
|
|
59
59
|
specification_version: 3
|
|
60
|
-
summary:
|
|
60
|
+
summary: Provides easy access to the Codebase interface by adding some launchy options. Also, includes the default Capistrano recipe for tracking deployments.
|
|
61
61
|
test_files: []
|
|
62
62
|
|