nagoriyuki 0.0.1 → 0.0.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.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/CHANGELOG.md +6 -0
- data/README.md +1 -2
- data/lib/nagoriyuki/version.rb +1 -1
- metadata +3 -5
- data/Gemfile.lock +0 -111
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c8722d04c5ba510e20f825eba02059e08d382f707dc4559055aa700599e28bf
|
4
|
+
data.tar.gz: f3d2e126be8e8dfa6c041db35a7cb68e1bb9ddd59d2880a7cde50833eee5ca8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de05350a112cbe4247476d2455793d3d9d7ce15d149cab39bcd7800f61d8bf159c09c5489e6c795556e5414fc5432bd1508a29761f939bdba2271c2254426939
|
7
|
+
data.tar.gz: 4a0f01069298ee7e869d871855325944a242d78717eeaf7f8d225179b527ac39fef00794ff0a50296bdd1e4d84c5347ce70cd6efd118cdba012aa2ae6524a06c
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.0.2
|
4
|
+
|
5
|
+
- Add Gemfile.lock to gitignore [#3](https://github.com/chibicco/nagoriyuki/pull/3)
|
6
|
+
- Bump json from 2.2.0 to 2.3.1 [#2](https://github.com/chibicco/nagoriyuki/pull/2)
|
7
|
+
- Bump activesupport from 5.2.3 to 6.0.3.1 [#1](https://github.com/chibicco/nagoriyuki/pull/1)
|
8
|
+
|
3
9
|
## 0.0.1 - First Release
|
data/README.md
CHANGED
@@ -4,8 +4,7 @@
|
|
4
4
|
[](https://coveralls.io/r/chibicco/nagoriyuki)
|
5
5
|
[](https://travis-ci.org/chibicco/nagoriyuki)
|
6
6
|
|
7
|
-
|
8
|
-
|
7
|
+
nagoriyuki(なごり雪) is a twitter/snowflake like ID generator.
|
9
8
|
|
10
9
|
This is the extraction of the minimum functionality with referred to the code of [drecom/barrage](https://github.com/drecom/barrage).
|
11
10
|
|
data/lib/nagoriyuki/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nagoriyuki
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- chibicco
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -147,7 +147,6 @@ files:
|
|
147
147
|
- ".travis.yml"
|
148
148
|
- CHANGELOG.md
|
149
149
|
- Gemfile
|
150
|
-
- Gemfile.lock
|
151
150
|
- Guardfile
|
152
151
|
- LICENSE
|
153
152
|
- README.md
|
@@ -183,8 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
182
|
- !ruby/object:Gem::Version
|
184
183
|
version: '0'
|
185
184
|
requirements: []
|
186
|
-
|
187
|
-
rubygems_version: 2.7.6.2
|
185
|
+
rubygems_version: 3.0.3
|
188
186
|
signing_key:
|
189
187
|
specification_version: 4
|
190
188
|
summary: Distributed id generator
|
data/Gemfile.lock
DELETED
@@ -1,111 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
nagoriyuki (0.0.1)
|
5
|
-
activesupport
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
activesupport (5.2.3)
|
11
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
12
|
-
i18n (>= 0.7, < 2)
|
13
|
-
minitest (~> 5.1)
|
14
|
-
tzinfo (~> 1.1)
|
15
|
-
chronic (0.10.2)
|
16
|
-
coderay (1.1.2)
|
17
|
-
concurrent-ruby (1.1.5)
|
18
|
-
coveralls (0.8.23)
|
19
|
-
json (>= 1.8, < 3)
|
20
|
-
simplecov (~> 0.16.1)
|
21
|
-
term-ansicolor (~> 1.3)
|
22
|
-
thor (>= 0.19.4, < 2.0)
|
23
|
-
tins (~> 1.6)
|
24
|
-
delorean (2.1.0)
|
25
|
-
chronic
|
26
|
-
diff-lcs (1.3)
|
27
|
-
docile (1.3.2)
|
28
|
-
ffi (1.11.1)
|
29
|
-
formatador (0.2.5)
|
30
|
-
guard (2.15.0)
|
31
|
-
formatador (>= 0.2.4)
|
32
|
-
listen (>= 2.7, < 4.0)
|
33
|
-
lumberjack (>= 1.0.12, < 2.0)
|
34
|
-
nenv (~> 0.1)
|
35
|
-
notiffany (~> 0.0)
|
36
|
-
pry (>= 0.9.12)
|
37
|
-
shellany (~> 0.0)
|
38
|
-
thor (>= 0.18.1)
|
39
|
-
guard-compat (1.2.1)
|
40
|
-
guard-rspec (4.7.3)
|
41
|
-
guard (~> 2.1)
|
42
|
-
guard-compat (~> 1.1)
|
43
|
-
rspec (>= 2.99.0, < 4.0)
|
44
|
-
i18n (1.6.0)
|
45
|
-
concurrent-ruby (~> 1.0)
|
46
|
-
json (2.2.0)
|
47
|
-
listen (3.1.5)
|
48
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
49
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
50
|
-
ruby_dep (~> 1.2)
|
51
|
-
lumberjack (1.0.13)
|
52
|
-
method_source (0.9.2)
|
53
|
-
minitest (5.11.3)
|
54
|
-
nenv (0.3.0)
|
55
|
-
notiffany (0.1.1)
|
56
|
-
nenv (~> 0.1)
|
57
|
-
shellany (~> 0.0)
|
58
|
-
pry (0.12.2)
|
59
|
-
coderay (~> 1.1.0)
|
60
|
-
method_source (~> 0.9.0)
|
61
|
-
rake (12.3.3)
|
62
|
-
rb-fsevent (0.10.3)
|
63
|
-
rb-inotify (0.10.0)
|
64
|
-
ffi (~> 1.0)
|
65
|
-
rspec (3.5.0)
|
66
|
-
rspec-core (~> 3.5.0)
|
67
|
-
rspec-expectations (~> 3.5.0)
|
68
|
-
rspec-mocks (~> 3.5.0)
|
69
|
-
rspec-core (3.5.4)
|
70
|
-
rspec-support (~> 3.5.0)
|
71
|
-
rspec-expectations (3.5.0)
|
72
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
73
|
-
rspec-support (~> 3.5.0)
|
74
|
-
rspec-its (1.3.0)
|
75
|
-
rspec-core (>= 3.0.0)
|
76
|
-
rspec-expectations (>= 3.0.0)
|
77
|
-
rspec-mocks (3.5.0)
|
78
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
79
|
-
rspec-support (~> 3.5.0)
|
80
|
-
rspec-support (3.5.0)
|
81
|
-
ruby_dep (1.5.0)
|
82
|
-
shellany (0.0.1)
|
83
|
-
simplecov (0.16.1)
|
84
|
-
docile (~> 1.1)
|
85
|
-
json (>= 1.8, < 3)
|
86
|
-
simplecov-html (~> 0.10.0)
|
87
|
-
simplecov-html (0.10.2)
|
88
|
-
term-ansicolor (1.7.1)
|
89
|
-
tins (~> 1.0)
|
90
|
-
thor (0.20.3)
|
91
|
-
thread_safe (0.3.6)
|
92
|
-
tins (1.21.1)
|
93
|
-
tzinfo (1.2.5)
|
94
|
-
thread_safe (~> 0.1)
|
95
|
-
|
96
|
-
PLATFORMS
|
97
|
-
ruby
|
98
|
-
|
99
|
-
DEPENDENCIES
|
100
|
-
bundler (~> 2.0.0)
|
101
|
-
coveralls
|
102
|
-
delorean
|
103
|
-
guard-rspec
|
104
|
-
nagoriyuki!
|
105
|
-
pry
|
106
|
-
rake
|
107
|
-
rspec (~> 3.5.0)
|
108
|
-
rspec-its
|
109
|
-
|
110
|
-
BUNDLED WITH
|
111
|
-
2.0.1
|