dp_publico 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/dp_publico.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "dp_publico"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
4
4
  s.description = "Webservice da base DP"
5
5
  s.summary = "DP Publico"
6
6
  s.author = "Tatiana Barboza"
@@ -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 + IduffPublico.added_cucumber_truncation_tables
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 IduffPublico::RakeUtils
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tatiana Barboza