bundler-prehistoric 1.6.2 → 1.6.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bundler/version.rb +1 -1
- data/lib/bundler.rb +6 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b26de22b111affb2765e9d7a448d8d0f5ed5cff
|
4
|
+
data.tar.gz: ce2373e896df3d39597bb9e25f7cca256fe393dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4a78c0bb75c182bcd1613651c08640452b119eeaa7a2777e6a1e4796e47b28bdedcc3a0968de91bc69f942ddf9ecb3f0c8db7ed169ab218c93d315023503b2c
|
7
|
+
data.tar.gz: 6703a48b534cae290f21ed993999f070e97e89c572b255109dd3dd182256ec6b65843cb33c33267cb07ef28c3f498c92ef8f642885f9202e1f996fcef0d33f9b
|
data/lib/bundler/version.rb
CHANGED
@@ -2,5 +2,5 @@ module Bundler
|
|
2
2
|
# We're doing this because we might write tests that deal
|
3
3
|
# with other versions of bundler and we are unsure how to
|
4
4
|
# handle this better.
|
5
|
-
VERSION = "1.6.2" unless defined?(::Bundler::VERSION)
|
5
|
+
VERSION = "1.6.2.1" unless defined?(::Bundler::VERSION)
|
6
6
|
end
|
data/lib/bundler.rb
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.8.7')
|
2
|
-
require 'backports'
|
2
|
+
require 'backports/1.8.7/string/end_with'
|
3
|
+
require 'backports/1.8.7/hash/constructor'
|
4
|
+
require 'backports/1.8.7/kernel/tap'
|
5
|
+
require 'backports/1.8.7/stdlib/tmpdir'
|
6
|
+
require 'backports/1.8.7/symbol'
|
7
|
+
require 'backports/1.8.7/array'
|
3
8
|
require 'bundler/backports/time'
|
4
9
|
end
|
5
10
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bundler-prehistoric
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.2
|
4
|
+
version: 1.6.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- André Arko
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-06-
|
14
|
+
date: 2014-06-09 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rdiscount
|