ponyhost 0.1 → 0.2.0

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 (3) hide show
  1. data/README.md +1 -0
  2. data/lib/ponyhost.rb +3 -3
  3. metadata +2 -2
data/README.md CHANGED
@@ -6,3 +6,4 @@ ponyHost is a super simple way to use the Amazon AWS S3 Website feature.
6
6
  $ ponyhost push foobar
7
7
  $ open http://foobar.ponyho.st
8
8
 
9
+ Find more infos on http://ponyho.st
data/lib/ponyhost.rb CHANGED
@@ -13,8 +13,8 @@ end
13
13
 
14
14
  class PonyHost
15
15
  S3_CREDENTIAL_FILES = ["~/.ponyhost.yml"]
16
- DEFAULT_DOMAIN = "lolcat.biz"
17
- VERSION = "0.1"
16
+ DEFAULT_DOMAIN = "ponyho.st"
17
+ VERSION = "0.2.0"
18
18
  class << self
19
19
 
20
20
 
@@ -135,4 +135,4 @@ class PonyHost
135
135
  end
136
136
  end
137
137
  end
138
- end
138
+ end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ponyhost
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.1"
5
+ version: 0.2.0
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-13 00:00:00 +02:00
13
+ date: 2011-06-14 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency