pronto-rails_migrations 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -1
- data/.ruby-version +1 -1
- data/Gemfile.lock +80 -0
- data/lib/pronto/rails_migrations/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91bbb32aa1ed787144aa4b37e0331cfcb0ff9f0c43f0323609c30c20d77e1ab5
|
4
|
+
data.tar.gz: 6b57998737b19677f1e6e6d465b67060235865ae74aa96b29fa07abbaed8166f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f2527e83afbaa90e274e04f9ebceede3e007fc116580c917df1c784db75d5c64c605c8c609e8daa126c50100ea7d7195c0b9989100d8eece44305b65a0c1967
|
7
|
+
data.tar.gz: 866580818da7f67431b55f489dc20be0bf8a4b05327c2056438005defc6cd4c4836b90e479af30252cc8268f937c3ff95684513969fbe621d52b301a8c9e30df
|
data/.gitignore
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.0.3
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,80 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
pronto-rails_migrations (0.13.0)
|
5
|
+
pronto (>= 0.10.0)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
addressable (2.8.0)
|
11
|
+
public_suffix (>= 2.0.2, < 5.0)
|
12
|
+
faraday (1.10.0)
|
13
|
+
faraday-em_http (~> 1.0)
|
14
|
+
faraday-em_synchrony (~> 1.0)
|
15
|
+
faraday-excon (~> 1.1)
|
16
|
+
faraday-httpclient (~> 1.0)
|
17
|
+
faraday-multipart (~> 1.0)
|
18
|
+
faraday-net_http (~> 1.0)
|
19
|
+
faraday-net_http_persistent (~> 1.0)
|
20
|
+
faraday-patron (~> 1.0)
|
21
|
+
faraday-rack (~> 1.0)
|
22
|
+
faraday-retry (~> 1.0)
|
23
|
+
ruby2_keywords (>= 0.0.4)
|
24
|
+
faraday-em_http (1.0.0)
|
25
|
+
faraday-em_synchrony (1.0.0)
|
26
|
+
faraday-excon (1.1.0)
|
27
|
+
faraday-httpclient (1.0.1)
|
28
|
+
faraday-multipart (1.0.3)
|
29
|
+
multipart-post (>= 1.2, < 3)
|
30
|
+
faraday-net_http (1.0.1)
|
31
|
+
faraday-net_http_persistent (1.2.0)
|
32
|
+
faraday-patron (1.0.0)
|
33
|
+
faraday-rack (1.0.0)
|
34
|
+
faraday-retry (1.0.3)
|
35
|
+
gitlab (4.18.0)
|
36
|
+
httparty (~> 0.18)
|
37
|
+
terminal-table (>= 1.5.1)
|
38
|
+
httparty (0.20.0)
|
39
|
+
mime-types (~> 3.0)
|
40
|
+
multi_xml (>= 0.5.2)
|
41
|
+
mime-types (3.4.1)
|
42
|
+
mime-types-data (~> 3.2015)
|
43
|
+
mime-types-data (3.2022.0105)
|
44
|
+
multi_xml (0.6.0)
|
45
|
+
multipart-post (2.1.1)
|
46
|
+
octokit (4.22.0)
|
47
|
+
faraday (>= 0.9)
|
48
|
+
sawyer (~> 0.8.0, >= 0.5.3)
|
49
|
+
pronto (0.11.0)
|
50
|
+
gitlab (~> 4.4, >= 4.4.0)
|
51
|
+
httparty (>= 0.13.7)
|
52
|
+
octokit (~> 4.7, >= 4.7.0)
|
53
|
+
rainbow (>= 2.2, < 4.0)
|
54
|
+
rexml (~> 3.2)
|
55
|
+
rugged (>= 0.23.0, < 1.1.0)
|
56
|
+
thor (>= 0.20.3, < 2.0)
|
57
|
+
public_suffix (4.0.6)
|
58
|
+
rainbow (3.1.1)
|
59
|
+
rake (12.3.3)
|
60
|
+
rexml (3.2.5)
|
61
|
+
ruby2_keywords (0.0.5)
|
62
|
+
rugged (1.0.1)
|
63
|
+
sawyer (0.8.2)
|
64
|
+
addressable (>= 2.3.5)
|
65
|
+
faraday (> 0.8, < 2.0)
|
66
|
+
terminal-table (3.0.2)
|
67
|
+
unicode-display_width (>= 1.1.1, < 3)
|
68
|
+
thor (1.2.1)
|
69
|
+
unicode-display_width (2.1.0)
|
70
|
+
|
71
|
+
PLATFORMS
|
72
|
+
ruby
|
73
|
+
|
74
|
+
DEPENDENCIES
|
75
|
+
bundler
|
76
|
+
pronto-rails_migrations!
|
77
|
+
rake (~> 12.0)
|
78
|
+
|
79
|
+
BUNDLED WITH
|
80
|
+
2.2.32
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pronto-rails_migrations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vinted
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pronto
|
@@ -65,6 +65,7 @@ files:
|
|
65
65
|
- ".ruby-version"
|
66
66
|
- CODEOWNERS
|
67
67
|
- Gemfile
|
68
|
+
- Gemfile.lock
|
68
69
|
- LICENSE.txt
|
69
70
|
- README.md
|
70
71
|
- Rakefile
|