ducalis 0.4.0 → 0.4.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
  SHA1:
3
- metadata.gz: b10993c47b44bcbea2fc96fe8cacfc4f11fe88cc
4
- data.tar.gz: a25cc4a77a0624f19c7cbf8d7f3253726332b765
3
+ metadata.gz: d8343e259ebf63adaefe044ec87484acc61c8572
4
+ data.tar.gz: 2101456f1a13e60eed9507d5fb0197c5731d206d
5
5
  SHA512:
6
- metadata.gz: 7ced4e7d274ea01549312c93cf74485740b6c06f7d9565e3f66a4667d98430b02b6311f00da97fd0063efa6804d6f7ec8f4347eb483184f8168233335c3c5faa
7
- data.tar.gz: 002eefd9a244654b3124213cae3322b245d3b293cbb80f8c32ce9b16ad4c4aedbb9bba6d61104038b9e131be2b1e6f38d53d051e85c9abcfff8456d125b6918d
6
+ metadata.gz: 81e5b952ed401b04376ec5fd3078e288cb29c4b2d5e03e29b8c94d30f336f5eff66611ea278f4ee0d001004dbe0ba69fdb532f3dc44b8b8fad70736b33970642
7
+ data.tar.gz: 8d773d44b74dc550ed7a6a1ecaea8ab833328fa088a914eccca28282f2fbcc9136bc7dcd1a91f2f25c29d9d0fafcc76f30ab024a24afff789020b37bee7369fd
@@ -1,11 +1,11 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ducalis (0.4.0)
4
+ ducalis (0.4.1)
5
5
  git (~> 1.3, >= 1.3.0)
6
6
  policial (= 0.0.4)
7
7
  regexp-examples (~> 1.3, >= 1.3.2)
8
- rubocop (~> 0.50)
8
+ rubocop (= 0.50)
9
9
  thor (~> 0.20.0)
10
10
 
11
11
  GEM
@@ -47,7 +47,7 @@ GEM
47
47
  octokit (~> 4.3)
48
48
  rubocop (~> 0.39)
49
49
  powerpack (0.1.1)
50
- pry (0.11.1)
50
+ pry (0.11.2)
51
51
  coderay (~> 1.1.0)
52
52
  method_source (~> 0.9.0)
53
53
  public_suffix (3.0.0)
@@ -55,20 +55,20 @@ GEM
55
55
  rake
56
56
  rake (12.1.0)
57
57
  regexp-examples (1.4.0)
58
- rspec (3.6.0)
59
- rspec-core (~> 3.6.0)
60
- rspec-expectations (~> 3.6.0)
61
- rspec-mocks (~> 3.6.0)
62
- rspec-core (3.6.0)
63
- rspec-support (~> 3.6.0)
64
- rspec-expectations (3.6.0)
58
+ rspec (3.7.0)
59
+ rspec-core (~> 3.7.0)
60
+ rspec-expectations (~> 3.7.0)
61
+ rspec-mocks (~> 3.7.0)
62
+ rspec-core (3.7.0)
63
+ rspec-support (~> 3.7.0)
64
+ rspec-expectations (3.7.0)
65
65
  diff-lcs (>= 1.2.0, < 2.0)
66
- rspec-support (~> 3.6.0)
67
- rspec-mocks (3.6.0)
66
+ rspec-support (~> 3.7.0)
67
+ rspec-mocks (3.7.0)
68
68
  diff-lcs (>= 1.2.0, < 2.0)
69
- rspec-support (~> 3.6.0)
70
- rspec-support (3.6.0)
71
- rubocop (0.51.0)
69
+ rspec-support (~> 3.7.0)
70
+ rspec-support (3.7.0)
71
+ rubocop (0.50.0)
72
72
  parallel (~> 1.10)
73
73
  parser (>= 2.3.3.1, < 3.0)
74
74
  powerpack (~> 0.1)
@@ -93,4 +93,4 @@ DEPENDENCIES
93
93
  rspec (~> 3.0)
94
94
 
95
95
  BUNDLED WITH
96
- 1.16.0.pre.3
96
+ 1.16.0.pre.2
@@ -31,6 +31,6 @@ Gem::Specification.new do |spec|
31
31
  spec.add_dependency 'git', '~> 1.3', '>= 1.3.0'
32
32
  spec.add_dependency 'policial', '0.0.4'
33
33
  spec.add_dependency 'regexp-examples', '~> 1.3', '>= 1.3.2'
34
- spec.add_dependency 'rubocop', '~> 0.50'
34
+ spec.add_dependency 'rubocop', '= 0.50'
35
35
  spec.add_dependency 'thor', '~> 0.20.0'
36
36
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ducalis
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ducalis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ignat Zakrevsky
@@ -68,14 +68,14 @@ dependencies:
68
68
  name: rubocop
69
69
  requirement: !ruby/object:Gem::Requirement
70
70
  requirements:
71
- - - "~>"
71
+ - - '='
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0.50'
74
74
  type: :runtime
75
75
  prerelease: false
76
76
  version_requirements: !ruby/object:Gem::Requirement
77
77
  requirements:
78
- - - "~>"
78
+ - - '='
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0.50'
81
81
  - !ruby/object:Gem::Dependency