another_toy_robot 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13301a7680a25a2891de7baf8406ca3e258109c1
4
- data.tar.gz: 4df6c3e6ff61ea1acf1a6fcb691dcce15f74fcbc
3
+ metadata.gz: b5494c5205c93e40a1d407241deaee86eaa74a52
4
+ data.tar.gz: c9c9e04e435fd6bb8124d5d62252d5a3eb8a1f53
5
5
  SHA512:
6
- metadata.gz: 4273e039a8a3d1c91d6c3f8990fdcf935247637f504fd70482ff1896c0d1e9209dcab2a8c78e0120765ca3ffca7055f09dcedd84a9bb6c1b8c65e6550d81667c
7
- data.tar.gz: 409cc9a8252052dfad782e6a659268a75f72327a9cbecc47e3ff56f3550324d84e8739efd72e748739376a9e6811be9db5fbfc22d2ff34b5ed6944fbc2061aee
6
+ metadata.gz: 01717def828b3def77e4a74155ecdc89075d25cea37f49bf8caec4d58aeaedfa6c4496ce16236863d4c947c21070ed082774abf8264d0561b99c945c7854220e
7
+ data.tar.gz: d2f5c87e56fe4e7bf36664799f42a353feb6a816ccd6912baad43f929a82b1511e686e5077ab2530a6ad7358de82d601a554dd053b5369bba7917e477aa12a54
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ *.gem
@@ -1,3 +1,3 @@
1
1
  module ToyRobot
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/toy_robot.gemspec CHANGED
@@ -4,22 +4,25 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'toy_robot/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "another_toy_robot"
8
- spec.version = ToyRobot::VERSION
9
- spec.date = "2016-11-27"
10
- spec.authors = "Sheldon J. Johnson"
11
- spec.email = "sheldon.j.johnson@outlook.com"
12
- spec.homepage = "https://github.com/drzel/toy_robot"
13
- spec.summary = "Another toy robot demonstration app"
14
- spec.description = "The application is a simulation of a toy robot " \
15
- "moving on a square tabletop. It is an example of a well tested, object " \
16
- "oriented design, employing the command design pattern."
17
- spec.license = "MIT"
7
+ spec.name = "another_toy_robot"
8
+ spec.version = ToyRobot::VERSION
9
+ spec.date = "2016-11-27"
10
+ spec.authors = "Sheldon J. Johnson"
11
+ spec.email = "sheldon.j.johnson@outlook.com"
12
+ spec.homepage = "https://github.com/drzel/toy_robot"
13
+ spec.summary = "Another toy robot demonstration app"
14
+ spec.required_ruby_version = ">= 2.3"
15
+ spec.license = "MIT"
18
16
 
19
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
+ spec.description = <<~HEREDOC
18
+ The application is a simulation of a toy robot moving on a square tabletop.
19
+ It is an example of a well tested, object oriented design, employing the command design pattern.
20
+ HEREDOC
21
+
22
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
20
23
  f.match(%r{^(test|spec|features)/})
21
24
  end
22
25
 
23
- spec.bindir = "bin"
24
- spec.executables << "toy_robot"
26
+ spec.bindir = "bin"
27
+ spec.executables << "toy_robot"
25
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: another_toy_robot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon J. Johnson
@@ -10,9 +10,9 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-11-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: The application is a simulation of a toy robot moving on a square tabletop.
14
- It is an example of a well tested, object oriented design, employing the command
15
- design pattern.
13
+ description: |
14
+ The application is a simulation of a toy robot moving on a square tabletop.
15
+ It is an example of a well tested, object oriented design, employing the command design pattern.
16
16
  email: sheldon.j.johnson@outlook.com
17
17
  executables:
18
18
  - toy_robot
@@ -49,7 +49,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
49
  requirements:
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: '0'
52
+ version: '2.3'
53
53
  required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - ">="