File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ Tue Jul 7 13:39:46 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
2
+
3
+ * ext/zlib/zlib.c: Fix indentation for rdoc.
4
+ [Bug #11221][ruby-core:69465]
5
+
1
6
Tue Jul 7 13:37:34 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
2
7
3
8
* ext/bigdecimal/bigdecimal.gemspec: Fix require paths for released gem.
Original file line number Diff line number Diff line change @@ -1832,7 +1832,7 @@ rb_inflate_s_allocate(VALUE klass)
1832
1832
* Have inflate use the window size from the zlib header of the compressed
1833
1833
* stream.
1834
1834
*
1835
- * (8..15)
1835
+ * (8..15)::
1836
1836
* Overrides the window size of the inflate header in the compressed stream.
1837
1837
* The window size must be greater than or equal to the window size of the
1838
1838
* compressed stream.
Original file line number Diff line number Diff line change 1
1
#define RUBY_VERSION "2.1.7"
2
2
#define RUBY_RELEASE_DATE "2015-07-07"
3
- #define RUBY_PATCHLEVEL 378
3
+ #define RUBY_PATCHLEVEL 379
4
4
5
5
#define RUBY_RELEASE_YEAR 2015
6
6
#define RUBY_RELEASE_MONTH 7
You can’t perform that action at this time.
0 commit comments