traquitana 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83ba96ab51aeb9b09f628adc76c128cc44c379f7
4
- data.tar.gz: 443bd37eca37582cb1a55ec487ed61225cbbc697
3
+ metadata.gz: 5b78ac5ff06eb7b7e1527258db12ffabadc397ae
4
+ data.tar.gz: 7925b9da4884f59b947455ed9087ef5b2d988b09
5
5
  SHA512:
6
- metadata.gz: 385f0456a4dcf583b80f5997ddcbe5d427429f167d3511b8af64230948cac5425ac08b8f2871418cca3557d3ac87b240e6a30073dfff018b2fe3ffea13a21c93
7
- data.tar.gz: 5e48a555fb41f9aeda92f208b25da11d876b81eab0ff313063c5c50e973091cd91af040d495158177946c152f9dcbcf0d0c1a8655b3a9defd034c31ef5cafe11
6
+ metadata.gz: f2ba4cb51e75fe84218c44b13ff2e3aab8788dd86285ee5125a22eb70305e056be0fa9d000c5ccecc8c814a0ecd043cb464fcb558f6c3bf658f8e4ad4f5a3e76
7
+ data.tar.gz: 44a0598ba79dad52cb4da7fd2ec1862281ef499b80e1962ff93c3ac2d85859466193c04d9c05a310dcaa228947d35bc473e7a8dd929acdb3a23b030a49f886c5
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.0.28)
4
+ traquitana (0.1.0)
5
5
  highline
6
6
  net-scp
7
7
  net-ssh
data/config/custom.yml CHANGED
@@ -1,4 +1,4 @@
1
- # Default configuration# Default configuration---
1
+ # Default configuration
2
2
  default:
3
3
  directory: /tmp/traq_test
4
4
  user: taq
data/config/default.yml CHANGED
@@ -17,6 +17,11 @@ list:
17
17
  - - app/**/*
18
18
  - - db/migrate/**/*
19
19
  - - db/seeds.rb
20
+ - - public/404.html
21
+ - - public/422.html
22
+ - - public/500.html
23
+ - - public/favicon.ico
24
+ - - public/robots.txt
20
25
  - - public/javascripts/**/*
21
26
  - - public/stylesheets/**/*
22
27
  - - lib/**/*
data/lib/config.rb CHANGED
@@ -39,7 +39,6 @@ module Traquitana
39
39
 
40
40
  STDOUT.puts "Writing #{self.filename}"
41
41
  File.open(self.filename, "w") do |file|
42
- file << "# Default configuration"
43
42
  file << File.read(self.default)
44
43
  end
45
44
 
@@ -1,3 +1,3 @@
1
1
  module Traquitana
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eustaquio Rangel
metadata.gz.sig CHANGED
Binary file