robot_on_table 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/bin/robot_game +1 -1
  2. metadata +2 -2
data/bin/robot_game CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
+ $:.unshift(File.dirname(__FILE__) + '/../lib') unless $:.include?(File.dirname(__FILE__) + '/../lib')
2
3
 
3
- require_relative '../lib/robot_game'
4
4
  game = RobotGame.new RobotTable.new 4,4
5
5
  puts "Type HELP for how to play"
6
6
  while 1 < 2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: robot_on_table
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -47,7 +47,7 @@ rubyforge_project:
47
47
  rubygems_version: 1.8.25
48
48
  signing_key:
49
49
  specification_version: 3
50
- summary: robot_on_table_0.1.1
50
+ summary: robot_on_table_0.1.2
51
51
  test_files:
52
52
  - spec/circular_list_spec.rb
53
53
  - spec/robot_spec.rb