Skip to content

Commit

Permalink
+ Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Nov 4, 2010
1 parent 936eb48 commit 9c96d49
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_DISABLE_SHARED_GEMS: "1"
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source :gemcutter
source "http://rubygems.org"

gem 'activesupport', '~> 2.3'
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
GEM
remote: http://rubygems.org/
remote: http://rubygems.org/
specs:
activesupport (2.3.10)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 2.3)
9 changes: 1 addition & 8 deletions lib/e164.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
require 'rubygems'

gem 'activesupport', '~> 2.3'
begin
require 'active_support'
rescue LoadError
require 'activesupport'
end


$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')

Expand Down

0 comments on commit 9c96d49

Please sign in to comment.