dorian-times 0.3.0 → 0.3.2

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/times +2 -1
  3. data/lib/dorian/times.rb +2 -0
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3bc45ec9c87dce13b55b4c1c572770c5f3281aacafda61b2610ca083f860c410
4
- data.tar.gz: 3149159791b9e41f76a07efd78972c6547165d0448fe0d59197fe63d9f6a402e
3
+ metadata.gz: 657fdb81415dd2a021430b1629969b0163ac66cbd211c698a082fd54dca7502d
4
+ data.tar.gz: a62c14526b3a149428ae8805df21a9580d765b0e7d730d49e09771d83ef8a741
5
5
  SHA512:
6
- metadata.gz: e38255ce6191740bb55a230bde772e4286648468236de82525587864cf051d204db717dbfdb3e1a0a1248dae4c6bc971357bb69c328a713f643769168527568b
7
- data.tar.gz: 8d60fa9cc23634215eb8ee418700cdbb55076091ecb4986a23c6de0612c4b8ddf5a080e33864e389f482ceda9797dcfb02c53f96ece6741d95d849ddb69e9b80
6
+ metadata.gz: 159dce9a2b49c4881552e209d81197f3f64dac67c407b8a4be017e1ba780d7b56fe25787e0b8fabe1e6482c07038a51eb3f0a4f8bc269da0b2cd6892d1bade43
7
+ data.tar.gz: ddf6bea1707dfe1c82f0e7535a771f8364af9f5e98bc73a3a54218818d95e22a250f6f6ff272a24d34b7586a529c5923c1a1ef210977ef62718731b2769f5423
data/bin/times CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
2
3
 
3
- require 'dorian/times'
4
+ require "dorian/times"
4
5
  Dorian::Times.run
data/lib/dorian/times.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Dorian
2
4
  class Times
3
5
  def self.run
metadata CHANGED
@@ -1,20 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dorian-times
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Marié
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-19 00:00:00.000000000 Z
11
+ date: 2024-03-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Prints numbers from 0 to N
15
15
 
16
16
  e.g. `times 10`
17
- email: dorian@dorianmarie.fr
17
+ email: dorian@dorianmarie.com
18
18
  executables:
19
19
  - times
20
20
  extensions: []
@@ -22,7 +22,7 @@ extra_rdoc_files: []
22
22
  files:
23
23
  - bin/times
24
24
  - lib/dorian/times.rb
25
- homepage: https://github.com/dorianmariefr/times
25
+ homepage: https://github.com/dorianmariecom/times
26
26
  licenses:
27
27
  - MIT
28
28
  metadata:
@@ -42,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
44
  requirements: []
45
- rubygems_version: 3.2.22
45
+ rubygems_version: 3.5.3
46
46
  signing_key:
47
47
  specification_version: 4
48
48
  summary: Prints numbers from 0 to N