README.md in polyfill-0.9.0 vs README.md in polyfill-0.10.0
- old
+ new
@@ -12,10 +12,12 @@
- [Caveat Emptor](#caveat-emptor)
- [Installation](#installation)
- [Goals](#goals)
- [Usage](#usage)
+ - [Polyfill](#polyfill-1)
+ - [Polyfill.get](#polyfillget)
- [Implementation Table](#implementation-table)
- [2.4](#24)
- [2.3](#23)
- [2.2](#22)
@@ -31,11 +33,11 @@
## Installation
Add it to your Gemfile:
```ruby
-gem 'polyfill', '0.9.0'
+gem 'polyfill', '0.10.0'
```
Or install it manually:
```sh
@@ -280,11 +282,11 @@
| NameError | #receiver | No |
| Net::FTP | .default_passive= | No |
| | #mlst | No |
| | #mlsd | No |
| Net::HTTP | #open_timeout | No |
-| Numeric | #negative? | No |
-| | #positive? | No |
+| Numeric | #negative? | Yes |
+| | #positive? | Yes |
| Object | #define_singleton_method | No |
| | #timeout | No |
| ObjectSpace | .count_symbols | No |
| | .count_imemo_objects | No |
| | .internal_class_of | No |