bundler-patch 0.10.2 → 0.10.3

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: 7a142185d57cffa32279b13f54099ed11a514dae
4
- data.tar.gz: d72d622ae859eae4352ad82029153769d45ed0b9
3
+ metadata.gz: 21dd52c3650783e93595df84c5c7002c89bbd807
4
+ data.tar.gz: 0d5330980d755392b93617687282407a0fdf6102
5
5
  SHA512:
6
- metadata.gz: fae26432943d8a72db24a236b427b6e0cb71a682110ab6c5c7ed80d55349a068d612d8dccb62ea3e041be1580d974a7f08ec65f04f4231a24af061b05905f26b
7
- data.tar.gz: 9f958d8639459f4a7faeac4cc6c4655b6f799223af126c58f5d7372fe79f28066c5b82b8c4ca35ee236d5aa315c5248e3baaf476fcbeb3bdf7687352cb52b812
6
+ metadata.gz: 9533c7201da5a85748a87dcbe6a4dab402acf86ae35a04b3712a2af3a231e8574b0477f24e2d712aa2fbc56c338bb2411286ccc9e0dcff2da78758d0489f9e79
7
+ data.tar.gz: 5cf61ad997dcd7d79eb43a89b102597754655bd7abe65799ba1301dbe4cf65d2dac1763fd70e3674c488b582129b1483d50561dd6cff9e544ca43f4127f76a05
@@ -3,7 +3,7 @@ module Bundler::Patch
3
3
  RUBY_VERSION_LINE_REGEXPS = [/ruby\s+["'](.*)['"]/]
4
4
 
5
5
  def self.files
6
- {
6
+ @files ||= {
7
7
  '.ruby-version' => [/.*/],
8
8
  'Gemfile' => RUBY_VERSION_LINE_REGEXPS,
9
9
  'gems.rb' => RUBY_VERSION_LINE_REGEXPS,
@@ -1,5 +1,5 @@
1
1
  module Bundler
2
2
  module Patch
3
- VERSION = '0.10.2'
3
+ VERSION = '0.10.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-patch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.2
4
+ version: 0.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - chrismo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-18 00:00:00.000000000 Z
11
+ date: 2017-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler-advise
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  version: '0'
167
167
  requirements: []
168
168
  rubyforge_project:
169
- rubygems_version: 2.6.6
169
+ rubygems_version: 2.6.8
170
170
  signing_key:
171
171
  specification_version: 4
172
172
  summary: Conservative bundler updates