Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.swp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend creating a global gitignore with patterns like .DS_Store and *.swp.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump

7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# A sample Gemfile
source "https://rubygems.org"

# gem "rails"
gem "pry"
gem "pry-stack_explorer"
gem "colorize"
23 changes: 23 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
coderay (1.1.0)
debug_inspector (0.0.2)
method_source (0.8.2)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-stack_explorer (0.4.9.1)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
slop (3.6.0)

PLATFORMS
ruby

DEPENDENCIES
pry
pry-stack_explorer
37 changes: 0 additions & 37 deletions Jays-Game/controller.rb

This file was deleted.

57 changes: 0 additions & 57 deletions Jays-Game/model.rb

This file was deleted.

83 changes: 0 additions & 83 deletions Jays-Game/view.rb

This file was deleted.

Loading