Skip to content

Commit

Permalink
Using new version of Bundler, fixing lib file
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jun 29, 2010
1 parent 2745c80 commit afb42f7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source "http://rubygems.org"

v = {
:bundler => '=0.9.26',
:bundler => '=1.0.0.beta.2',
:rake => '=0.8.7',
:rspec => '=1.3.0'
}
Expand Down
16 changes: 16 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,16 @@
GEM
remote: http://rubygems.org/
specs:
rake (0.8.7)
rake (0.8.7)
rspec (1.3.0)
rspec (1.3.0)

PLATFORMS
ruby

DEPENDENCIES
bundler (= 1.0.0.beta.2)
rake (= 0.8.7)
rspec (= 1.3.0)
rspec (= 1.3.0)
6 changes: 4 additions & 2 deletions lib/gem_template.rb
@@ -1,9 +1,11 @@
require 'gem_template/version'

require 'rubygems'
require 'bundler'

Bundler.require(:lib)

$:.unshift File.dirname(__FILE__) + '/gem_template'

require 'version'

module GemTemplate
end

0 comments on commit afb42f7

Please sign in to comment.