dp_publico 0.0.2 → 0.0.3
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.
data/dp_publico.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ if Rails.env.development? || Rails.env.test?
|
|
|
7
7
|
class Truncation
|
|
8
8
|
private
|
|
9
9
|
def tables_to_truncate(connection)
|
|
10
|
-
(@only || connection.tables) - @tables_to_exclude - connection.views +
|
|
10
|
+
(@only || connection.tables) - @tables_to_exclude - connection.views + DpPublico.added_cucumber_truncation_tables
|
|
11
11
|
end
|
|
12
12
|
end
|
|
13
13
|
end
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
require 'rake'
|
|
2
2
|
|
|
3
|
-
module
|
|
3
|
+
module DpPublico::RakeUtils
|
|
4
4
|
|
|
5
5
|
# We want to provide a way to alias tasks so we can hook our custom logic
|
|
6
6
|
# into the existing rails framework. For more information and usage, see:
|
|
@@ -23,4 +23,4 @@ module IduffPublico::RakeUtils
|
|
|
23
23
|
Rake::Task.define_task(*args, &block)
|
|
24
24
|
end
|
|
25
25
|
|
|
26
|
-
end
|
|
26
|
+
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dp_publico
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Tatiana Barboza
|