ponyhost 0.3.3 → 0.3.4

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 (2) hide show
  1. data/lib/ponyhost.rb +2 -2
  2. metadata +3 -5
@@ -16,7 +16,7 @@ class PonyHost
16
16
  S3_CREDENTIAL_FILES = ["~/.ponyhost.yml"]
17
17
  S3_CREDENTIAL_LINK = "https://aws-portal.amazon.com/gp/aws/developer/account/index.html?ie=UTF8&action=access-key"
18
18
  DEFAULT_DOMAIN = "ponyho.st"
19
- VERSION = "0.3.3"
19
+ VERSION = "0.3.4"
20
20
  class << self
21
21
 
22
22
 
@@ -95,7 +95,7 @@ class PonyHost
95
95
  def flat_list_directory(dir, path = "")
96
96
  list = []
97
97
  dir.each do |entry|
98
- unless [".", ".."].include?(entry)
98
+ unless [".", "..", ".git"].include?(entry)
99
99
  full_entry_path = path == "" ? entry : [path, entry].join("/")
100
100
  if File.directory?(full_entry_path)
101
101
  list += flat_list_directory(Dir.new(full_entry_path), full_entry_path)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ponyhost
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.3
5
+ version: 0.3.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Johannes Wagener
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-07 00:00:00 +02:00
14
- default_executable:
13
+ date: 2012-04-13 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: aws-s3
@@ -37,7 +36,6 @@ files:
37
36
  - lib/ponyhost.rb
38
37
  - README.md
39
38
  - bin/ponyhost
40
- has_rdoc: true
41
39
  homepage: http://ponyho.st
42
40
  licenses:
43
41
  - MIT
@@ -61,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
59
  requirements: []
62
60
 
63
61
  rubyforge_project: ponyhost
64
- rubygems_version: 1.6.2
62
+ rubygems_version: 1.8.17
65
63
  signing_key:
66
64
  specification_version: 3
67
65
  summary: Create and deploy Amazon S3 powered websites