arpry 0.5.0 → 0.5.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: 0b756c0bc94d5881dcb733a9ba2338179849ff6726d02ec7612305a2595a89df
4
- data.tar.gz: 371d11ca664e8ff0dc502c5cb16493104415d6877df44a9207ed5ad5c75c2053
3
+ metadata.gz: 7895204c23f857d28f8481ce48fbe2243db7314d3f4a9090dfa4823b1357a163
4
+ data.tar.gz: c45a8c19ca28ce89a9c8730043e8690a825e1ff1877909dae530db6db0398a21
5
5
  SHA512:
6
- metadata.gz: aef24925b4174e5ed3423f07fb61402bc2404c74e3c5d21736f5f676ee3d20985743218b7603d8965ee82b0aa8da7466b5f6b4fabfd13020715f552bff97af82
7
- data.tar.gz: a3887a24f4907c1795428b0a3dba28620629898110f088bd019f60a01ab1d812640534f6a8fefe7866cc2cf1d8589af5a9d99df975c138e0d3d3f458571ec867
6
+ metadata.gz: c700aaf5884bd82268133e08198c2b0d70f0d02dac095b22fb9692f57dd430d5bbfd8310613901be54cf294e091423fa7fbfba4f4564dd56dc39fb52296e04ad
7
+ data.tar.gz: ba5992141d7adfa0893b50a29a2a7022e30ab31f9cf3a9cac47da1ec79d517f1e0f4384309aa3e8f3eeac3060628249561ecc46fb0a85593eee74e86abb6877b
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = %q{Explore database without Rails}
13
13
  spec.description = %q{Explore database without Rails}
14
14
  spec.homepage = "https://github.com/pocke/arpry"
15
+ spec.license = 'Apache-2.0'
15
16
 
16
17
  if spec.respond_to?(:metadata)
17
18
  spec.metadata["homepage_uri"] = spec.homepage
@@ -33,7 +33,7 @@ module Arpry
33
33
  opt.on('-a [NAME]', '--adapter [NAME]')
34
34
  opt.on('-h [HOST]', '--host [HOST]')
35
35
  opt.on('-u [NAME]', '--username [NAME]')
36
- opt.on('-p [PASSOWRD]', '--password [PASSOWRD]')
36
+ opt.on('-p [PASSWORD]', '--password [PASSWORD]')
37
37
  opt.on('-d [DB]', '--database [DB]')
38
38
  @params = {}
39
39
  args = opt.parse(@argv, into: @params)
@@ -1,3 +1,3 @@
1
1
  module Arpry
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,35 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arpry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masataka Pocke Kuwabara
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-07 00:00:00.000000000 Z
11
+ date: 2020-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '5'
20
17
  - - "<"
21
18
  - !ruby/object:Gem::Version
22
19
  version: '6'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: '5'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: '5'
30
27
  - - "<"
31
28
  - !ruby/object:Gem::Version
32
29
  version: '6'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '5'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: pry
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -137,7 +137,8 @@ files:
137
137
  - lib/arpry/version.rb
138
138
  - tmp/.keep
139
139
  homepage: https://github.com/pocke/arpry
140
- licenses: []
140
+ licenses:
141
+ - Apache-2.0
141
142
  metadata:
142
143
  homepage_uri: https://github.com/pocke/arpry
143
144
  post_install_message:
@@ -155,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
156
  - !ruby/object:Gem::Version
156
157
  version: '0'
157
158
  requirements: []
158
- rubygems_version: 3.0.2
159
+ rubygems_version: 3.1.2
159
160
  signing_key:
160
161
  specification_version: 4
161
162
  summary: Explore database without Rails