Skip to content

Commit a0a8a02

Browse files
committed
add Gemfile
1 parent fca55fd commit a0a8a02

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

.rspec

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--color
2+
--format=documentation

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'http://rubygems.org'
2+
gemspec

Gemfile.lock

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
PATH
2+
remote: .
3+
specs:
4+
fb_graph (1.7.1)
5+
rack-oauth2 (>= 0.6.5)
6+
7+
GEM
8+
remote: http://rubygems.org/
9+
specs:
10+
activesupport (3.0.7)
11+
attr_required (0.0.3)
12+
diff-lcs (1.1.2)
13+
fakeweb (1.3.0)
14+
i18n (0.5.0)
15+
json (1.5.1)
16+
mime-types (1.16)
17+
rack (1.2.2)
18+
rack-oauth2 (0.6.5)
19+
activesupport (>= 2.3)
20+
attr_required (>= 0.0.3)
21+
i18n
22+
json (>= 1.4.3)
23+
rack (>= 1.1)
24+
restclient_with_cert
25+
rake (0.8.7)
26+
rcov (0.9.9)
27+
rest-client (1.6.1)
28+
mime-types (>= 1.16)
29+
restclient_with_cert (0.0.6)
30+
rest-client (>= 1.6)
31+
rspec (2.5.0)
32+
rspec-core (~> 2.5.0)
33+
rspec-expectations (~> 2.5.0)
34+
rspec-mocks (~> 2.5.0)
35+
rspec-core (2.5.1)
36+
rspec-expectations (2.5.0)
37+
diff-lcs (~> 1.1.2)
38+
rspec-mocks (2.5.0)
39+
40+
PLATFORMS
41+
ruby
42+
43+
DEPENDENCIES
44+
fakeweb (>= 1.3)
45+
fb_graph!
46+
rake (>= 0.8)
47+
rcov (>= 0.9)
48+
rspec (>= 2)

0 commit comments

Comments
 (0)