constructor_shortcut 0.1.0 → 0.2.0

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: 0c0372e480a393e7a57b7b86af0f7d6fa7bb138f
4
- data.tar.gz: 9e520f8b7abbd55e65deb52a3aded09cbbc0d8c3
3
+ metadata.gz: 1a433906b27ea87cead7e40828953db05e31fb81
4
+ data.tar.gz: 64ab688ee962d199dcdc19e81cd3ba1ff1a7a2ce
5
5
  SHA512:
6
- metadata.gz: 904a4cc202e4d9734fcdcd655d0a25c5ff86a63b52e29200c41a8bf37b6c4e2622d900328e6b8b33ec823188a133d0d1b903a1ff62f3cca16355dd7643cdde93
7
- data.tar.gz: 1bb60af1dfb8b0ee3a97772e284f115fe2d3df098e7fc39fdb86c83c2b90d0d3d6f10578dfc728a4049da083fc4779d6f14e3c95b98806b50da09f502ed02a1a
6
+ metadata.gz: bf125943e74659342598d05908d1f583c3b503ade31d7c79fc9210f2c7e35e2483bb20afa1be25bcb32eb5aada34dd0040cc9bffad5829fef2aa46789faf3daa
7
+ data.tar.gz: 82174cccccc68b63473ff9578faadff77aea3b22ebf254da13e3cfe755cc213c0696308794cdce4cb4f88d7bf66b5987c873105436c26c09236d5ffe843d8345
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ Gemfile.lock
@@ -1,3 +1,3 @@
1
1
  module ConstructorShortcut
2
- VERSION = "0.1.0".freeze
2
+ VERSION = "0.2.0".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: constructor_shortcut
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Viktor Sokolov
@@ -93,7 +93,6 @@ files:
93
93
  - ".travis.yml"
94
94
  - CODE_OF_CONDUCT.md
95
95
  - Gemfile
96
- - Gemfile.lock
97
96
  - LICENSE.txt
98
97
  - README.md
99
98
  - Rakefile
@@ -1,53 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- constructor_shortcut (0.1.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- ast (2.4.0)
10
- diff-lcs (1.3)
11
- dry-initializer (2.4.0)
12
- parallel (1.12.1)
13
- parser (2.5.0.4)
14
- ast (~> 2.4.0)
15
- powerpack (0.1.1)
16
- rainbow (3.0.0)
17
- rake (10.5.0)
18
- rspec (3.7.0)
19
- rspec-core (~> 3.7.0)
20
- rspec-expectations (~> 3.7.0)
21
- rspec-mocks (~> 3.7.0)
22
- rspec-core (3.7.1)
23
- rspec-support (~> 3.7.0)
24
- rspec-expectations (3.7.0)
25
- diff-lcs (>= 1.2.0, < 2.0)
26
- rspec-support (~> 3.7.0)
27
- rspec-mocks (3.7.0)
28
- diff-lcs (>= 1.2.0, < 2.0)
29
- rspec-support (~> 3.7.0)
30
- rspec-support (3.7.1)
31
- rubocop (0.53.0)
32
- parallel (~> 1.10)
33
- parser (>= 2.5)
34
- powerpack (~> 0.1)
35
- rainbow (>= 2.2.2, < 4.0)
36
- ruby-progressbar (~> 1.7)
37
- unicode-display_width (~> 1.0, >= 1.0.1)
38
- ruby-progressbar (1.9.0)
39
- unicode-display_width (1.3.0)
40
-
41
- PLATFORMS
42
- ruby
43
-
44
- DEPENDENCIES
45
- bundler (~> 1.16)
46
- constructor_shortcut!
47
- dry-initializer (~> 2.4)
48
- rake (~> 10.0)
49
- rspec (~> 3.0)
50
- rubocop (~> 0.53)
51
-
52
- BUNDLED WITH
53
- 1.16.0