Skip to content

Commit c5664d3

Browse files
committed
Edited readme
1 parent 1c67884 commit c5664d3

File tree

4 files changed

+8
-28
lines changed

4 files changed

+8
-28
lines changed

1.3.8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Successfully installed sqlite3-1.3.8-x64-mingw32
2+
Parsing documentation for sqlite3-1.3.8-x64-mingw32
3+
1 gem installed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44
gem 'rails', '4.0.0'
55

66
# Use sqlite3 as the database for Active Record
7-
gem 'sqlite3'
7+
gem 'sqlite3', '>= 1.3.7'
88

99
# Use SCSS for stylesheets
1010
gem 'sass-rails', '~> 4.0.0'
@@ -43,3 +43,4 @@ end
4343

4444
# Use debugger
4545
# gem 'debugger', group: [:development, :test]
46+

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ DEPENDENCIES
114114
rails (= 4.0.0)
115115
sass-rails (~> 4.0.0)
116116
sdoc
117-
sqlite3
117+
sqlite3 (>= 1.3.7)
118118
turbolinks
119119
uglifier (>= 1.3.0)

README.rdoc

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,4 @@
11
== README
22

3-
This README would normally document whatever steps are necessary to get the
4-
application up and running.
5-
6-
Things you may want to cover:
7-
8-
* Ruby version
9-
10-
* System dependencies
11-
12-
* Configuration
13-
14-
* Database creation
15-
16-
* Database initialization
17-
18-
* How to run the test suite
19-
20-
* Services (job queues, cache servers, search engines, etc.)
21-
22-
* Deployment instructions
23-
24-
* ...
25-
26-
27-
Please feel free to use a different markup language if you do not plan to run
28-
<tt>rake doc:app</tt>.
3+
RubyQuest is a student project. It is a text-based adventure game in the style of
4+
Zork or Hitchhiker's Guide to the Galaxy, designed for a web browser.

0 commit comments

Comments
 (0)