vcs4sql 0.1.0 → 0.1.1
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 +4 -4
- data/lib/vcs4sql/version.rb +1 -1
- data/readme.md +3 -2
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57ec5cdb6142bd4fa86f09b049b3ad5c73d14f003678dec9a4d219a42baf682a
|
4
|
+
data.tar.gz: 4ca5f40a280e8dcad6dfec4f06845d147787d6cef1a9e54971505bca707ecf5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5ab322d431dc4291e769a6085b8d055523f8af45ddc667af210950a7c9cb87b9a5276c3fa5b034f47076095d8d783f3d06c957c1e3bf9d11a120df7b354d3fe
|
7
|
+
data.tar.gz: c2819504de03f86c2bf046a05e336203b939f9b96053a0d31f38ec02d579de2cdbd74917671531b574a5d8db711191b81d76857292cd8cd510cfeb76e6bfaf7a
|
data/lib/vcs4sql/version.rb
CHANGED
data/readme.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
[](https://rubygems.org/gems/vcs4sql)
|
2
2
|
[](./license.txt)
|
3
|
-
[](https://github.com/dgroup/vcs4sql/graphs/commit-activity)
|
4
|
+
[](https://hitsofcode.com/view/github/dgroup/vcs4sql)
|
5
5
|
|
6
6
|
[](https://circleci.com/gh/dgroup/vcs4sql)
|
7
7
|
[](https://travis-ci.org/dgroup/vcs4sql)
|
@@ -24,6 +24,7 @@ vcs4sql allows organizing version control for the database(s) in a simple, elega
|
|
24
24
|
|
25
25
|
The main idea is to keep changes as simple as possible and be able to have full control of the database structure without hidden frameworks "magic".
|
26
26
|
Initial PoC is designed for [sqlite](https://www.sqlite.org).
|
27
|
+
|
27
28
|
---
|
28
29
|
|
29
30
|
- [Quick start](#quick-start)
|
metadata
CHANGED
@@ -1,57 +1,57 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vcs4sql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yurii Dubinka
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03-
|
11
|
+
date: 2020-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: fileutils
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 1.4.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 1.4.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
28
|
+
name: sqlite3
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.4.
|
33
|
+
version: 1.4.2
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 1.4.
|
40
|
+
version: 1.4.2
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
|
-
name:
|
42
|
+
name: activesupport
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
48
|
-
type: :
|
47
|
+
version: '6.0'
|
48
|
+
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
54
|
+
version: '6.0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: bundler
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -250,7 +250,7 @@ metadata:
|
|
250
250
|
source_code_uri: https://github.com/dgroup/vcs4sql
|
251
251
|
homepage_uri: https://github.com/dgroup/vcs4sql
|
252
252
|
post_install_message: |-
|
253
|
-
Thanks for installing vcs4sql '0.1.
|
253
|
+
Thanks for installing vcs4sql '0.1.1'!
|
254
254
|
Stay in touch with the community in Telegram: https://t.me/lazyleads
|
255
255
|
Follow us on Twitter: https://twitter.com/lazylead
|
256
256
|
If you have any issues, report to our GitHub repo: https://github.com/dgroup/vcs4sql
|