traquitana 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/config/default.yml +8 -3
  2. metadata +2 -2
data/config/default.yml CHANGED
@@ -3,14 +3,19 @@
3
3
  :ignore: 24
4
4
  :user: taq
5
5
  :list:
6
- - - app/**/*
6
+ - Rakefile
7
+ - config.ru
8
+ - Gemfile
9
+ - - config/application.rb
10
+ - - config/environment.rb
7
11
  - - config/initializers/**/*
8
12
  - - config/environments/production.rb
13
+ - - config/locales/**/*
14
+ - - config/routes.rb
15
+ - - app/**/*
9
16
  - - db/migrate/**/*
10
17
  - - public/javascripts/**/*
11
18
  - - public/stylesheets/**/*
12
- - - config/locales/**/*
13
- - - config/routes.rb
14
19
  - - lib/**/*
15
20
  - - public/images/**/*
16
21
  - public/images/uploads/**/*
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eustaquio 'TaQ' Rangel