assumption 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e3056e37ec7f2b7bbcbc52e308895371f50c625cfcd0f9249047de171eba592
4
- data.tar.gz: '08c5ace75ca0b36181167df4c7574b265caecb576714ed3b84cf29004410395e'
3
+ metadata.gz: 75bb9c1186726c00d6b65b6ab376fae3519c29a301582c187087f6916f069da9
4
+ data.tar.gz: 29a2085253f3c470b7ab9fbf85a85e6f6243e0f49d400e181ed763180ce3397a
5
5
  SHA512:
6
- metadata.gz: '06778e3b5915a2c2b560a6765f24b79fd4129898919d282f04833348cef3d4ea03c283f37723abf97cee3910429eace2cf75dd956a4af26e620e28ba45c47efe'
7
- data.tar.gz: 6d1f0162e9776a65f5a48926c98b4d5a019d335e9868ca5e1e0a0bf8bc1b3c103766aaef2d87060a3bef6fc0372eae4af2abd79b5a06aaac8451b64e9b87a941
6
+ metadata.gz: 42c3e90c416fbb470b6c66d89eba7196bdc87f45c8d22ca4444b4a66448a728b9cdf23af339db2122005e2bb67e064db1fc3c61f28d50d78e50350c400d99ddf
7
+ data.tar.gz: 03fd75a1a49e77d98c6965943cdb57bab582326bbebb55c8a77f62c130cf2c8ce380ff08547b613e108ec4f691bcaf00ec8645730663961844dcfa3942dbfb79
@@ -1,26 +1,20 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- assumption (0.1.0)
4
+ assumption (0.2.0)
5
5
  bundler (~> 2.0)
6
6
  minitest (~> 5.0)
7
- nokogiri
8
- pry
7
+ nokogiri (~> 1.10)
9
8
  rake (~> 10.0)
10
9
  tco (~> 0.1.8)
11
10
 
12
11
  GEM
13
12
  remote: https://rubygems.org/
14
13
  specs:
15
- coderay (1.1.2)
16
- method_source (0.9.2)
17
14
  mini_portile2 (2.4.0)
18
15
  minitest (5.12.2)
19
16
  nokogiri (1.10.4)
20
17
  mini_portile2 (~> 2.4.0)
21
- pry (0.12.2)
22
- coderay (~> 1.1.0)
23
- method_source (~> 0.9.0)
24
18
  rake (10.5.0)
25
19
  tco (0.1.8)
26
20
 
Binary file
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["dannyboy.msn@hotmail.com"]
10
10
 
11
11
  spec.summary = "Flatiron: CLI Scrapper Game"
12
- spec.description = "A Command-line interface game which the user can select a year and play assume if a song is higher or lower in the chart"
12
+ spec.description = "A Command-line-interface music chart game where the user has to make a assumption if a song is higher or lower in the chart for a chosen year!"
13
13
  spec.homepage = "https://github.com/DBuckley0126/Assumption-CLI"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Assumption
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assumption
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - DBuckley0126
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-10 00:00:00.000000000 Z
11
+ date: 2019-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,8 +80,8 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: 0.1.8
83
- description: A Command-line interface game which the user can select a year and play
84
- assume if a song is higher or lower in the chart
83
+ description: A Command-line-interface music chart game where the user has to make
84
+ a assumption if a song is higher or lower in the chart for a chosen year!
85
85
  email:
86
86
  - dannyboy.msn@hotmail.com
87
87
  executables:
@@ -98,6 +98,7 @@ files:
98
98
  - README.md
99
99
  - Rakefile
100
100
  - assumption-0.1.0.gem
101
+ - assumption-0.2.0.gem
101
102
  - assumption.gemspec
102
103
  - bin/assumption
103
104
  - bin/console