Skip to content

Commit 452e6e3

Browse files
committed
Add Bundler/Gemfile
1 parent 66ae007 commit 452e6e3

File tree

3 files changed

+55
-1
lines changed

3 files changed

+55
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pkg/*
2-
_site
2+
_site
3+
.bundle

Gemfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
source :gemcutter
2+
3+
group :development do
4+
gem 'jeweler'
5+
end
6+
7+
group :test do
8+
gem 'actionpack', '2.3.8'
9+
gem 'mocha', '>=0.9.8'
10+
gem 'typhoeus', '>=0.1.13'
11+
gem 'em-http-request'
12+
gem 'curb', ">= 0.6.6.0"
13+
end

Gemfile.lock

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
GEM
2+
remote: http://rubygems.org/
3+
specs:
4+
actionpack (2.3.8)
5+
activesupport (= 2.3.8)
6+
rack (~> 1.1.0)
7+
activesupport (2.3.8)
8+
addressable (2.2.0)
9+
curb (0.7.7.1)
10+
em-http-request (0.2.10)
11+
addressable (>= 2.0.0)
12+
eventmachine (>= 0.12.9)
13+
eventmachine (0.12.10)
14+
gemcutter (0.4.1)
15+
json_pure
16+
git (1.2.5)
17+
jeweler (1.4.0)
18+
gemcutter (>= 0.1.0)
19+
git (>= 1.2.5)
20+
rubyforge (>= 2.0.0)
21+
json_pure (1.4.3)
22+
mocha (0.9.8)
23+
rake
24+
rack (1.1.0)
25+
rake (0.8.7)
26+
rubyforge (2.0.4)
27+
json_pure (>= 1.1.7)
28+
typhoeus (0.1.31)
29+
rack
30+
31+
PLATFORMS
32+
ruby
33+
34+
DEPENDENCIES
35+
actionpack (= 2.3.8)
36+
curb (>= 0.6.6.0)
37+
em-http-request
38+
jeweler
39+
mocha (>= 0.9.8)
40+
typhoeus (>= 0.1.13)

0 commit comments

Comments
 (0)