Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Version beta6.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoury committed Oct 11, 2011
1 parent 219b3c2 commit deb2273
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bundle/config
@@ -1,2 +1,2 @@
---
BUNDLE_DISABLE_SHARED_GEMS: "1"
--- {}

2 changes: 2 additions & 0 deletions Manifest
Expand Up @@ -39,6 +39,7 @@ lib/webbynode/commands/config.rb
lib/webbynode/commands/console.rb
lib/webbynode/commands/database.rb
lib/webbynode/commands/delete.rb
lib/webbynode/commands/dns_aliases.rb
lib/webbynode/commands/guides.rb
lib/webbynode/commands/help.rb
lib/webbynode/commands/init.rb
Expand Down Expand Up @@ -122,6 +123,7 @@ spec/webbynode/commands/config_spec.rb
spec/webbynode/commands/console_spec.rb
spec/webbynode/commands/database_spec.rb
spec/webbynode/commands/delete_spec.rb
spec/webbynode/commands/dns_aliases_spec.rb
spec/webbynode/commands/guides_spec.rb
spec/webbynode/commands/help_spec.rb
spec/webbynode/commands/init_spec.rb
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ require 'rake/testtask'

require 'echoe'

Echoe.new('webbynode', '1.0.5.beta5') do |p|
Echoe.new('webbynode', '1.0.5.beta6') do |p|
p.description = "Webbynode Deployment Gem"
p.url = "http://webbynode.com"
p.author = "Felipe Coury"
Expand Down
2 changes: 1 addition & 1 deletion lib/webbynode.rb
Expand Up @@ -77,7 +77,7 @@
require File.join(File.dirname(__FILE__), 'webbynode', 'application')

module Webbynode
VERSION = '1.0.5.beta5'
VERSION = '1.0.5.beta6'
end

class Array
Expand Down

0 comments on commit deb2273

Please sign in to comment.