sequel-auto_migration 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +9 -9
- data/lib/sequel/auto_migration/version.rb +1 -1
- data/sequel-auto_migration.gemspec +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Y2Y3NGYxZGE2N2FlZTY0YTA0MGZlMTQ1NWM4NmZjN2Y4MDZkMTVmOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
7
|
-
|
6
|
+
N2U0OTJhY2Y4YjY1N2JmZjYzYzY1NDQ5MjQyZGJjZGM5YWM5MGJlYg==
|
7
|
+
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NWIyYzFlZjg2NjQ5YjA5ZGUzMDJmYTM2NWViMDU4MjhlYWYyNDg3NGI4ZDY5
|
10
|
+
Mzk0ZTI3NGUzOGM3OGY2Yjc3ZjM2OWEwMzZhODRjZjc3M2YxNWIwNTE0YTg2
|
11
|
+
NmMyMmI1Y2ViMzIxZDQ1MDE1NGZhNzkwYWJlYjM0NTFmMjNiZmM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjE0OWYyZWVlOTlhMGZkYmNlNTcwODBkM2FlYzYxNzRkNWIxZTI2ZmI3Zjg0
|
14
|
+
YmE4NjJiZjMxNTQxYmQ3MjM0MzdkY2FhODQ1NDU5MDVjMWFiNGE2ZWI2Yzg3
|
15
|
+
ZGEyM2I5NDY2NDZiZTdiMDI1ZWI4NDI1MGY5M2JjZDNhZDA5Nzc=
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
17
17
|
spec.files = `git ls-files`.split($/)
|
18
18
|
spec.test_files = spec.files.grep(%r{^test/})
|
19
19
|
|
20
|
-
spec.add_dependency 'sequel', '~>
|
20
|
+
spec.add_dependency 'sequel', '~> 4.0'
|
21
21
|
spec.add_development_dependency 'bundler'
|
22
22
|
spec.add_development_dependency 'rake'
|
23
23
|
spec.add_development_dependency 'rspec'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sequel-auto_migration
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Igor Bochkariov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sequel
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '4.0'
|
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: '4.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -105,9 +105,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
105
|
version: '0'
|
106
106
|
requirements: []
|
107
107
|
rubyforge_project:
|
108
|
-
rubygems_version: 2.
|
108
|
+
rubygems_version: 2.6.6
|
109
109
|
signing_key:
|
110
110
|
specification_version: 4
|
111
111
|
summary: A gem to provide semi-automatic database migration
|
112
112
|
test_files: []
|
113
|
-
has_rdoc:
|