copyright_text 0.3.0

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 862bb7f92b5b03baf862fbaf601a378d03dc54566c9a9ec4f22cf96f5319de6a
4
+ data.tar.gz: 81be347f04152120f8156847e8ed075d1b7f813277d212c8fb2a845ae11e71a8
5
+ SHA512:
6
+ metadata.gz: 876b0b23d7c301dc57f2d18b3e44b401d4195907ab151e5b5ad1cb92e43ef6db6d23e83108f4013d5514b54c04b1c2eb677499f0c41d14a680bb823c11601055
7
+ data.tar.gz: d4e2169d0cbddb9408615c8eacd2066cee851d9b3a58cf80ce68297341530b02de4062e2699e312beae10062766b8eb1e4f8ab9089130b21c398e8719d7c1602
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: copyright_text
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: ruby
6
+ authors:
7
+ - Igor Portela | user:igoracportela
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-01-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Gem for ruby on rails projects that wants register your author in code.
14
+ email:
15
+ - igorcostaportela@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/igoracportela/copyright_author
21
+ licenses:
22
+ - Apache License, Version 2.0
23
+ metadata:
24
+ homepage_uri: https://github.com/igoracportela/copyright_author
25
+ source_code_uri: https://github.com/igoracportela/copyright_author
26
+ changelog_uri: https://github.com/igoracportela/copyright_author
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: 2.3.0
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.2.32
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Easily add copyright comments on multiple ruby source files.
46
+ test_files: []