bundler 1.12.0.rc.4 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bundler might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c9a04aef5d35eb0d46b8dfbf09ff67ec6b469a4
4
- data.tar.gz: 29d059ffea6bf0a4252ee2975e78978fb1126f0c
3
+ metadata.gz: 35f0cb52a9b882c8c637ef77113a1489a51dfaab
4
+ data.tar.gz: 6360632fce92559605a10156b5461b983ea9a019
5
5
  SHA512:
6
- metadata.gz: 35855987103a58875f5b679affc27083a4c7bd4488ba5db6460996f397ec5cb91dc9851b43599aff30bec2a55f7ff2521dcb4dd48a4e46795c36579eedf0b4a0
7
- data.tar.gz: 812c1960b3f08c75443ca2b3d50958307519afc3e561c412be74bd082ff8f3ec4746eb0de14de0ebf7fca84753e81300ff2ed55349548daea32dd65eb080dfca
6
+ metadata.gz: d6740f61b4c432e18499bb873d6b37f2faac68f3aedc610a29c8f0e020813d72de618ebe1e0e4f6c63e4cf4e39e0afdc7eb425b4a0c881490bf66e3a12acc3a5
7
+ data.tar.gz: 1b6c857370935620790be2a7c6594d9cca98b1048eb2a35c886897848166343f29575b21f46a86f7ee95a37c983bc823c69621dadf2265887ce9ae39c80b2fcb
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.12.0 (2016-04-28)
2
+
3
+ This space intentionally left blank.
4
+
1
5
  ## 1.12.0.rc.4 (2016-04-21)
2
6
 
3
7
  Bugfixes:
@@ -7,5 +7,5 @@ module Bundler
7
7
  # We're doing this because we might write tests that deal
8
8
  # with other versions of bundler and we are unsure how to
9
9
  # handle this better.
10
- VERSION = "1.12.0.rc.4" unless defined?(::Bundler::VERSION)
10
+ VERSION = "1.12.0" unless defined?(::Bundler::VERSION)
11
11
  end
@@ -3,7 +3,7 @@ bundle-update(1) -- Update your gems to the latest available versions
3
3
 
4
4
  ## SYNOPSIS
5
5
 
6
- `bundle update` <*gems> [--group=NAME] [--source=NAME] [--local]
6
+ `bundle update` <*gems> [--group=NAME] [--source=NAME] [--local] [--ruby]
7
7
 
8
8
  ## DESCRIPTION
9
9
 
@@ -31,6 +31,9 @@ gem.
31
31
  * `--local`:
32
32
  Do not attempt to fetch gems remotely and use the gem cache instead.
33
33
 
34
+ * `--ruby`:
35
+ Update the locked version of Ruby to the current version of Ruby.
36
+
34
37
  ## UPDATING ALL GEMS
35
38
 
36
39
  If you run `bundle update` with no parameters, bundler will ignore
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0.rc.4
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Arko
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2016-04-21 00:00:00.000000000 Z
14
+ date: 2016-04-29 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: automatiek
@@ -353,9 +353,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
353
353
  version: 1.3.6
354
354
  requirements: []
355
355
  rubyforge_project:
356
- rubygems_version: 2.6.3
356
+ rubygems_version: 2.5.1
357
357
  signing_key:
358
358
  specification_version: 4
359
359
  summary: The best way to manage your application's dependencies
360
360
  test_files: []
361
- has_rdoc: