robot_on_table 0.4.2 → 0.5.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 -2
  2. metadata +5 -3
data/bin/robot_game CHANGED
@@ -1,7 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  $:.unshift(File.dirname(__FILE__) + '/../lib') unless $:.include?(File.dirname(__FILE__) + '/../lib')
3
- $:.unshift(File.dirname(__FILE__) + '/../lib/model') unless $:.include?(File.dirname(__FILE__) + '/../lib')
4
- $:.unshift(File.dirname(__FILE__) + '/../lib/robot_states') unless $:.include?(File.dirname(__FILE__) + '/../lib')
3
+
5
4
  require 'robot_game'
6
5
  game = RobotGame.new RobotTable.new 4,4
7
6
  puts "Type HELP for how to play"
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.4.2
4
+ version: 0.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -29,7 +29,9 @@ post_install_message:
29
29
  rdoc_options:
30
30
  - --charset=UTF-8
31
31
  require_paths:
32
- - lib
32
+ - - lib
33
+ - lib/model
34
+ - lib/robot_states
33
35
  required_ruby_version: !ruby/object:Gem::Requirement
34
36
  none: false
35
37
  requirements:
@@ -47,7 +49,7 @@ rubyforge_project:
47
49
  rubygems_version: 1.8.25
48
50
  signing_key:
49
51
  specification_version: 3
50
- summary: robot_on_table_0.4.2
52
+ summary: robot_on_table_0.5.2
51
53
  test_files:
52
54
  - spec/circular_list_spec.rb
53
55
  - spec/robot_spec.rb