toy 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 289e22b2bbdd20b253693f4ed5470eea12efe773
4
- data.tar.gz: fc19d7e85c972aa9ab27c9a33bc682fc5a9c2987
3
+ metadata.gz: 6f42f4ddce06e5dbe64a850c34dcf5d3516b493d
4
+ data.tar.gz: b4763a6c4e1eb4f7e1f7a1755f40f9e9ee86c2e7
5
5
  SHA512:
6
- metadata.gz: bd198504d55a271bb88753cf7a4e517ede064fa8d4cc504e4263690488ea807bf3d54885d2549cfe23c5cdf5c12e8c23f80c4cad74538519f16de765f71482ae
7
- data.tar.gz: d3ac65a077b77eb19263049a7eff9a0d796e785c8e68dcd7f64f6271d421c098e2fab67a053caa4eec1fafc49d5f1436db42d71566c2947e2fc83f39e3652e44
6
+ metadata.gz: 6ba21e7f315fd70379298c9ef0cb0d00670452bdd5f7323b81a04dcaafc8cd414b3fd1b7a63afabdac6fbc628dd651f7dd5b7e379e75b97a4dabe947d3929ce4
7
+ data.tar.gz: 414e609575043b34b445f4cebe5a33707a5abc190269fb5d9040138c5cb323653cfea5d1a42588461c0d3708fe6bf4e7f315a9e93f434cd567fda75d141b8114
@@ -4,3 +4,6 @@
4
4
 
5
5
  ### 0.1.1 / 2016-10-20 ###
6
6
  * Refactoring
7
+
8
+ ### 0.1.2 / 2017-12-13 ###
9
+ * Updating dependencies
@@ -6,33 +6,32 @@ PATH
6
6
  GEM
7
7
  remote: http://rubygems.org/
8
8
  specs:
9
- codeclimate-test-reporter (0.6.0)
10
- simplecov (>= 0.7.1, < 1.0.0)
11
- diff-lcs (1.2.5)
9
+ codeclimate-test-reporter (1.0.8)
10
+ simplecov (<= 0.13)
11
+ diff-lcs (1.3)
12
12
  docile (1.1.5)
13
- json (1.8.3)
14
- rake (11.3.0)
15
- rdoc (4.2.2)
16
- json (~> 1.4)
17
- rspec (3.5.0)
18
- rspec-core (~> 3.5.0)
19
- rspec-expectations (~> 3.5.0)
20
- rspec-mocks (~> 3.5.0)
21
- rspec-core (3.5.4)
22
- rspec-support (~> 3.5.0)
23
- rspec-expectations (3.5.0)
13
+ json (2.1.0)
14
+ rake (12.3.0)
15
+ rdoc (4.3.0)
16
+ rspec (3.7.0)
17
+ rspec-core (~> 3.7.0)
18
+ rspec-expectations (~> 3.7.0)
19
+ rspec-mocks (~> 3.7.0)
20
+ rspec-core (3.7.0)
21
+ rspec-support (~> 3.7.0)
22
+ rspec-expectations (3.7.0)
24
23
  diff-lcs (>= 1.2.0, < 2.0)
25
- rspec-support (~> 3.5.0)
26
- rspec-mocks (3.5.0)
24
+ rspec-support (~> 3.7.0)
25
+ rspec-mocks (3.7.0)
27
26
  diff-lcs (>= 1.2.0, < 2.0)
28
- rspec-support (~> 3.5.0)
29
- rspec-support (3.5.0)
27
+ rspec-support (~> 3.7.0)
28
+ rspec-support (3.7.0)
30
29
  rubygems-tasks (0.2.4)
31
- simplecov (0.12.0)
30
+ simplecov (0.13.0)
32
31
  docile (~> 1.1.0)
33
32
  json (>= 1.8, < 3)
34
33
  simplecov-html (~> 0.10.0)
35
- simplecov-html (0.10.0)
34
+ simplecov-html (0.10.2)
36
35
 
37
36
  PLATFORMS
38
37
  ruby
@@ -46,4 +45,4 @@ DEPENDENCIES
46
45
  toy!
47
46
 
48
47
  BUNDLED WITH
49
- 1.12.5
48
+ 1.14.6
@@ -46,7 +46,7 @@ module Toy
46
46
  end
47
47
 
48
48
  def help
49
- "Available commands: #{COMMANDS.join(' ')}"
49
+ "Available commands: #{Toy::Controller::COMMANDS.join(' ')}"
50
50
  end
51
51
 
52
52
  def place(command)
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Toy
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
@@ -1,5 +1,5 @@
1
- require 'codeclimate-test-reporter'
2
- CodeClimate::TestReporter.start
1
+ require 'simplecov'
2
+ SimpleCov.start
3
3
 
4
4
  gem 'rspec', '~> 3.1'
5
5
  require 'rspec'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ninoslav Milenovic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-19 00:00:00.000000000 Z
11
+ date: 2017-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc