gates_of_moria 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,4 +36,6 @@
36
36
 
37
37
  Welcome to the Gates of Moria! After many adventures, you and your companions have come upon a door to the Dwarven kingdom of Moria. But you cannot open the door by brute strength, so you will have to use your wits.
38
38
 
39
+ Don't worry so much about getting the questions right on the first try. We'll help you along your way to answer all the questions in Ruby code.
40
+
39
41
  You can leave the game at any time by typing 'exit'
@@ -48,7 +48,7 @@
48
48
  "If you've got time, you might want to watch this video to get a deep dive into what these object things are:\n\nhttp://confreaks.com/videos/1133-scrc2012-thinking-in-objects\n\n(it is roughly 26 minutes long)"
49
49
  ],
50
50
  "expected_response": "result == 'fcrnx sevraq naq ragre'",
51
- "setup_code": "load 'lib/gates_of_moria/data/door.rb'"
51
+ "setup_code": "load File.expand_path('../lib/gates_of_moria/data/door.rb', __FILE__)"
52
52
  },
53
53
  {
54
54
  "title": "\nPart 5: Putting it all together\n===============================\n",
@@ -1,3 +1,3 @@
1
1
  module GatesOfMoria
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gates_of_moria
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: