brdata 2.1.5 → 2.1.6

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.
@@ -3,7 +3,6 @@ $:.unshift(File.dirname(__FILE__)) unless
3
3
 
4
4
  require 'rubygems'
5
5
  require 'action_controller'
6
- require 'action_controller/vendor/html-scanner'
7
6
  require 'active_support'
8
7
  require 'action_view'
9
8
 
@@ -2,7 +2,7 @@ module BrData
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
- TINY = 5
5
+ TINY = 6
6
6
 
7
7
  STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
8
8
  end
@@ -10,7 +10,8 @@ class FeriadoParserTest < Test::Unit::TestCase
10
10
  feriados, metodos = FeriadoParser.parser(FERIADO_YML_PATH)
11
11
  feriados.each {|feriado| assert_kind_of Feriado, feriado}
12
12
  assert_equal NATAL, feriados.first
13
- assert_equal ["pascoa", "corpus_christi"], metodos
13
+ assert metodos.include?( "pascoa")
14
+ assert metodos.include?( "corpus_christi")
14
15
  end
15
16
 
16
17
  def test_feriados_quando_path_nao_eh_diretorio
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.5
4
+ version: 2.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Marcos Tapaj\xC3\xB3s"
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2009-03-05 00:00:00 -03:00
15
+ date: 2009-03-06 00:00:00 -03:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency