move vendor dir
14
Gemfile
|
@ -1,5 +1,5 @@
|
|||
source "http://gemcutter.org"
|
||||
bin_path "vendor/bin"
|
||||
bundle_path "lib/middleman/vendor/gems"
|
||||
bin_path "lib/middleman/vendor/bin"
|
||||
# disable_rubygems
|
||||
# disable_system_gems
|
||||
|
||||
|
@ -13,12 +13,4 @@ gem "yui-compressor"
|
|||
gem "haml"
|
||||
gem "compass"
|
||||
gem "smusher"
|
||||
gem "compass-slickmap"
|
||||
gem "maruku"
|
||||
gem "markaby"
|
||||
|
||||
gem "jeweler"
|
||||
gem "rspec"
|
||||
gem "rdoc"
|
||||
gem "sdoc"
|
||||
gem "cucumber"
|
||||
gem "compass-slickmap"
|
3
lib/middleman.rb
Normal file → Executable file
|
@ -1,6 +1,5 @@
|
|||
libdir = File.dirname(__FILE__)
|
||||
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
||||
|
||||
# Bundler
|
||||
require File.join(File.dirname(libdir), "vendor", "gems", "environment")# if ENV["RUN_CODE_RUN"]
|
||||
require 'middleman/vendor/gems/environment'
|
||||
require 'middleman/base'
|
|
@ -1,3 +1,3 @@
|
|||
#!/Users/tdreyno/homebrew/Cellar/ruby/1.9.1-p243/bin/ruby
|
||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/compass-0.8.17/bin/compass")
|
3
lib/middleman/vendor/bin/css2sass
vendored
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/haml-2.2.14/bin/css2sass")
|
|
@ -1,3 +1,3 @@
|
|||
#!/Users/tdreyno/homebrew/Cellar/ruby/1.9.1-p243/bin/ruby
|
||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/json-1.2.0/bin/edit_json.rb")
|
3
lib/middleman/vendor/bin/haml
vendored
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/haml-2.2.14/bin/haml")
|
3
lib/middleman/vendor/bin/html2haml
vendored
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/haml-2.2.14/bin/html2haml")
|
|
@ -1,3 +1,3 @@
|
|||
#!/Users/tdreyno/homebrew/Cellar/ruby/1.9.1-p243/bin/ruby
|
||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/diff-lcs-1.1.2/bin/htmldiff")
|
|
@ -1,3 +1,3 @@
|
|||
#!/Users/tdreyno/homebrew/Cellar/ruby/1.9.1-p243/bin/ruby
|
||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/launchy-0.3.3/bin/launchy")
|
|
@ -1,3 +1,3 @@
|
|||
#!/Users/tdreyno/homebrew/Cellar/ruby/1.9.1-p243/bin/ruby
|
||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/diff-lcs-1.1.2/bin/ldiff")
|
|
@ -1,3 +1,3 @@
|
|||
#!/Users/tdreyno/homebrew/Cellar/ruby/1.9.1-p243/bin/ruby
|
||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/json-1.2.0/bin/prettify_json.rb")
|
|
@ -1,3 +1,3 @@
|
|||
#!/Users/tdreyno/homebrew/Cellar/ruby/1.9.1-p243/bin/ruby
|
||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/rack-1.0.1/bin/rackup")
|
|
@ -1,3 +1,3 @@
|
|||
#!/Users/tdreyno/homebrew/Cellar/ruby/1.9.1-p243/bin/ruby
|
||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/rake-0.8.7/bin/rake")
|
3
lib/middleman/vendor/bin/sass
vendored
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/haml-2.2.14/bin/sass")
|
|
@ -1,3 +1,3 @@
|
|||
#!/Users/tdreyno/homebrew/Cellar/ruby/1.9.1-p243/bin/ruby
|
||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/shotgun-0.4/bin/shotgun")
|
|
@ -1,3 +1,3 @@
|
|||
#!/Users/tdreyno/homebrew/Cellar/ruby/1.9.1-p243/bin/ruby
|
||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/smusher-0.4.2/bin/smusher")
|
|
@ -1,3 +1,3 @@
|
|||
#!/Users/tdreyno/homebrew/Cellar/ruby/1.9.1-p243/bin/ruby
|
||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
|
||||
require File.join(File.dirname(__FILE__), "../gems/environment")
|
||||
load File.join(File.dirname(__FILE__), "../gems/gems/sprockets-1.0.2/bin/sprocketize")
|
0
vendor/gems/cache/compass-0.8.17.gem → lib/middleman/vendor/gems/cache/compass-0.8.17.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/compass-slickmap-0.2.1.gem → lib/middleman/vendor/gems/cache/compass-slickmap-0.2.1.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/configuration-1.1.0.gem → lib/middleman/vendor/gems/cache/configuration-1.1.0.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/diff-lcs-1.1.2.gem → lib/middleman/vendor/gems/cache/diff-lcs-1.1.2.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/extlib-0.9.13.gem → lib/middleman/vendor/gems/cache/extlib-0.9.13.gem
vendored
Normal file → Executable file
BIN
lib/middleman/vendor/gems/cache/haml-2.2.14.gem
vendored
Executable file
0
vendor/gems/cache/highline-1.5.1.gem → lib/middleman/vendor/gems/cache/highline-1.5.1.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/httpclient-2.1.5.2.gem → lib/middleman/vendor/gems/cache/httpclient-2.1.5.2.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/json-1.2.0.gem → lib/middleman/vendor/gems/cache/json-1.2.0.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/launchy-0.3.3.gem → lib/middleman/vendor/gems/cache/launchy-0.3.3.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/rack-1.0.1.gem → lib/middleman/vendor/gems/cache/rack-1.0.1.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/rack-test-0.5.2.gem → lib/middleman/vendor/gems/cache/rack-test-0.5.2.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/rake-0.8.7.gem → lib/middleman/vendor/gems/cache/rake-0.8.7.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/shotgun-0.4.gem → lib/middleman/vendor/gems/cache/shotgun-0.4.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/sinatra-0.9.4.gem → lib/middleman/vendor/gems/cache/sinatra-0.9.4.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/sinatra-content-for-0.2.gem → lib/middleman/vendor/gems/cache/sinatra-content-for-0.2.gem
vendored
Normal file → Executable file
BIN
lib/middleman/vendor/gems/cache/smusher-0.4.2.gem
vendored
Executable file
0
vendor/gems/cache/sprockets-1.0.2.gem → lib/middleman/vendor/gems/cache/sprockets-1.0.2.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/templater-1.0.0.gem → lib/middleman/vendor/gems/cache/templater-1.0.0.gem
vendored
Normal file → Executable file
0
vendor/gems/cache/yui-compressor-0.9.1.gem → lib/middleman/vendor/gems/cache/yui-compressor-0.9.1.gem
vendored
Normal file → Executable file
162
vendor/gems/environment.rb → lib/middleman/vendor/gems/environment.rb
vendored
Normal file → Executable file
|
@ -6,78 +6,42 @@ module Bundler
|
|||
ENV["PATH"] = "#{dir}/../bin:#{ENV["PATH"]}"
|
||||
ENV["RUBYOPT"] = "-r#{file} #{ENV["RUBYOPT"]}"
|
||||
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/polyglot-0.2.9/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/polyglot-0.2.9/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/treetop-1.4.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/treetop-1.4.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/term-ansicolor-1.0.4/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/term-ansicolor-1.0.4/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/syntax-1.0.0/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/syntax-1.0.0/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/maruku-0.6.0/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/maruku-0.6.0/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/configuration-1.1.0/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/configuration-1.1.0/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/extlib-0.9.13/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/extlib-0.9.13/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/highline-1.5.1/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/highline-1.5.1/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/diff-lcs-1.1.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/diff-lcs-1.1.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/templater-1.0.0/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/templater-1.0.0/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/net-ssh-2.0.15/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/net-ssh-2.0.15/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/haml-2.2.13/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/haml-2.2.13/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/net-scp-1.0.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/net-scp-1.0.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/json_pure-1.2.0/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/json_pure-1.2.0/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/gemcutter-0.1.7/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/gemcutter-0.1.7/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rubyforge-2.0.3/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rubyforge-2.0.3/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/git-1.2.5/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/git-1.2.5/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/jeweler-1.3.0/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/jeweler-1.3.0/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/json-1.2.0/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/json-1.2.0/ext/json/ext")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/json-1.2.0/ext")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/json-1.2.0/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/httpclient-2.1.5.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/httpclient-2.1.5.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rake-0.8.7/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rake-0.8.7/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/sprockets-1.0.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/sprockets-1.0.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/builder-2.1.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/builder-2.1.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/cucumber-0.4.4/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/cucumber-0.4.4/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rspec-1.2.9/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rspec-1.2.9/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/markaby-0.5/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/markaby-0.5/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/smusher-0.4.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/smusher-0.4.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/yui-compressor-0.9.1/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/yui-compressor-0.9.1/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rack-1.0.1/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rack-1.0.1/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rack-test-0.5.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rack-test-0.5.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/configuration-1.1.0/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/configuration-1.1.0/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/sinatra-0.9.4/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/sinatra-0.9.4/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/haml-2.2.14/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/haml-2.2.14/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/sprockets-1.0.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/sprockets-1.0.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rake-0.8.7/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rake-0.8.7/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/launchy-0.3.3/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/launchy-0.3.3/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/shotgun-0.4/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/shotgun-0.4/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/sinatra-0.9.4/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/sinatra-0.9.4/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rdoc-2.4.3/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/rdoc-2.4.3/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/sdoc-0.2.14.1/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/sdoc-0.2.14.1/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/yui-compressor-0.9.1/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/yui-compressor-0.9.1/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/diff-lcs-1.1.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/diff-lcs-1.1.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/highline-1.5.1/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/highline-1.5.1/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/templater-1.0.0/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/templater-1.0.0/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/httpclient-2.1.5.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/httpclient-2.1.5.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/smusher-0.4.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/smusher-0.4.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/sinatra-content-for-0.2/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/sinatra-content-for-0.2/lib")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/compass-0.8.17/bin")
|
||||
|
@ -85,81 +49,45 @@ module Bundler
|
|||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/compass-slickmap-0.2.1/bin")
|
||||
$LOAD_PATH.unshift File.expand_path("#{dir}/gems/compass-slickmap-0.2.1/lib")
|
||||
|
||||
@gemfile = "#{dir}/../../Gemfile"
|
||||
@gemfile = "#{dir}/../../../../Gemfile"
|
||||
|
||||
require "rubygems"
|
||||
|
||||
@bundled_specs = {}
|
||||
@bundled_specs["polyglot"] = eval(File.read("#{dir}/specifications/polyglot-0.2.9.gemspec"))
|
||||
@bundled_specs["polyglot"].loaded_from = "#{dir}/specifications/polyglot-0.2.9.gemspec"
|
||||
@bundled_specs["treetop"] = eval(File.read("#{dir}/specifications/treetop-1.4.2.gemspec"))
|
||||
@bundled_specs["treetop"].loaded_from = "#{dir}/specifications/treetop-1.4.2.gemspec"
|
||||
@bundled_specs["term-ansicolor"] = eval(File.read("#{dir}/specifications/term-ansicolor-1.0.4.gemspec"))
|
||||
@bundled_specs["term-ansicolor"].loaded_from = "#{dir}/specifications/term-ansicolor-1.0.4.gemspec"
|
||||
@bundled_specs["syntax"] = eval(File.read("#{dir}/specifications/syntax-1.0.0.gemspec"))
|
||||
@bundled_specs["syntax"].loaded_from = "#{dir}/specifications/syntax-1.0.0.gemspec"
|
||||
@bundled_specs["maruku"] = eval(File.read("#{dir}/specifications/maruku-0.6.0.gemspec"))
|
||||
@bundled_specs["maruku"].loaded_from = "#{dir}/specifications/maruku-0.6.0.gemspec"
|
||||
@bundled_specs["configuration"] = eval(File.read("#{dir}/specifications/configuration-1.1.0.gemspec"))
|
||||
@bundled_specs["configuration"].loaded_from = "#{dir}/specifications/configuration-1.1.0.gemspec"
|
||||
@bundled_specs["extlib"] = eval(File.read("#{dir}/specifications/extlib-0.9.13.gemspec"))
|
||||
@bundled_specs["extlib"].loaded_from = "#{dir}/specifications/extlib-0.9.13.gemspec"
|
||||
@bundled_specs["highline"] = eval(File.read("#{dir}/specifications/highline-1.5.1.gemspec"))
|
||||
@bundled_specs["highline"].loaded_from = "#{dir}/specifications/highline-1.5.1.gemspec"
|
||||
@bundled_specs["diff-lcs"] = eval(File.read("#{dir}/specifications/diff-lcs-1.1.2.gemspec"))
|
||||
@bundled_specs["diff-lcs"].loaded_from = "#{dir}/specifications/diff-lcs-1.1.2.gemspec"
|
||||
@bundled_specs["templater"] = eval(File.read("#{dir}/specifications/templater-1.0.0.gemspec"))
|
||||
@bundled_specs["templater"].loaded_from = "#{dir}/specifications/templater-1.0.0.gemspec"
|
||||
@bundled_specs["net-ssh"] = eval(File.read("#{dir}/specifications/net-ssh-2.0.15.gemspec"))
|
||||
@bundled_specs["net-ssh"].loaded_from = "#{dir}/specifications/net-ssh-2.0.15.gemspec"
|
||||
@bundled_specs["haml"] = eval(File.read("#{dir}/specifications/haml-2.2.13.gemspec"))
|
||||
@bundled_specs["haml"].loaded_from = "#{dir}/specifications/haml-2.2.13.gemspec"
|
||||
@bundled_specs["net-scp"] = eval(File.read("#{dir}/specifications/net-scp-1.0.2.gemspec"))
|
||||
@bundled_specs["net-scp"].loaded_from = "#{dir}/specifications/net-scp-1.0.2.gemspec"
|
||||
@bundled_specs["json_pure"] = eval(File.read("#{dir}/specifications/json_pure-1.2.0.gemspec"))
|
||||
@bundled_specs["json_pure"].loaded_from = "#{dir}/specifications/json_pure-1.2.0.gemspec"
|
||||
@bundled_specs["gemcutter"] = eval(File.read("#{dir}/specifications/gemcutter-0.1.7.gemspec"))
|
||||
@bundled_specs["gemcutter"].loaded_from = "#{dir}/specifications/gemcutter-0.1.7.gemspec"
|
||||
@bundled_specs["rubyforge"] = eval(File.read("#{dir}/specifications/rubyforge-2.0.3.gemspec"))
|
||||
@bundled_specs["rubyforge"].loaded_from = "#{dir}/specifications/rubyforge-2.0.3.gemspec"
|
||||
@bundled_specs["git"] = eval(File.read("#{dir}/specifications/git-1.2.5.gemspec"))
|
||||
@bundled_specs["git"].loaded_from = "#{dir}/specifications/git-1.2.5.gemspec"
|
||||
@bundled_specs["jeweler"] = eval(File.read("#{dir}/specifications/jeweler-1.3.0.gemspec"))
|
||||
@bundled_specs["jeweler"].loaded_from = "#{dir}/specifications/jeweler-1.3.0.gemspec"
|
||||
@bundled_specs["json"] = eval(File.read("#{dir}/specifications/json-1.2.0.gemspec"))
|
||||
@bundled_specs["json"].loaded_from = "#{dir}/specifications/json-1.2.0.gemspec"
|
||||
@bundled_specs["httpclient"] = eval(File.read("#{dir}/specifications/httpclient-2.1.5.2.gemspec"))
|
||||
@bundled_specs["httpclient"].loaded_from = "#{dir}/specifications/httpclient-2.1.5.2.gemspec"
|
||||
@bundled_specs["rake"] = eval(File.read("#{dir}/specifications/rake-0.8.7.gemspec"))
|
||||
@bundled_specs["rake"].loaded_from = "#{dir}/specifications/rake-0.8.7.gemspec"
|
||||
@bundled_specs["sprockets"] = eval(File.read("#{dir}/specifications/sprockets-1.0.2.gemspec"))
|
||||
@bundled_specs["sprockets"].loaded_from = "#{dir}/specifications/sprockets-1.0.2.gemspec"
|
||||
@bundled_specs["builder"] = eval(File.read("#{dir}/specifications/builder-2.1.2.gemspec"))
|
||||
@bundled_specs["builder"].loaded_from = "#{dir}/specifications/builder-2.1.2.gemspec"
|
||||
@bundled_specs["cucumber"] = eval(File.read("#{dir}/specifications/cucumber-0.4.4.gemspec"))
|
||||
@bundled_specs["cucumber"].loaded_from = "#{dir}/specifications/cucumber-0.4.4.gemspec"
|
||||
@bundled_specs["rspec"] = eval(File.read("#{dir}/specifications/rspec-1.2.9.gemspec"))
|
||||
@bundled_specs["rspec"].loaded_from = "#{dir}/specifications/rspec-1.2.9.gemspec"
|
||||
@bundled_specs["markaby"] = eval(File.read("#{dir}/specifications/markaby-0.5.gemspec"))
|
||||
@bundled_specs["markaby"].loaded_from = "#{dir}/specifications/markaby-0.5.gemspec"
|
||||
@bundled_specs["smusher"] = eval(File.read("#{dir}/specifications/smusher-0.4.2.gemspec"))
|
||||
@bundled_specs["smusher"].loaded_from = "#{dir}/specifications/smusher-0.4.2.gemspec"
|
||||
@bundled_specs["yui-compressor"] = eval(File.read("#{dir}/specifications/yui-compressor-0.9.1.gemspec"))
|
||||
@bundled_specs["yui-compressor"].loaded_from = "#{dir}/specifications/yui-compressor-0.9.1.gemspec"
|
||||
@bundled_specs["rack"] = eval(File.read("#{dir}/specifications/rack-1.0.1.gemspec"))
|
||||
@bundled_specs["rack"].loaded_from = "#{dir}/specifications/rack-1.0.1.gemspec"
|
||||
@bundled_specs["rack-test"] = eval(File.read("#{dir}/specifications/rack-test-0.5.2.gemspec"))
|
||||
@bundled_specs["rack-test"].loaded_from = "#{dir}/specifications/rack-test-0.5.2.gemspec"
|
||||
@bundled_specs["configuration"] = eval(File.read("#{dir}/specifications/configuration-1.1.0.gemspec"))
|
||||
@bundled_specs["configuration"].loaded_from = "#{dir}/specifications/configuration-1.1.0.gemspec"
|
||||
@bundled_specs["sinatra"] = eval(File.read("#{dir}/specifications/sinatra-0.9.4.gemspec"))
|
||||
@bundled_specs["sinatra"].loaded_from = "#{dir}/specifications/sinatra-0.9.4.gemspec"
|
||||
@bundled_specs["haml"] = eval(File.read("#{dir}/specifications/haml-2.2.14.gemspec"))
|
||||
@bundled_specs["haml"].loaded_from = "#{dir}/specifications/haml-2.2.14.gemspec"
|
||||
@bundled_specs["sprockets"] = eval(File.read("#{dir}/specifications/sprockets-1.0.2.gemspec"))
|
||||
@bundled_specs["sprockets"].loaded_from = "#{dir}/specifications/sprockets-1.0.2.gemspec"
|
||||
@bundled_specs["rake"] = eval(File.read("#{dir}/specifications/rake-0.8.7.gemspec"))
|
||||
@bundled_specs["rake"].loaded_from = "#{dir}/specifications/rake-0.8.7.gemspec"
|
||||
@bundled_specs["launchy"] = eval(File.read("#{dir}/specifications/launchy-0.3.3.gemspec"))
|
||||
@bundled_specs["launchy"].loaded_from = "#{dir}/specifications/launchy-0.3.3.gemspec"
|
||||
@bundled_specs["shotgun"] = eval(File.read("#{dir}/specifications/shotgun-0.4.gemspec"))
|
||||
@bundled_specs["shotgun"].loaded_from = "#{dir}/specifications/shotgun-0.4.gemspec"
|
||||
@bundled_specs["sinatra"] = eval(File.read("#{dir}/specifications/sinatra-0.9.4.gemspec"))
|
||||
@bundled_specs["sinatra"].loaded_from = "#{dir}/specifications/sinatra-0.9.4.gemspec"
|
||||
@bundled_specs["rdoc"] = eval(File.read("#{dir}/specifications/rdoc-2.4.3.gemspec"))
|
||||
@bundled_specs["rdoc"].loaded_from = "#{dir}/specifications/rdoc-2.4.3.gemspec"
|
||||
@bundled_specs["sdoc"] = eval(File.read("#{dir}/specifications/sdoc-0.2.14.1.gemspec"))
|
||||
@bundled_specs["sdoc"].loaded_from = "#{dir}/specifications/sdoc-0.2.14.1.gemspec"
|
||||
@bundled_specs["yui-compressor"] = eval(File.read("#{dir}/specifications/yui-compressor-0.9.1.gemspec"))
|
||||
@bundled_specs["yui-compressor"].loaded_from = "#{dir}/specifications/yui-compressor-0.9.1.gemspec"
|
||||
@bundled_specs["diff-lcs"] = eval(File.read("#{dir}/specifications/diff-lcs-1.1.2.gemspec"))
|
||||
@bundled_specs["diff-lcs"].loaded_from = "#{dir}/specifications/diff-lcs-1.1.2.gemspec"
|
||||
@bundled_specs["highline"] = eval(File.read("#{dir}/specifications/highline-1.5.1.gemspec"))
|
||||
@bundled_specs["highline"].loaded_from = "#{dir}/specifications/highline-1.5.1.gemspec"
|
||||
@bundled_specs["templater"] = eval(File.read("#{dir}/specifications/templater-1.0.0.gemspec"))
|
||||
@bundled_specs["templater"].loaded_from = "#{dir}/specifications/templater-1.0.0.gemspec"
|
||||
@bundled_specs["httpclient"] = eval(File.read("#{dir}/specifications/httpclient-2.1.5.2.gemspec"))
|
||||
@bundled_specs["httpclient"].loaded_from = "#{dir}/specifications/httpclient-2.1.5.2.gemspec"
|
||||
@bundled_specs["smusher"] = eval(File.read("#{dir}/specifications/smusher-0.4.2.gemspec"))
|
||||
@bundled_specs["smusher"].loaded_from = "#{dir}/specifications/smusher-0.4.2.gemspec"
|
||||
@bundled_specs["sinatra-content-for"] = eval(File.read("#{dir}/specifications/sinatra-content-for-0.2.gemspec"))
|
||||
@bundled_specs["sinatra-content-for"].loaded_from = "#{dir}/specifications/sinatra-content-for-0.2.gemspec"
|
||||
@bundled_specs["compass"] = eval(File.read("#{dir}/specifications/compass-0.8.17.gemspec"))
|
0
vendor/gems/gems/compass-0.8.17/CHANGELOG.markdown → lib/middleman/vendor/gems/gems/compass-0.8.17/CHANGELOG.markdown
vendored
Normal file → Executable file
0
vendor/gems/gems/compass-0.8.17/LICENSE.markdown → lib/middleman/vendor/gems/gems/compass-0.8.17/LICENSE.markdown
vendored
Normal file → Executable file
0
vendor/gems/gems/compass-0.8.17/README.markdown → lib/middleman/vendor/gems/gems/compass-0.8.17/README.markdown
vendored
Normal file → Executable file
0
vendor/gems/gems/compass-0.8.17/REVISION → lib/middleman/vendor/gems/gems/compass-0.8.17/REVISION
vendored
Normal file → Executable file
0
vendor/gems/gems/compass-0.8.17/Rakefile → lib/middleman/vendor/gems/gems/compass-0.8.17/Rakefile
vendored
Normal file → Executable file
0
vendor/gems/gems/compass-0.8.17/VERSION.yml → lib/middleman/vendor/gems/gems/compass-0.8.17/VERSION.yml
vendored
Normal file → Executable file
0
vendor/gems/gems/compass-0.8.17/deps.rip → lib/middleman/vendor/gems/gems/compass-0.8.17/deps.rip
vendored
Normal file → Executable file
0
vendor/gems/gems/compass-0.8.17/examples/README.markdown → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/README.markdown
vendored
Normal file → Executable file
0
vendor/gems/gems/compass-0.8.17/examples/blueprint_default/config.rb → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/blueprint_default/config.rb
vendored
Normal file → Executable file
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
0
vendor/gems/gems/compass-0.8.17/examples/blueprint_default/parts/test.jpg → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/blueprint_default/parts/test.jpg
vendored
Normal file → Executable file
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
vendor/gems/gems/compass-0.8.17/examples/blueprint_default/src/ie.sass → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/blueprint_default/src/ie.sass
vendored
Normal file → Executable file
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
0
vendor/gems/gems/compass-0.8.17/examples/blueprint_default/src/print.sass → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/blueprint_default/src/print.sass
vendored
Normal file → Executable file
0
vendor/gems/gems/compass-0.8.17/examples/blueprint_plugins/config.rb → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/blueprint_plugins/config.rb
vendored
Normal file → Executable file
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 455 B |
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 537 B |
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 777 B After Width: | Height: | Size: 777 B |
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 641 B |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 691 B After Width: | Height: | Size: 691 B |
Before Width: | Height: | Size: 741 B After Width: | Height: | Size: 741 B |
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 591 B |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 663 B After Width: | Height: | Size: 663 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
vendor/gems/gems/compass-0.8.17/examples/blueprint_plugins/src/ie.sass → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/blueprint_plugins/src/ie.sass
vendored
Normal file → Executable file
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
0
vendor/gems/gems/compass-0.8.17/examples/blueprint_plugins/src/print.sass → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/blueprint_plugins/src/print.sass
vendored
Normal file → Executable file
0
vendor/gems/gems/compass-0.8.17/examples/blueprint_scoped/images/grid.png → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/blueprint_scoped/images/grid.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 199 B |
0
vendor/gems/gems/compass-0.8.17/examples/blueprint_scoped/src/ie.sass → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/blueprint_scoped/src/ie.sass
vendored
Normal file → Executable file
0
vendor/gems/gems/compass-0.8.17/examples/blueprint_scoped/src/print.sass → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/blueprint_scoped/src/print.sass
vendored
Normal file → Executable file
0
vendor/gems/gems/compass-0.8.17/examples/blueprint_scoped/src/screen.sass → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/blueprint_scoped/src/screen.sass
vendored
Normal file → Executable file
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 199 B |
0
vendor/gems/gems/compass-0.8.17/examples/blueprint_semantic/config.rb → lib/middleman/vendor/gems/gems/compass-0.8.17/examples/blueprint_semantic/config.rb
vendored
Normal file → Executable file
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |