sequel-auto_migration 0.0.2 → 0.0.3

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTcwOGU5NDFiNjg1MjY3YTQwZGI5MzU2MzFkNzIzNjFjNTRmZjNiMw==
4
+ Y2Y3NGYxZGE2N2FlZTY0YTA0MGZlMTQ1NWM4NmZjN2Y4MDZkMTVmOQ==
5
5
  data.tar.gz: !binary |-
6
- ZWJkMjgyMzZjNjQ1NzlkZDY3MjIyM2Y1ZjI1ZjU3OWI2NTZiNmQ4ZQ==
7
- !binary "U0hBNTEy":
6
+ N2U0OTJhY2Y4YjY1N2JmZjYzYzY1NDQ5MjQyZGJjZGM5YWM5MGJlYg==
7
+ SHA512:
8
8
  metadata.gz: !binary |-
9
- MDk5YmU0MTFmYjYxNWYxZjQ4MzBhOWIwZGM3ZjNkYjUwYmUxOGJiNjA5YzQ1
10
- MWRmNDU0ZTc4ZjMzMTVmOGNkNGQ5M2M0ZDJhOWI3Y2FmMWFkODllNTVkMjM3
11
- MjQ2NmM3MDIzMjBiMDAxYjNlMjlmNmJiZWQ5MDAxNDk5ZmZjMDY=
9
+ NWIyYzFlZjg2NjQ5YjA5ZGUzMDJmYTM2NWViMDU4MjhlYWYyNDg3NGI4ZDY5
10
+ Mzk0ZTI3NGUzOGM3OGY2Yjc3ZjM2OWEwMzZhODRjZjc3M2YxNWIwNTE0YTg2
11
+ NmMyMmI1Y2ViMzIxZDQ1MDE1NGZhNzkwYWJlYjM0NTFmMjNiZmM=
12
12
  data.tar.gz: !binary |-
13
- NWVjY2Y3ZTU4ZDUyOTVlMWEzNjhiMWZkMTg1M2Q3MjM1YjM2Njc1NDE2ODFh
14
- MDc2ZDBhZjlkY2UzYzQ3YjliYmRhNTljNGRlYTIzNzU3ZDllZTMzZmFkMzg1
15
- ZTY0Y2UzZDIwYjI2YjVmZDQyOTdlMzE0NmI3ZTc1YzZhZjk5OTI=
13
+ YjE0OWYyZWVlOTlhMGZkYmNlNTcwODBkM2FlYzYxNzRkNWIxZTI2ZmI3Zjg0
14
+ YmE4NjJiZjMxNTQxYmQ3MjM0MzdkY2FhODQ1NDU5MDVjMWFiNGE2ZWI2Yzg3
15
+ ZGEyM2I5NDY2NDZiZTdiMDI1ZWI4NDI1MGY5M2JjZDNhZDA5Nzc=
@@ -1,5 +1,5 @@
1
1
  module Sequel
2
2
  module AutoMigrate
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
@@ -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', '~> 3.0'
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.2
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: 2013-05-14 00:00:00.000000000 Z
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: '3.0'
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: '3.0'
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.0.3
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: