holidays_br 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HolidaysBr
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: holidays_br
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - IgorFZ
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-04 00:00:00.000000000 Z
11
+ date: 2023-10-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Write a longer description or delete this line.
13
+ description: A Ruby gem for working with Brazilian holidays.
14
14
  email:
15
15
  - igorf.zamp@gmail.com
16
16
  executables: []
@@ -46,10 +46,12 @@ files:
46
46
  - holidays/TO.json
47
47
  - lib/holidays_br.rb
48
48
  - lib/holidays_br/version.rb
49
- homepage:
49
+ homepage: https://github.com/devrazonet/holidays_br
50
50
  licenses:
51
51
  - MIT
52
- metadata: {}
52
+ metadata:
53
+ homepage_uri: https://github.com/devrazonet/holidays_br
54
+ source_code_uri: https://github.com/devrazonet/holidays_br
53
55
  post_install_message:
54
56
  rdoc_options: []
55
57
  require_paths:
@@ -68,5 +70,5 @@ requirements: []
68
70
  rubygems_version: 3.1.6
69
71
  signing_key:
70
72
  specification_version: 4
71
- summary: Write a short summary, because RubyGems requires one.
73
+ summary: Ruby gem for Brazilian holidays
72
74
  test_files: []