brainsnap 0.0.5 → 0.0.6

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: dd138f60e8dcb0f8d0d1b356107eadf4fe070337
4
- data.tar.gz: 101584e2fb1d755a1c804c7e11e3e1fa4432df4d
3
+ metadata.gz: 6cdc1d4b3c53cf3ab6e23132df6777cff1e57d83
4
+ data.tar.gz: 772857b5a779f36d575ffd020604451be9346306
5
5
  SHA512:
6
- metadata.gz: 5f14bccf61f2bc81d47910515ef39002366e772ae9c4223ad5ff3ba6ff016e4346dfd7d546d12c4b5646c2e14c8d48b086dd3853ff778aacb653612c361d901a
7
- data.tar.gz: 1c9c4e286b41a1788cebd4906bf0c0903d6e63fe027a4b2b3b214cc8cbab2c1788c4e598f1711ab8c4350a7d8f83998e8014ef6f9d911d917d31c51bd6b9dede
6
+ metadata.gz: 22aab4d7046ca30ac310f85a17ea6d38abf344f144511d65cf4afe8d15c240b1e4de9e287a96cb9fb4a1e37279b87cf3fa6e37c39cc6aaf02780476adc623628
7
+ data.tar.gz: 2858ae3fb29cec08ea470151c2fcbaaf76ccd954b5a84dd8fe52a026126de336036219a74b5483cc6b39dda72c43239132da2cf6a6d90becddbfc43a1689d863
File without changes
data/brainsnap.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.homepage = "https://github.com/dshine112/BrainSpan"
9
9
 
10
10
  gem.files = `git ls-files`.split($\)
11
- gem.executables = ["brainsnap.play","brainsnap.setup"]
11
+ gem.executables = ["brainsnap"]
12
12
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
13
13
  gem.name = "brainsnap"
14
14
  gem.require_paths = ["lib"]
@@ -1,3 +1,3 @@
1
1
  module Brainsnap
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brainsnap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Shine
@@ -14,8 +14,7 @@ description: This is a simple trivia game for the command line.
14
14
  email:
15
15
  - dylanshinenyc@gmail.com
16
16
  executables:
17
- - brainsnap.play
18
- - brainsnap.setup
17
+ - brainsnap
19
18
  extensions: []
20
19
  extra_rdoc_files: []
21
20
  files:
@@ -24,8 +23,7 @@ files:
24
23
  - LICENSE.txt
25
24
  - README.md
26
25
  - Rakefile
27
- - bin/brainsnap.play
28
- - bin/brainsnap.setup
26
+ - bin/brainsnap
29
27
  - brainsnap.gemspec
30
28
  - lib/brainsnap.rb
31
29
  - lib/brainsnap/version.rb
data/bin/brainsnap.setup DELETED
@@ -1,4 +0,0 @@
1
- require 'brainsnap'
2
-
3
- game = BrainSnap::Game.new
4
- game.setup