snaptime 0.0.20 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/Gemfile.lock +2 -67
- data/VERSION +1 -1
- data/snaptime.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5b52541cf95563358895b8bd32be4dab8304e43fcae4cae2c8d177bdc9bd568
|
4
|
+
data.tar.gz: 3dc3f5b2e2ca5e77086057550114b546f3f66f37c7b34174f8f170e60c2e640b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe63b0980d0c8aa5c0ae34e7c586fbc32c38e878d0db1edce117e560b6011adae50d56b7df0aee726e98c1a04ea5eee71987334afd9fe2c51202e9b840253448
|
7
|
+
data.tar.gz: 5e8f741cc58bc6219581fc33b4cb3df95b209a8a0a601d36f7e41e53533e96e175cba8650e918f352ff84037bbe2f6c9d3697ed95abc46cb29d33cc5caed6be1
|
data/Gemfile
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
source 'https://
|
1
|
+
source 'https://repo.sitrox.com/gems'
|
2
2
|
|
3
|
-
|
3
|
+
gem 'rake'
|
data/Gemfile.lock
CHANGED
@@ -1,78 +1,13 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
snaptime (0.0.20)
|
5
|
-
activerecord
|
6
|
-
activesupport
|
7
|
-
request_store
|
8
|
-
|
9
1
|
GEM
|
10
|
-
remote: https://
|
2
|
+
remote: https://repo.sitrox.com/gems/
|
11
3
|
specs:
|
12
|
-
|
13
|
-
activesupport (= 7.1.3.2)
|
14
|
-
activerecord (7.1.3.2)
|
15
|
-
activemodel (= 7.1.3.2)
|
16
|
-
activesupport (= 7.1.3.2)
|
17
|
-
timeout (>= 0.4.0)
|
18
|
-
activesupport (7.1.3.2)
|
19
|
-
base64
|
20
|
-
bigdecimal
|
21
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
22
|
-
connection_pool (>= 2.2.5)
|
23
|
-
drb
|
24
|
-
i18n (>= 1.6, < 2)
|
25
|
-
minitest (>= 5.1)
|
26
|
-
mutex_m
|
27
|
-
tzinfo (~> 2.0)
|
28
|
-
ast (2.4.2)
|
29
|
-
base64 (0.2.0)
|
30
|
-
benchmark-ips (2.13.0)
|
31
|
-
bigdecimal (3.1.6)
|
32
|
-
concurrent-ruby (1.2.3)
|
33
|
-
connection_pool (2.4.1)
|
34
|
-
drb (2.2.0)
|
35
|
-
ruby2_keywords
|
36
|
-
i18n (1.14.1)
|
37
|
-
concurrent-ruby (~> 1.0)
|
38
|
-
minitest (5.22.2)
|
39
|
-
mutex_m (0.2.0)
|
40
|
-
mysql2 (0.5.6)
|
41
|
-
parallel (1.24.0)
|
42
|
-
parser (2.7.2.0)
|
43
|
-
ast (~> 2.4.1)
|
44
|
-
powerpack (0.1.3)
|
45
|
-
rack (3.0.9.1)
|
46
|
-
rainbow (2.2.2)
|
47
|
-
rake
|
48
|
-
rake (13.1.0)
|
49
|
-
request_store (1.6.0)
|
50
|
-
rack (>= 1.4)
|
51
|
-
rubocop (0.51.0)
|
52
|
-
parallel (~> 1.10)
|
53
|
-
parser (>= 2.3.3.1, < 3.0)
|
54
|
-
powerpack (~> 0.1)
|
55
|
-
rainbow (>= 2.2.2, < 3.0)
|
56
|
-
ruby-progressbar (~> 1.7)
|
57
|
-
unicode-display_width (~> 1.0, >= 1.0.1)
|
58
|
-
ruby-progressbar (1.13.0)
|
59
|
-
ruby2_keywords (0.0.5)
|
60
|
-
timeout (0.4.1)
|
61
|
-
tzinfo (2.0.6)
|
62
|
-
concurrent-ruby (~> 1.0)
|
63
|
-
unicode-display_width (1.8.0)
|
4
|
+
rake (13.0.6)
|
64
5
|
|
65
6
|
PLATFORMS
|
66
7
|
x86_64-darwin-23
|
67
8
|
|
68
9
|
DEPENDENCIES
|
69
|
-
benchmark-ips
|
70
|
-
bundler (~> 2.0)
|
71
|
-
minitest
|
72
|
-
mysql2
|
73
10
|
rake
|
74
|
-
rubocop (= 0.51.0)
|
75
|
-
snaptime!
|
76
11
|
|
77
12
|
BUNDLED WITH
|
78
13
|
2.4.6
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0
|
1
|
+
0.3.0
|
data/snaptime.gemspec
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
-
# stub: snaptime 0.0
|
2
|
+
# stub: snaptime 0.3.0 ruby lib
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "snaptime".freeze
|
6
|
-
s.version = "0.0
|
6
|
+
s.version = "0.3.0"
|
7
7
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
9
9
|
s.require_paths = ["lib".freeze]
|