File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- bitarray (1 .0.0 )
4
+ bitarray (2 .0.0 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
@@ -18,4 +18,4 @@ DEPENDENCIES
18
18
rake
19
19
20
20
BUNDLED WITH
21
- 1.13.7
21
+ 1.16.3
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ ba.total_set
48
48
```
49
49
50
50
## History
51
- - 1 .0.1 in 2018 (Changed bits order to be compliant with Redis' setbit/getbit and fixed initialize with custom field)
51
+ - 2 .0.0 in 2018 (Changed bits order to be compliant with Redis' setbit/getbit and fixed initialize with custom field)
52
52
- 1.0.0 in 2017 (updated for modern Ruby, more efficient storage, and 10th birthday)
53
53
- 0.0.1 in 2012 (original v5 released on GitHub)
54
54
- v5 (added support for flags being on by default, instead of off)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ class BitArray
3
3
attr_reader :field
4
4
include Enumerable
5
5
6
- VERSION = "1.1 .0"
6
+ VERSION = "2.0 .0"
7
7
8
8
def initialize ( size , field = nil )
9
9
@size = size
You can’t perform that action at this time.
0 commit comments