bundler-unload 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ data.tar.gz: 663e236148fc83c35ca6b04126dd45913ded46e5
4
+ metadata.gz: 626bd47377374f1af385c6f47efe261d2d2fe07c
5
+ SHA512:
6
+ data.tar.gz: 5c5866828421a5c5f5fa4e8665b538445be44c9b8cc77474c1b7582d80ca432f899f725aaba3d2119184dc3cf5d661f9a5a7f19026f898b1a913fc0a009caa23
7
+ metadata.gz: 850097c4fddb96b0b746b3dd989ae0191bdb7310983645a29456ccf4f0c44cb9586200d1eae8b3aba69e0f5e9d23331d333162f45360cc8a2471f043a85337fb
@@ -6,6 +6,7 @@ Kernel.load File.expand_path("../lib/bundler-unload/version.rb", __FILE__)
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "bundler-unload"
8
8
  s.version = BundlerUnload::VERSION
9
+ s.licenses = ["Apache 2.0"]
9
10
  s.authors = ["Michal Papis"]
10
11
  s.email = ["mpapis@gmail.com"]
11
12
  s.homepage = "https://github.com/mpapis/bundler-unload"
@@ -33,6 +33,7 @@ module Bundler
33
33
  class << self
34
34
  def unload!(rubygems_specs)
35
35
  @load = nil
36
+ @definition = nil
36
37
  ENV.replace(ORIGINAL_ENV)
37
38
  Bundler.rubygems.plain_specs = rubygems_specs
38
39
  end
@@ -1,3 +1,3 @@
1
1
  module BundlerUnload
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-unload
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
5
- prerelease:
6
- segments:
7
- - 1
8
- - 0
9
- - 1
10
- version: 1.0.1
4
+ version: 1.0.2
11
5
  platform: ruby
12
6
  authors:
13
7
  - Michal Papis
@@ -15,20 +9,16 @@ autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
11
 
18
- date: 2013-05-31 00:00:00 +02:00
19
- default_executable:
12
+ date: 2013-09-22 00:00:00 Z
20
13
  dependencies:
21
14
  - !ruby/object:Gem::Dependency
22
15
  name: bundler
23
16
  prerelease: false
24
17
  requirement: &id001 !ruby/object:Gem::Requirement
25
- none: false
26
18
  requirements:
27
- - - ">="
19
+ - &id002
20
+ - ">="
28
21
  - !ruby/object:Gem::Version
29
- hash: 3
30
- segments:
31
- - 0
32
22
  version: "0"
33
23
  type: :development
34
24
  version_requirements: *id001
@@ -49,9 +39,10 @@ files:
49
39
  - bundler-unload.gemspec
50
40
  - lib/bundler-unload.rb
51
41
  - lib/bundler-unload/version.rb
52
- has_rdoc: true
53
42
  homepage: https://github.com/mpapis/bundler-unload
54
- licenses: []
43
+ licenses:
44
+ - Apache 2.0
45
+ metadata: {}
55
46
 
56
47
  post_install_message:
57
48
  rdoc_options: []
@@ -59,29 +50,17 @@ rdoc_options: []
59
50
  require_paths:
60
51
  - lib
61
52
  required_ruby_version: !ruby/object:Gem::Requirement
62
- none: false
63
53
  requirements:
64
- - - ">="
65
- - !ruby/object:Gem::Version
66
- hash: 3
67
- segments:
68
- - 0
69
- version: "0"
54
+ - *id002
70
55
  required_rubygems_version: !ruby/object:Gem::Requirement
71
- none: false
72
56
  requirements:
73
- - - ">="
74
- - !ruby/object:Gem::Version
75
- hash: 3
76
- segments:
77
- - 0
78
- version: "0"
57
+ - *id002
79
58
  requirements: []
80
59
 
81
60
  rubyforge_project:
82
- rubygems_version: 1.6.2
61
+ rubygems_version: 2.0.9
83
62
  signing_key:
84
- specification_version: 3
63
+ specification_version: 4
85
64
  summary: Allow unloading bundler after Bundler.load
86
65
  test_files: []
87
66