brdata 2.1.4 → 2.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/brdata.rb +1 -1
  2. data/lib/brdata/version.rb +1 -1
  3. metadata +10 -10
@@ -3,7 +3,7 @@ $:.unshift(File.dirname(__FILE__)) unless
3
3
 
4
4
  require 'rubygems'
5
5
  require 'action_controller'
6
- require 'html/document'
6
+ require 'action_controller/vendor/html-scanner'
7
7
  require 'active_support'
8
8
  require 'action_view'
9
9
 
@@ -2,7 +2,7 @@ module BrData
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
- TINY = 4
5
+ TINY = 5
6
6
 
7
7
  STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
8
8
  end
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.4
4
+ version: 2.1.5
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-04 00:00:00 -03:00
15
+ date: 2009-03-05 00:00:00 -03:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -49,23 +49,23 @@ files:
49
49
  - CHANGELOG
50
50
  - MIT-LICENSE
51
51
  - lib/brdata
52
- - lib/brdata/excecoes.rb
53
- - lib/brdata/feriado_parser.rb
54
52
  - lib/brdata/br_date_helper.rb
55
- - lib/brdata/date_portuguese.rb
56
53
  - lib/brdata/config
57
- - lib/brdata/config/nacionais_moveis.yml
58
54
  - lib/brdata/config/nacionais_fixos.yml
55
+ - lib/brdata/config/nacionais_moveis.yml
56
+ - lib/brdata/date_portuguese.rb
57
+ - lib/brdata/excecoes.rb
58
+ - lib/brdata/feriado.rb
59
+ - lib/brdata/feriado_parser.rb
59
60
  - lib/brdata/time_portuguese.rb
60
61
  - lib/brdata/version.rb
61
- - lib/brdata/feriado.rb
62
62
  - lib/brdata.rb
63
- - test/test_helper.rb
64
- - test/feriado_test.rb
65
- - test/time_test.rb
66
63
  - test/br_date_helper_test.rb
67
64
  - test/date_test.rb
68
65
  - test/feriado_parser_test.rb
66
+ - test/feriado_test.rb
67
+ - test/test_helper.rb
68
+ - test/time_test.rb
69
69
  has_rdoc: true
70
70
  homepage: http://www.improveit.com.br/software_livre/brazilian_rails
71
71
  post_install_message: