Trying to imrpove Bundler playability

This commit is contained in:
Michael Sofaer 2011-04-22 04:39:06 +08:00 committed by Jeff Lindsay
parent 74ccabbb8a
commit a59d4eecf7
3 changed files with 31 additions and 0 deletions

2
Gemfile Normal file
View File

@ -0,0 +1,2 @@
source :gemcutter
gemspec

14
Gemfile.lock Normal file
View File

@ -0,0 +1,14 @@
PATH
remote: .
specs:
localtunnel (0.2)
GEM
remote: http://rubygems.org/
specs:
PLATFORMS
ruby
DEPENDENCIES
localtunnel!

15
localtunner.gemspec Normal file
View File

@ -0,0 +1,15 @@
Gem::Specification.new do |s|
s.name = "localtunnel"
s.version = "0.2"
s.authors = [""]
s.email = ""
s.homepage = "http://github.com/progrium/localtunner"
s.summary = ""
s.description = <<-EOS.strip
LocalTunnel
EOS
s.files = Dir['lib/*']
s.test_files = Dir['test/**/*.rb']
end