traquitana 0.1.6 → 0.1.7
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/Gemfile.lock +6 -6
- data/config/default.yml +17 -14
- data/lib/traquitana/version.rb +1 -1
- metadata +2 -3
- metadata.gz.sig +0 -0
- data/traq/config.yml +0 -38
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c63d7ffa54f490f69e986477bc7d13bcb571d521a29f6b3b5c1f4910f1fc884c
|
|
4
|
+
data.tar.gz: cd05def258dfb681b4bc12eb4def2d2dc7b463ec6f5323cfa7db3e700b561d65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1535324e5ed6f45719297e323340d8dcc7160b4ecf7a89f1da93e127ea74ef44f90b656d64c38dee620aa9bb71ddb60b312a62b7972684f44936b2a7abafe9f
|
|
7
|
+
data.tar.gz: a1407470849c1cb989f2c39d0063d89b45e502a1845f8e928ca2cb673aa63728a21b43ee5f16f11ad177f24cdba4e3e59e4de1d5c724890bc4cd622cbf99116c
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
traquitana (0.1.
|
|
4
|
+
traquitana (0.1.7)
|
|
5
5
|
highline
|
|
6
6
|
net-scp
|
|
7
7
|
net-ssh
|
|
@@ -11,10 +11,10 @@ GEM
|
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
13
|
highline (2.0.3)
|
|
14
|
-
net-scp (
|
|
15
|
-
net-ssh (>= 2.6.5, <
|
|
16
|
-
net-ssh (
|
|
17
|
-
rubyzip (2.
|
|
14
|
+
net-scp (3.0.0)
|
|
15
|
+
net-ssh (>= 2.6.5, < 7.0.0)
|
|
16
|
+
net-ssh (6.1.0)
|
|
17
|
+
rubyzip (2.3.2)
|
|
18
18
|
|
|
19
19
|
PLATFORMS
|
|
20
20
|
ruby
|
|
@@ -23,4 +23,4 @@ DEPENDENCIES
|
|
|
23
23
|
traquitana!
|
|
24
24
|
|
|
25
25
|
BUNDLED WITH
|
|
26
|
-
1.
|
|
26
|
+
2.1.4
|
data/config/default.yml
CHANGED
|
@@ -1,35 +1,38 @@
|
|
|
1
1
|
# Default configuration---
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
:version: 0.1.7
|
|
3
|
+
:directory: /tmp/traq_test
|
|
4
|
+
:ignore: 24
|
|
5
|
+
:user: taq
|
|
6
|
+
:list:
|
|
5
7
|
- Rakefile
|
|
6
8
|
- config.ru
|
|
7
9
|
- Gemfile
|
|
10
|
+
- package.json
|
|
11
|
+
- babel.config.js
|
|
12
|
+
- postcss.config.js
|
|
8
13
|
- - config/application.rb
|
|
9
14
|
- - config/environment.rb
|
|
10
15
|
- - config/initializers/**/*
|
|
11
16
|
- - config/environments/production.rb
|
|
12
17
|
- - config/locales/**/*
|
|
13
18
|
- - config/routes.rb
|
|
14
|
-
- - config/boot.rb
|
|
15
|
-
- - config/database.yml
|
|
16
|
-
- - config/secrets.yml
|
|
17
19
|
- - config/storage.yml
|
|
20
|
+
- - config/webpacker.yml
|
|
21
|
+
- - config/webpack/environment.js
|
|
22
|
+
- - config/webpack/production.js
|
|
18
23
|
- - app/**/*
|
|
19
24
|
- - db/migrate/**/*
|
|
20
|
-
- -
|
|
25
|
+
- - public/javascripts/**/*
|
|
26
|
+
- - public/stylesheets/**/*
|
|
21
27
|
- - public/404.html
|
|
22
28
|
- - public/422.html
|
|
23
29
|
- - public/500.html
|
|
24
30
|
- - public/favicon.ico
|
|
25
31
|
- - public/robots.txt
|
|
26
|
-
- - public/javascripts/**/*
|
|
27
|
-
- - public/stylesheets/**/*
|
|
28
32
|
- - lib/**/*
|
|
29
|
-
- - bin/**/*
|
|
30
33
|
- - public/images/**/*
|
|
31
34
|
- public/images/uploads/**/*
|
|
32
|
-
password: fill your password here
|
|
33
|
-
host: localhost
|
|
34
|
-
server: passenger
|
|
35
|
-
shell: bash -l -c
|
|
35
|
+
:password: fill your password here
|
|
36
|
+
:host: localhost
|
|
37
|
+
:server: passenger
|
|
38
|
+
:shell: bash -l -c
|
data/lib/traquitana/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: traquitana
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eustaquio Rangel
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
Ey5t62RSM7fM69lDtUa1Jmv/CCRAeeY4TQUFwDrnNYhxQshCWcrFWQMb4ExJtwbC
|
|
36
36
|
iQ4FrdvzJJS+rA==
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2021-
|
|
38
|
+
date: 2021-07-21 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: highline
|
|
@@ -170,7 +170,6 @@ files:
|
|
|
170
170
|
- spec/network_spec.rb
|
|
171
171
|
- spec/packager_spec.rb
|
|
172
172
|
- spec/selector_spec.rb
|
|
173
|
-
- traq/config.yml
|
|
174
173
|
- traquitana.gemspec
|
|
175
174
|
homepage: http://github.com/taq/traquitana
|
|
176
175
|
licenses:
|
metadata.gz.sig
CHANGED
|
Binary file
|
data/traq/config.yml
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# Default configuration---
|
|
2
|
-
:version: 0.1.5
|
|
3
|
-
:directory: /tmp/traq_test
|
|
4
|
-
:ignore: 24
|
|
5
|
-
:user: taq
|
|
6
|
-
:list:
|
|
7
|
-
- Rakefile
|
|
8
|
-
- config.ru
|
|
9
|
-
- Gemfile
|
|
10
|
-
- package.json
|
|
11
|
-
- babel.config.js
|
|
12
|
-
- postcss.config.js
|
|
13
|
-
- - config/application.rb
|
|
14
|
-
- - config/environment.rb
|
|
15
|
-
- - config/initializers/**/*
|
|
16
|
-
- - config/environments/production.rb
|
|
17
|
-
- - config/locales/**/*
|
|
18
|
-
- - config/routes.rb
|
|
19
|
-
- - config/storage.yml
|
|
20
|
-
- - config/webpacker.yml
|
|
21
|
-
- - config/webpack/environment.js
|
|
22
|
-
- - config/webpack/production.js
|
|
23
|
-
- - app/**/*
|
|
24
|
-
- - db/migrate/**/*
|
|
25
|
-
- - public/javascripts/**/*
|
|
26
|
-
- - public/stylesheets/**/*
|
|
27
|
-
- - public/404.html
|
|
28
|
-
- - public/422.html
|
|
29
|
-
- - public/500.html
|
|
30
|
-
- - public/favicon.ico
|
|
31
|
-
- - public/robots.txt
|
|
32
|
-
- - lib/**/*
|
|
33
|
-
- - public/images/**/*
|
|
34
|
-
- public/images/uploads/**/*
|
|
35
|
-
:password: fill your password here
|
|
36
|
-
:host: localhost
|
|
37
|
-
:server: passenger
|
|
38
|
-
:shell: bash -l -c
|