peritor-bundler 0.7.0

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,6 @@
1
+ require 'rubygems/command_manager'
2
+ require 'bundler/commands/bundle_command'
3
+ require 'bundler/commands/exec_command'
4
+
5
+ Gem::CommandManager.instance.register_command :bundle
6
+ Gem::CommandManager.instance.register_command :exec
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: peritor-bundler
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.7.0
5
+ platform: ruby
6
+ authors:
7
+ - Yehuda Katz
8
+ - Carl Lerche
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2010-04-01 00:00:00 +02:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: An easy way to vendor gem dependencies (with a tiny patch to allow shallow git cloning)
18
+ email:
19
+ - wycats@gmail.com
20
+ - clerche@engineyard.com
21
+ executables: []
22
+
23
+ extensions: []
24
+
25
+ extra_rdoc_files:
26
+ - README.markdown
27
+ - LICENSE
28
+ files:
29
+ - LICENSE
30
+ - README.markdown
31
+ - Rakefile
32
+ - lib/bundler/cli.rb
33
+ - lib/bundler/commands/bundle_command.rb
34
+ - lib/bundler/commands/exec_command.rb
35
+ - lib/bundler/dependency.rb
36
+ - lib/bundler/dsl.rb
37
+ - lib/bundler/environment.rb
38
+ - lib/bundler/finder.rb
39
+ - lib/bundler/gem_bundle.rb
40
+ - lib/bundler/gem_ext.rb
41
+ - lib/bundler/remote_specification.rb
42
+ - lib/bundler/repository.rb
43
+ - lib/bundler/resolver.rb
44
+ - lib/bundler/runtime.rb
45
+ - lib/bundler/source.rb
46
+ - lib/bundler/templates/app_script.erb
47
+ - lib/bundler/templates/environment.erb
48
+ - lib/bundler.rb
49
+ - lib/rubygems_plugin.rb
50
+ has_rdoc: true
51
+ homepage: http://github.com/wycats/bundler
52
+ licenses: []
53
+
54
+ post_install_message:
55
+ rdoc_options: []
56
+
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ version:
65
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: 1.3.5
70
+ version:
71
+ requirements: []
72
+
73
+ rubyforge_project:
74
+ rubygems_version: 1.3.5
75
+ signing_key:
76
+ specification_version: 3
77
+ summary: An easy way to vendor gem dependencies (with a tiny patch to allow shallow git cloning)
78
+ test_files: []
79
+