traquitana 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6fdc190124c932c15410e7994dd52801913b9846662596b886fa3b96ec886ff7
4
- data.tar.gz: 194e6f942110bd6ea3f81109af4c30dcb8eb4c12c88604894608bee0cd5635c4
3
+ metadata.gz: c63d7ffa54f490f69e986477bc7d13bcb571d521a29f6b3b5c1f4910f1fc884c
4
+ data.tar.gz: cd05def258dfb681b4bc12eb4def2d2dc7b463ec6f5323cfa7db3e700b561d65
5
5
  SHA512:
6
- metadata.gz: b8ef43b8ad6fe8fd7b3327ece03c7c23679797cab4bad48ad397fee4c4ec038f591c4f39f34df6e0bf7abc44c1fa5c1c531035bab908e7d2155b67f6f21ab138
7
- data.tar.gz: e329d4b28d85fe6b3831697dfbae6b327ca954cde52e167cb34a85847c9bae44304d3ffad808be0e771607482de160f97b1dafe4ecf523108665a5bf195e5d09
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.3)
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 (2.0.0)
15
- net-ssh (>= 2.6.5, < 6.0.0)
16
- net-ssh (5.2.0)
17
- rubyzip (2.0.0)
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.17.2
26
+ 2.1.4
data/config/default.yml CHANGED
@@ -1,35 +1,38 @@
1
1
  # Default configuration---
2
- directory: /tmp/traq_test
3
- user: taq
4
- list:
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
- - - db/seeds.rb
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
@@ -1,3 +1,3 @@
1
1
  module Traquitana
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
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.6
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-05-17 00:00:00.000000000 Z
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