dorian-times 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
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 +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3bc45ec9c87dce13b55b4c1c572770c5f3281aacafda61b2610ca083f860c410
4
- data.tar.gz: 3149159791b9e41f76a07efd78972c6547165d0448fe0d59197fe63d9f6a402e
3
+ metadata.gz: 983dad65170344c822affc18e658f377566fca44ef5b4862859afb30af88875a
4
+ data.tar.gz: f88b4c5a0b57513cfad776d55a741503430f05319545052c28fbedbbc2feded5
5
5
  SHA512:
6
- metadata.gz: e38255ce6191740bb55a230bde772e4286648468236de82525587864cf051d204db717dbfdb3e1a0a1248dae4c6bc971357bb69c328a713f643769168527568b
7
- data.tar.gz: 8d60fa9cc23634215eb8ee418700cdbb55076091ecb4986a23c6de0612c4b8ddf5a080e33864e389f482ceda9797dcfb02c53f96ece6741d95d849ddb69e9b80
6
+ metadata.gz: d36e291dac68aa08c75996ec59038a7a81b477bf140a72fa24aa74d505b8497265da50ebb7cd77258cd9d332cc2d1c28864b84b64fab158a95e7eb4cfb5cd446
7
+ data.tar.gz: bd37891b22068773b18bb30f914020e59337947208d96e3f12b873bc0b7a97db6f2fd7b24c1437f8c0567def145455b5f4071c8c808609d9a353c1ffdd88ddb7
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,14 +1,14 @@
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.1
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-02-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Prints numbers from 0 to N
@@ -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