File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2021.12 - version 2.0.3
2+ * Lifted Ruby-version-based restrictions on Nokogiri version.
3+
142021.10 - version 2.0.2
25* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
36* Added access tier information and creation time of blob in response.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Version
3131 # Fields represent the parts defined in http://semver.org/
3232 MAJOR = 2 unless defined? MAJOR
3333 MINOR = 0 unless defined? MINOR
34- UPDATE = 2 unless defined? UPDATE
34+ UPDATE = 3 unless defined? UPDATE
3535
3636 class << self
3737 # @return [String]
Original file line number Diff line number Diff line change 1+ 2021.12 - version 2.0.4
2+ * Lifted Ruby-version-based restrictions on Nokogiri version.
3+
142021.10 - version 2.0.3
25* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
36* Fixed handling of invalid connection strings
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Version
3131 # Fields represent the parts defined in http://semver.org/
3232 MAJOR = 2 unless defined? MAJOR
3333 MINOR = 0 unless defined? MINOR
34- UPDATE = 3 unless defined? UPDATE
34+ UPDATE = 4 unless defined? UPDATE
3535
3636 class << self
3737 # @return [String]
Original file line number Diff line number Diff line change 1+ 2021.12 - version 2.0.4
2+ * Lifted Ruby-version-based restrictions on Nokogiri version.
3+
142021.10 - version 2.0.3
25* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
36
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Version
3131 # Fields represent the parts defined in http://semver.org/
3232 MAJOR = 2 unless defined? MAJOR
3333 MINOR = 0 unless defined? MINOR
34- UPDATE = 3 unless defined? UPDATE
34+ UPDATE = 4 unless defined? UPDATE
3535
3636 class << self
3737 # @return [String]
Original file line number Diff line number Diff line change 1+ 2021.12 - version 2.0.4
2+ * Lifted Ruby-version-based restrictions on Nokogiri version.
3+
142021.10 - version 2.0.3
25* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
36
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Version
3131 # Fields represent the parts defined in http://semver.org/
3232 MAJOR = 2 unless defined? MAJOR
3333 MINOR = 0 unless defined? MINOR
34- UPDATE = 3 unless defined? UPDATE
34+ UPDATE = 4 unless defined? UPDATE
3535
3636 class << self
3737 # @return [String]
Original file line number Diff line number Diff line change 1+ 2021.12 - version 2.0.4
2+ * Lifted Ruby-version-based restrictions on Nokogiri version.
3+
142021.10 - version 2.0.3
25* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
36
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Version
3131 # Fields represent the parts defined in http://semver.org/
3232 MAJOR = 2 unless defined? MAJOR
3333 MINOR = 0 unless defined? MINOR
34- UPDATE = 3 unless defined? UPDATE
34+ UPDATE = 4 unless defined? UPDATE
3535
3636 class << self
3737 # @return [String]
You can’t perform that action at this time.
0 commit comments