backports 3.6.6 → 3.6.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 964d3183e3d333b83e89a5179b5631c477ad2877
4
- data.tar.gz: 624cba3d3ace5ed41c807ec5dce9855c626381cf
3
+ metadata.gz: b4d7b3bbc87415b5338da4e9769d0d039286aa5a
4
+ data.tar.gz: dd193ae2f5e07769687cc679325e78512f8a505d
5
5
  SHA512:
6
- metadata.gz: 57d45ac6182ccfa7c8d34965be85e0aba0ccc66a16e0a190f971915160637c1d1d73e7d138b999eb1cbea67f31dc7242fd11b6631f96dd2fd8639468308d322d
7
- data.tar.gz: a22818b52c666515da59cc37b5ef2fcbf8dcba4ab2be044c64d486113574cb3ac6fc041404f305a5ae7d9592b77ad19f5f3d1058ad11902f812af6d4c4b7c6af
6
+ metadata.gz: 51f3ece30f31a2927895bb7fe04350f8076f430b29471ddcaceab6bf74a17e3028c3f3a929dcc696df0953186fe752bb7112455df0589b2a198f057046d6edec
7
+ data.tar.gz: 1d4f8cc2c823dbb006bb56f7a420008d752a083525fbc84ff7dfc56e866c09cc7c34124625cdeb1e32fd2a3b48eec00f97480bb002062d6de526dc4eb4248297
@@ -7,7 +7,7 @@ GIT
7
7
  PATH
8
8
  remote: .
9
9
  specs:
10
- backports (3.6.6)
10
+ backports (3.6.7)
11
11
 
12
12
  GEM
13
13
  remote: http://rubygems.org/
@@ -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', to.to_f]
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
@@ -1,3 +1,3 @@
1
1
  module Backports
2
- VERSION = "3.6.6" unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
2
+ VERSION = "3.6.7" unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
3
3
  end
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.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-08-02 00:00:00.000000000 Z
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.4.5
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.