thread_safe 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.
data/.gitignore CHANGED
@@ -15,3 +15,4 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
+ .DS_Store
data/README.md CHANGED
@@ -18,10 +18,12 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
+ ```
21
22
  require 'thread_safe'
22
23
 
23
24
  sa = ThreadSafe::Array.new # supports standard Array.new forms
24
25
  sh = ThreadSafe::Hash.new # supports standard Hash.new forms
26
+ ```
25
27
 
26
28
  ## Contributing
27
29
 
@@ -1,3 +1,3 @@
1
1
  module Threadsafe
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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 |-
Binary file
Binary file