ponyhost 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/ponyhost +1 -1
  2. data/lib/ponyhost.rb +1 -1
  3. metadata +2 -2
data/bin/ponyhost CHANGED
@@ -7,7 +7,7 @@ bucketname = ARGV.shift
7
7
  bucketname = PonyHost.normalize_bucketname(bucketname) if bucketname
8
8
 
9
9
  if command == "server"
10
- server()
10
+ PonyHost.server()
11
11
  elsif command == "list" || (["create", "push", "destroy", "show", "version"].include?(command) && bucketname != nil)
12
12
  credentials = PonyHost.obtain_credentials
13
13
 
data/lib/ponyhost.rb CHANGED
@@ -14,7 +14,7 @@ end
14
14
  class PonyHost
15
15
  S3_CREDENTIAL_FILES = ["~/.ponyhost.yml"]
16
16
  DEFAULT_DOMAIN = "ponyho.st"
17
- VERSION = "0.2.0"
17
+ VERSION = "0.2.1"
18
18
  class << self
19
19
 
20
20
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ponyhost
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Johannes Wagener
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-14 00:00:00 +02:00
13
+ date: 2011-06-15 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency