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 11PATH
22 remote: .
33 specs:
4- bitarray (1 .0.0 )
4+ bitarray (2 .0.0 )
55
66GEM
77 remote: https://rubygems.org/
@@ -18,4 +18,4 @@ DEPENDENCIES
1818 rake
1919
2020BUNDLED 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
4848```
4949
5050## 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)
5252- 1.0.0 in 2017 (updated for modern Ruby, more efficient storage, and 10th birthday)
5353- 0.0.1 in 2012 (original v5 released on GitHub)
5454- 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
33 attr_reader :field
44 include Enumerable
55
6- VERSION = "1.1 .0"
6+ VERSION = "2.0 .0"
77
88 def initialize ( size , field = nil )
99 @size = size
You can’t perform that action at this time.
0 commit comments