postgres-migration-cops 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71e94e1d2931b2029aa8efa2ffec426c90dd9d22d50233ab6dbcf7c5dce6722c
4
- data.tar.gz: 73425f5019bf182bf60131f9de10b6358be8662ec023f58af8e5089806e8ecb8
3
+ metadata.gz: 3f919935b894e3239e5a449a54425b4d3dc0019654846f1341068b8821089c6e
4
+ data.tar.gz: 5294edac391da4289b94163a96283789ac7f3e68a2fe9fc3685d1fcc799eca2c
5
5
  SHA512:
6
- metadata.gz: f517ef527f1b720d7ffe2c96810307ec1b3ba8aadbbcf62adc991a917551fd40c7c9909c121b48acf598d663b2fc29ba4ba0a84ddb7d4cc481bce597bda7d8f3
7
- data.tar.gz: 368d5c3717c91ffdd109f166e97bba146d7b93c70d1c90f6b41a889bbd726468af8bbbc9c403ef576a4240a7badce46caca96d273b13f6fa3cb8da01f1375a6f
6
+ metadata.gz: b5163ae37a98c3fd20e5765cacac22d05bbd9eca973d32e839ba7606184684e05018df11948def3288d581292c2227db35e7b477b042a159783437d51155159b
7
+ data.tar.gz: a30fcfdf04a1221326c350893a403313f6ca10d353c28d85153e785e4322a710cb6177c0295bb718becb2f9b0c75c06dee6d6c7c5a29aaaff8a39f949e6041a9
data/.travis.yml CHANGED
@@ -1,7 +1,14 @@
1
- ---
2
1
  sudo: false
3
2
  language: ruby
4
3
  cache: bundler
4
+ gem: postgres-migration-cops
5
5
  rvm:
6
- - 2.3.7
6
+ - 2.3.7
7
7
  before_install: gem install bundler -v 2.0.1
8
+ deploy:
9
+ provider: rubygems
10
+ api_key:
11
+ secure: da5pQo+wO2tIE26GosGeU4m2Mn2KEx2id7vTDuA7Or77lujkZ54tYXIzVtoARgt30oE98idsflJrai15vyDWMXIpcsABFUMLC8Cm+kqEioWhoY7VhiysTv7Mai1Vw+pcpF9XSoXwB/LY9368bTa17XqaE0hnALZkPkmWANV5+9KLeUMyUfDdWJbIeQfKAHNpfRTkgbw4wuNpi5E1SDdN3apqpgF6g3iOJgzd3x+6JlFSdf5Ku6axy+M0UM7bOcFQx3Kjj6uEtL9rrk58TT+dKGj0F5JSmS7WVaBoY3oTEI0605C4E2/5R2S1jrzF9Xk8jrpzbiD7gBb6BaNTl1fGWieitRNgA/4+qdB+tSe+Kfj55nStUqn1Zd/Vo3ekCjxmyNMlfofdzAv+ENtG5mCndfHZmvPp1Cq+Zo/P8d6ynPwEiu5jZUOjrizvAf/HOK8262DaYO7lbZPT9Q6KwIx/NDp3KwdWCgCF1nJq3/SOOQfhXcnTCH5Zpnze14hY7zrx/eRjjdrSgFzXtqdqPl3twO9NqqQwxtdU2h0ThYSVnqg72v7nujj7RIqg/ieqEAXezhdPRZndA2+5ldTECwmwnEBxyPCvSZY+VhoLiOlWE49V74kGp2Ixpe4RJ/3a0Wc1Bc6pA2mkm+gA7lSskB+2Y+GdixNN8QnfvZRPOQf4lAs=
12
+ gem: postgres-migration-cops
13
+ on:
14
+ repo: gbatterbee/postgres-migration-cops-
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- postgres-migration-cops (1.0.0)
4
+ postgres-migration-cops (1.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -6,13 +6,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
6
6
 
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = 'postgres-migration-cops'
9
- spec.version = '1.0.0' # Postgres::Migration::Cops::VERSION
9
+ spec.version = '1.0.1' # Postgres::Migration::Cops::VERSION
10
10
  spec.authors = ['G Batterbee']
11
11
  spec.email = ['gbatterbee1@gmail.com']
12
12
 
13
13
  spec.summary = 'Write a short summary, because RubyGems requires one.'
14
14
  spec.description = 'Write a longer description or delete this line.'
15
- # spec.homepage = "Put your gem's website or public repo URL here."
15
+ spec.homepage = 'https://github.com/gbatterbee/postgres-migration-cops'
16
16
  spec.license = 'MIT'
17
17
 
18
18
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postgres-migration-cops
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - G Batterbee
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-10 00:00:00.000000000 Z
11
+ date: 2019-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -79,7 +79,7 @@ files:
79
79
  - postgres-migration-cops.gemspec
80
80
  - rubocop.yml
81
81
  - spec_helper.rb
82
- homepage:
82
+ homepage: https://github.com/gbatterbee/postgres-migration-cops
83
83
  licenses:
84
84
  - MIT
85
85
  metadata: {}
@@ -98,8 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubyforge_project:
102
- rubygems_version: 2.7.8
101
+ rubygems_version: 3.0.3
103
102
  signing_key:
104
103
  specification_version: 4
105
104
  summary: Write a short summary, because RubyGems requires one.