Skip to content

Commit aa394d8

Browse files
committed
Added libgosu
1 parent a2f8dda commit aa394d8

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
source 'https://rubygems.org'
22

3+
gem 'gosu'
4+
gem 'texplay'
5+
36
group :development do
47
gem 'pry'
58
end

Gemfile.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ GEM
55
builder (3.2.2)
66
coderay (1.0.9)
77
diff-lcs (1.2.4)
8+
ffi (1.9.0-java)
9+
gosu (0.7.48)
810
hashie (2.0.5)
911
metaclass (0.0.1)
1012
method_source (0.8.2)
@@ -23,6 +25,11 @@ GEM
2325
coderay (~> 1.0.5)
2426
method_source (~> 0.8)
2527
slop (~> 3.4)
28+
pry (0.9.12.2-java)
29+
coderay (~> 1.0.5)
30+
method_source (~> 0.8)
31+
slop (~> 3.4)
32+
spoon (~> 0.0)
2633
rspec (2.14.1)
2734
rspec-core (~> 2.14.0)
2835
rspec-expectations (~> 2.14.0)
@@ -32,12 +39,19 @@ GEM
3239
diff-lcs (>= 1.1.3, < 2.0)
3340
rspec-mocks (2.14.3)
3441
slop (3.4.6)
42+
spoon (0.0.4)
43+
ffi
44+
texplay (0.4.3)
45+
gosu (>= 0.7.25)
3546

3647
PLATFORMS
48+
java
3749
ruby
3850

3951
DEPENDENCIES
52+
gosu
4053
minitest-reporters
4154
mocha
4255
pry
4356
rspec
57+
texplay

0 commit comments

Comments
 (0)