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 +4 -4
- data/.gitignore +1 -0
- data/lib/constructor_shortcut/version.rb +1 -1
- metadata +1 -2
- data/Gemfile.lock +0 -53
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a433906b27ea87cead7e40828953db05e31fb81
|
4
|
+
data.tar.gz: 64ab688ee962d199dcdc19e81cd3ba1ff1a7a2ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf125943e74659342598d05908d1f583c3b503ade31d7c79fc9210f2c7e35e2483bb20afa1be25bcb32eb5aada34dd0040cc9bffad5829fef2aa46789faf3daa
|
7
|
+
data.tar.gz: 82174cccccc68b63473ff9578faadff77aea3b22ebf254da13e3cfe755cc213c0696308794cdce4cb4f88d7bf66b5987c873105436c26c09236d5ffe843d8345
|
data/.gitignore
CHANGED
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.
|
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
|
data/Gemfile.lock
DELETED
@@ -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
|