akitaonrails-locarails 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/locarails.rb CHANGED
@@ -3,4 +3,6 @@ $:.unshift(File.dirname(__FILE__)) unless
3
3
 
4
4
  module Locarails
5
5
 
6
+ VERSION = "1.1.4"
7
+
6
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: akitaonrails-locarails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Akita
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-08-19 00:00:00 -07:00
12
+ date: 2008-08-27 00:00:00 -07:00
13
13
  default_executable: locarails
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -41,18 +41,14 @@ extra_rdoc_files: []
41
41
  files:
42
42
  - bin/locarails
43
43
  - bin/locarails.cmd
44
- - LICENSE
45
- - Manifest
46
- - README
47
- - locarails.gemspec
48
- - lib/locarails.rb
44
+ - lib/locarails
49
45
  - lib/locarails/version.rb
46
+ - lib/locarails.rb
50
47
  - templates/database.locaweb.yml.erb
51
- - templates/deploy.rb.erb
52
48
  - templates/deploy.common.rb.erb
49
+ - templates/deploy.rb.erb
53
50
  - templates/locaweb_backup.rb
54
51
  - templates/ssh_helper.rb
55
- - templates/.gitignore
56
52
  has_rdoc: true
57
53
  homepage: http://www.locaweb.com.br/rails
58
54
  post_install_message:
data/LICENSE DELETED
@@ -1,18 +0,0 @@
1
- Copyright (c) 2008 Chris Wanstrath
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of
4
- this software and associated documentation files (the "Software"), to deal in
5
- the Software without restriction, including without limitation the rights to
6
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
7
- the Software, and to permit persons to whom the Software is furnished to do so,
8
- subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in all
11
- copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
15
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
16
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/Manifest DELETED
@@ -1,14 +0,0 @@
1
- bin/locarails
2
- bin/locarails.cmd
3
- LICENSE
4
- Manifest
5
- README
6
- locarails.gemspec
7
- lib/locarails.rb
8
- lib/locarails/version.rb
9
- templates/database.locaweb.yml.erb
10
- templates/deploy.rb.erb
11
- templates/deploy.common.rb.erb
12
- templates/locaweb_backup.rb
13
- templates/ssh_helper.rb
14
- templates/.gitignore
data/README DELETED
@@ -1,65 +0,0 @@
1
- = locarails
2
-
3
- * http://www.locaweb.com.br/rails
4
-
5
- == DESCRICAO:
6
-
7
- Facilitar a instalacao de aplicacoes Rails na hospedagem Linux da
8
- Locaweb. Configura receita de Capistrano padrao que deve funcionar
9
- na maioria dos cenarios
10
-
11
- == SINOPSE:
12
-
13
- cd seu_projeto_rails
14
- locarails .
15
- cap deploy:setup
16
- cap deploy
17
-
18
- == AVISOS:
19
-
20
- * Não use o locarails se voce ja tem Capistrano instalado no seu
21
- projeto. Este programa tem como objetivo ajudar quem nao conhece
22
- nada a respeito de Capistrano
23
- * Tenha em maos as seguintes informacoes:
24
- - seu usuario de hospedagem (o usuario da conta linux, nao o
25
- usuario de cliente)
26
- - seus dados de MySQL (usuario, senha, servidor, nome do banco)
27
- * Crie o apontamento do seu dominio via o Painel da Locaweb em
28
- painel.locaweb.com.br e aponte para o diretorio /public_html/app
29
- sendo 'app' o nome da sua aplicacao
30
-
31
- == REQUERIMENTOS:
32
-
33
- * Estar em Linux (Ubuntu ou outros) ou Mac OS X
34
- * Ter Ruby instalado (sudo apt-get install ruby1.8 ruby1.8-dev)
35
- * Ter Rails instalado (sudo gem install rails)
36
- * Ter Capistrano instalado (sudo gem install capistrano)
37
-
38
- == INSTALL:
39
-
40
- * gem install akitaonrails-locarails --source=http://gems.github.com
41
-
42
- == LICENSE:
43
-
44
- (The MIT License)
45
-
46
- Copyright (c) 2008 Fabio Akita
47
-
48
- Permission is hereby granted, free of charge, to any person obtaining
49
- a copy of this software and associated documentation files (the
50
- 'Software'), to deal in the Software without restriction, including
51
- without limitation the rights to use, copy, modify, merge, publish,
52
- distribute, sublicense, and/or sell copies of the Software, and to
53
- permit persons to whom the Software is furnished to do so, subject to
54
- the following conditions:
55
-
56
- The above copyright notice and this permission notice shall be
57
- included in all copies or substantial portions of the Software.
58
-
59
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
60
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
61
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
62
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
63
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
64
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
65
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/locarails.gemspec DELETED
@@ -1,36 +0,0 @@
1
- Gem::Specification.new do |s|
2
- s.name = %q{locarails}
3
- s.version = "1.1.3"
4
-
5
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
- s.authors = ["Fabio Akita"]
7
- s.date = %q{2008-08-19}
8
- s.default_executable = %q{locarails}
9
- s.description = %q{A maneira mais simples para instalar aplicacoes Rails na hospedagem Linux da Locaweb.}
10
- s.email = %q{fabio.akita@locaweb.com.br}
11
- s.executables = ["locarails"]
12
- s.files = ["bin/locarails", "bin/locarails.cmd", "LICENSE", "Manifest", "README", "locarails.gemspec", "lib/locarails.rb", "lib/locarails/version.rb", "templates/database.locaweb.yml.erb", "templates/deploy.rb.erb", "templates/deploy.common.rb.erb", "templates/locaweb_backup.rb", "templates/ssh_helper.rb", "templates/.gitignore"]
13
- s.has_rdoc = true
14
- s.homepage = %q{http://www.locaweb.com.br/rails}
15
- s.require_paths = ["lib"]
16
- s.rubyforge_project = %q{locarails}
17
- s.rubygems_version = [s.version]
18
- s.summary = %q{Configuracao de Capistrano automatica para hospedagens Linux Locaweb.}
19
-
20
- if s.respond_to? :specification_version then
21
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
22
- s.specification_version = 2
23
-
24
- if current_version >= 3 then
25
- s.add_runtime_dependency(%q<capistrano>, [">= 2.0.0"])
26
- s.add_runtime_dependency(%q<highline>, [">= 0"])
27
- else
28
- s.add_dependency(%q<capistrano>, [">= 2.0.0"])
29
- s.add_dependency(%q<highline>, [">= 0"])
30
- end
31
- else
32
- s.add_dependency(%q<capistrano>, [">= 2.0.0"])
33
- s.add_dependency(%q<highline>, [">= 0"])
34
- end
35
-
36
- end
data/templates/.gitignore DELETED
@@ -1,22 +0,0 @@
1
- log/*.log
2
- log/*.out
3
- log/*.pid
4
- tmp/**/*
5
- .DS_Store
6
- db/schema.rb
7
- db/schema.sql
8
- db/*.sqlite3*
9
- config/database.yml
10
- config/database.locaweb.yml
11
- public/photos/*
12
- public/upload/*
13
- public/assets/*
14
- .project
15
- .#*
16
- tmp/.*
17
- \#*
18
- *~
19
- vendor/**/**/doc/*
20
- rsa_key*
21
- coverage/
22
- coverage