traquitana 0.0.21 → 0.0.22
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.
- checksums.yaml +7 -0
- data/config/custom.yml +2 -0
- data/config/default.yml +1 -0
- data/lib/config.rb +1 -0
- data/lib/traquitana/version.rb +1 -1
- data/spec/config/bin/rails +0 -0
- data/spec/config_spec.rb +5 -0
- metadata +18 -26
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: ccc56b4ff78c710dbec699646cc6597876984c09
|
4
|
+
data.tar.gz: a9a216eff87a90fa885664f78600f1efa429e539
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 88dd641127124966774b7394a88fc1607af846726cb509870a22cb388ecd5fddf3b9a8a1b27b04c9bd65566c1dfdf7b8103f6ee497ca03d1eac9f3ab52c8a581
|
7
|
+
data.tar.gz: 2a195f3db1a7be395fcbb3970af6ec5f58d6f0ac0161691444b9d29090822322271059c285e86fbf545dd0387b8a502f0003ed57b403726b9114d62c78718372
|
data/config/custom.yml
CHANGED
@@ -17,6 +17,7 @@ default:
|
|
17
17
|
- - public/javascripts/**/*
|
18
18
|
- - public/stylesheets/**/*
|
19
19
|
- - lib/**/*
|
20
|
+
- - bin/**/*
|
20
21
|
- - public/images/**/*
|
21
22
|
- public/images/uploads/**/*
|
22
23
|
password: fill your password here
|
@@ -41,6 +42,7 @@ custom:
|
|
41
42
|
- - public/javascripts/**/*
|
42
43
|
- - public/stylesheets/**/*
|
43
44
|
- - lib/**/*
|
45
|
+
- - bin/**/*
|
44
46
|
- - public/images/**/*
|
45
47
|
- public/images/uploads/**/*
|
46
48
|
password: fill your password here
|
data/config/default.yml
CHANGED
data/lib/config.rb
CHANGED
data/lib/traquitana/version.rb
CHANGED
File without changes
|
data/spec/config_spec.rb
CHANGED
@@ -32,6 +32,11 @@ describe Traquitana::Config do
|
|
32
32
|
it "should have a default file method" do
|
33
33
|
@config.must_respond_to(:default)
|
34
34
|
end
|
35
|
+
|
36
|
+
it "should have a valid directory" do
|
37
|
+
@config.directory.wont_be_nil
|
38
|
+
(@config.directory.size > 0).must_equal true
|
39
|
+
end
|
35
40
|
end
|
36
41
|
|
37
42
|
describe "configs" do
|
metadata
CHANGED
@@ -1,78 +1,69 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: traquitana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.22
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Eustaquio Rangel
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2014-
|
11
|
+
date: 2014-06-26 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rubyzip
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- -
|
17
|
+
- - ">="
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: 1.0.0
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- -
|
24
|
+
- - ">="
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: 1.0.0
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: net-ssh
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
|
-
- -
|
31
|
+
- - ">="
|
36
32
|
- !ruby/object:Gem::Version
|
37
33
|
version: '0'
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- -
|
38
|
+
- - ">="
|
44
39
|
- !ruby/object:Gem::Version
|
45
40
|
version: '0'
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: net-scp
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
|
-
- -
|
45
|
+
- - ">="
|
52
46
|
- !ruby/object:Gem::Version
|
53
47
|
version: '0'
|
54
48
|
type: :runtime
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
|
-
- -
|
52
|
+
- - ">="
|
60
53
|
- !ruby/object:Gem::Version
|
61
54
|
version: '0'
|
62
55
|
- !ruby/object:Gem::Dependency
|
63
56
|
name: highline
|
64
57
|
requirement: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
58
|
requirements:
|
67
|
-
- -
|
59
|
+
- - ">="
|
68
60
|
- !ruby/object:Gem::Version
|
69
61
|
version: '0'
|
70
62
|
type: :runtime
|
71
63
|
prerelease: false
|
72
64
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
65
|
requirements:
|
75
|
-
- -
|
66
|
+
- - ">="
|
76
67
|
- !ruby/object:Gem::Version
|
77
68
|
version: '0'
|
78
69
|
description: Simple tool for deploy Rails apps
|
@@ -83,7 +74,7 @@ executables:
|
|
83
74
|
extensions: []
|
84
75
|
extra_rdoc_files: []
|
85
76
|
files:
|
86
|
-
- .gitignore
|
77
|
+
- ".gitignore"
|
87
78
|
- Gemfile
|
88
79
|
- LICENSE
|
89
80
|
- README.md
|
@@ -116,6 +107,7 @@ files:
|
|
116
107
|
- spec/config/app/models/people.rb
|
117
108
|
- spec/config/app/views/people/index.html.erb
|
118
109
|
- spec/config/app/views/people/show.html.erb
|
110
|
+
- spec/config/bin/rails
|
119
111
|
- spec/config/config.ru
|
120
112
|
- spec/config/config/application.rb
|
121
113
|
- spec/config/config/environment.rb
|
@@ -151,27 +143,26 @@ files:
|
|
151
143
|
homepage: http://github.com/taq/traquitana
|
152
144
|
licenses:
|
153
145
|
- GPL-2
|
146
|
+
metadata: {}
|
154
147
|
post_install_message:
|
155
148
|
rdoc_options: []
|
156
149
|
require_paths:
|
157
150
|
- lib
|
158
151
|
required_ruby_version: !ruby/object:Gem::Requirement
|
159
|
-
none: false
|
160
152
|
requirements:
|
161
|
-
- -
|
153
|
+
- - ">="
|
162
154
|
- !ruby/object:Gem::Version
|
163
155
|
version: '0'
|
164
156
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
165
|
-
none: false
|
166
157
|
requirements:
|
167
|
-
- -
|
158
|
+
- - ">="
|
168
159
|
- !ruby/object:Gem::Version
|
169
160
|
version: '0'
|
170
161
|
requirements: []
|
171
162
|
rubyforge_project:
|
172
|
-
rubygems_version:
|
163
|
+
rubygems_version: 2.2.2
|
173
164
|
signing_key:
|
174
|
-
specification_version:
|
165
|
+
specification_version: 4
|
175
166
|
summary: Just a simple tool to deploy Rails apps with SSH and some shell scripts
|
176
167
|
test_files:
|
177
168
|
- spec/bar_spec.rb
|
@@ -183,6 +174,7 @@ test_files:
|
|
183
174
|
- spec/config/app/models/people.rb
|
184
175
|
- spec/config/app/views/people/index.html.erb
|
185
176
|
- spec/config/app/views/people/show.html.erb
|
177
|
+
- spec/config/bin/rails
|
186
178
|
- spec/config/config.ru
|
187
179
|
- spec/config/config/application.rb
|
188
180
|
- spec/config/config/environment.rb
|