thread_safe 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/README.md +2 -0
- data/lib/thread_safe/version.rb +1 -1
- metadata +1 -5
- data/lib/.DS_Store +0 -0
- data/lib/thread_safe/.DS_Store +0 -0
data/.gitignore
CHANGED
data/README.md
CHANGED
data/lib/thread_safe/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: thread_safe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Charles Oliver Nutter
|
@@ -28,12 +28,8 @@ files:
|
|
28
28
|
UkVBRE1FLm1k
|
29
29
|
- !binary |-
|
30
30
|
UmFrZWZpbGU=
|
31
|
-
- !binary |-
|
32
|
-
bGliLy5EU19TdG9yZQ==
|
33
31
|
- !binary |-
|
34
32
|
bGliL3RocmVhZF9zYWZlLnJi
|
35
|
-
- !binary |-
|
36
|
-
bGliL3RocmVhZF9zYWZlLy5EU19TdG9yZQ==
|
37
33
|
- !binary |-
|
38
34
|
bGliL3RocmVhZF9zYWZlL3ZlcnNpb24ucmI=
|
39
35
|
- !binary |-
|
data/lib/.DS_Store
DELETED
Binary file
|
data/lib/thread_safe/.DS_Store
DELETED
Binary file
|