backports 3.6.6 → 3.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.rdoc +1 -1
- data/lib/backports/2.0.0/range/bsearch.rb +1 -1
- data/lib/backports/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4d7b3bbc87415b5338da4e9769d0d039286aa5a
|
|
4
|
+
data.tar.gz: dd193ae2f5e07769687cc679325e78512f8a505d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51f3ece30f31a2927895bb7fe04350f8076f430b29471ddcaceab6bf74a17e3028c3f3a929dcc696df0953186fe752bb7112455df0589b2a198f057046d6edec
|
|
7
|
+
data.tar.gz: 1d4f8cc2c823dbb006bb56f7a420008d752a083525fbc84ff7dfc56e866c09cc7c34124625cdeb1e32fd2a3b48eec00f97480bb002062d6de526dc4eb4248297
|
data/Gemfile.lock
CHANGED
data/README.rdoc
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
= Backports Library {<img src="https://travis-ci.org/marcandre/backports.png?branch=master">}[https://travis-ci.org/marcandre/backports] {<img src="https://badge.fury.io/rb/backports.png" alt="Gem Version" />}[http://badge.fury.io/rb/backports] {<img alt='Click here to lend your support to: Ruby Backports and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/19510.png?skin_name=chrome' border='0'}[http://www.pledgie.com/campaigns/19510]
|
|
1
|
+
= Backports Library {<img src="https://travis-ci.org/marcandre/backports.png?branch=master">}[https://travis-ci.org/marcandre/backports] {<img src="https://badge.fury.io/rb/backports.png" alt="Gem Version" />}[http://badge.fury.io/rb/backports] {<img alt='Click here to lend your support to: Ruby Backports and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/19510.png?skin_name=chrome' border='0'>}[http://www.pledgie.com/campaigns/19510]
|
|
2
2
|
|
|
3
3
|
* Yearning to use some of the new cool features in Ruby 2.0.0 while using 1.8.6?
|
|
4
4
|
* One of your client is stuck with Ruby 1.8.6 but you want to use a gem using some features of 1.8.7?
|
|
@@ -16,7 +16,7 @@ unless Range.method_defined? :bsearch
|
|
|
16
16
|
result, = [nb.abs].pack(pk).unpack(unpk)
|
|
17
17
|
nb < 0 ? -result : result
|
|
18
18
|
end
|
|
19
|
-
from = map['D', 'q',
|
|
19
|
+
from = map['D', 'q', from.to_f]
|
|
20
20
|
to = map['D', 'q', to.to_f]
|
|
21
21
|
convert = Proc.new{ map['q', 'D', midpoint] }
|
|
22
22
|
end
|
data/lib/backports/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: backports
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.6.
|
|
4
|
+
version: 3.6.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marc-André Lafortune
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Essential backports that enable many of the nice features of Ruby 1.8.7
|
|
14
14
|
up to 2.1.0 for earlier versions.
|
|
@@ -574,7 +574,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
574
574
|
version: '0'
|
|
575
575
|
requirements: []
|
|
576
576
|
rubyforge_project:
|
|
577
|
-
rubygems_version: 2.
|
|
577
|
+
rubygems_version: 2.2.2
|
|
578
578
|
signing_key:
|
|
579
579
|
specification_version: 4
|
|
580
580
|
summary: Backports of Ruby features for older Ruby.
|