pry-debundle 0.7 → 0.8

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f240d7971e4fdf54ea9abad58858c9055294533a
4
+ data.tar.gz: 154b3b01c7fa933b40be5a09c78dabe2f4e660cd
5
+ SHA512:
6
+ metadata.gz: 4228e9025bbbba32bb5d2396b975a0ccab9b1c8abc6f07ca2fa4318469fab4dcd3def142c8fe878107f1e3c2c1b12f43831580466a9ecd5a3b4202698d6031a5
7
+ data.tar.gz: 5b12d6bc6189a9bc9b0300a760fd23a47029d6a4db80128e5151c141bee70ff1a82f759dc3acbf61221031ce9d1ed9519009e1066db6556efee1e5524706fcfa
@@ -41,6 +41,8 @@ class << Pry
41
41
 
42
42
  if rubygems_18_or_better?
43
43
  if Gem.post_reset_hooks.reject!{ |hook| hook.source_location.first =~ %r{/bundler/} }
44
+ Bundler.preserve_gem_path
45
+ Gem.clear_paths
44
46
  Gem::Specification.reset
45
47
  remove_bundler_monkeypatches
46
48
  loaded = true
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "pry-debundle"
3
- s.version = "0.7"
3
+ s.version = "0.8"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.author = "Conrad Irwin"
6
6
  s.email = "conrad.irwin@gmail.com"
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-debundle
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.7'
5
- prerelease:
4
+ version: '0.8'
6
5
  platform: ruby
7
6
  authors:
8
7
  - Conrad Irwin
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-04-28 00:00:00.000000000 Z
11
+ date: 2014-01-13 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: pry
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  description: Hooks into Pry and removes the restrictions on loading gems imposed by
@@ -41,27 +38,26 @@ files:
41
38
  homepage: http://github.com/ConradIrwin/pry-debundle
42
39
  licenses:
43
40
  - MIT
41
+ metadata: {}
44
42
  post_install_message:
45
43
  rdoc_options: []
46
44
  require_paths:
47
45
  - lib
48
46
  required_ruby_version: !ruby/object:Gem::Requirement
49
- none: false
50
47
  requirements:
51
- - - ! '>='
48
+ - - '>='
52
49
  - !ruby/object:Gem::Version
53
50
  version: '0'
54
51
  required_rubygems_version: !ruby/object:Gem::Requirement
55
- none: false
56
52
  requirements:
57
- - - ! '>='
53
+ - - '>='
58
54
  - !ruby/object:Gem::Version
59
55
  version: '0'
60
56
  requirements: []
61
57
  rubyforge_project:
62
- rubygems_version: 1.8.23
58
+ rubygems_version: 2.0.3
63
59
  signing_key:
64
- specification_version: 3
60
+ specification_version: 4
65
61
  summary: Allows you to use gems not in your Gemfile from Pry.
66
62
  test_files: []
67
63
  has_rdoc: