dash_api 0.0.23 → 0.0.24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c76f4b24cf3e66aaa7893bc682b71eecd2de09cba82dec49cad1c2f50effe7c
4
- data.tar.gz: f8b16a5be63d8bc624b559124b7e34ad89c771a248a42c1130b94d46d296c516
3
+ metadata.gz: 41b4f85f96294e8f796ac017f3d52452c2dc13b963f6af9056d614ac5ee6ddb4
4
+ data.tar.gz: 0ceb837310db910dadd6c21937b9224832d5f498782ea9e964f68564f2d3cc28
5
5
  SHA512:
6
- metadata.gz: 1e6c536e0313371e690a8dbd30ff504b7a0cc42009b60c86a4e8f6dfb847ce3bb99a3b119dc0259e5861d9af3ec412371dc3e5fab99ad57945c56407acccb9bd
7
- data.tar.gz: e193a8d7da74af532728779d274403d750753448c09af35cd278b41af826a907730b960a2dc155e408ec89d07218505f30886751771a07eb0aa306dcfd65c372
6
+ metadata.gz: 3de8da8ec097ac9416550900b89b539c90bce4791925957bf0299df328faa58ccce6ec6dec7178b432c9ee850ea1f8e9a21024de28fe7727b04dc1133b2995c1
7
+ data.tar.gz: 1099ea57ccb8c4bc6e8770da6150f00b9459fac78d3a15fb8190f96147ae86b123e602be6c625e8f9ec145c766284142578e51c2997b4f3dd9f1fac09429ae77
@@ -39,7 +39,6 @@ module DashApi
39
39
  name: column.name,
40
40
  type: column.type,
41
41
  array: column.array,
42
- has_default: column.has_default?,
43
42
  default: column.default,
44
43
  limit: column.sql_type_metadata.limit,
45
44
  precision: column.sql_type_metadata.precision,
@@ -1,3 +1,3 @@
1
1
  module DashApi
2
- VERSION = '0.0.23'
2
+ VERSION = '0.0.24'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dash_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
4
+ version: 0.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rami Bitar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-08 00:00:00.000000000 Z
11
+ date: 2021-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -162,13 +162,13 @@ files:
162
162
  - lib/dash_api/engine.rb
163
163
  - lib/dash_api/version.rb
164
164
  - lib/tasks/dash_tasks.rake
165
- homepage: https://github.com/skillhire/dash_api.git
165
+ homepage: https://github.com/dash-api/dash-api.git
166
166
  licenses:
167
167
  - MIT
168
168
  metadata:
169
- homepage_uri: https://github.com/skillhire/dash_api.git
170
- source_code_uri: https://github.com/skillhire/dash_api.git
171
- changelog_uri: https://github.com/skillhire/dash_api.git
169
+ homepage_uri: https://github.com/dash-api/dash-api.git
170
+ source_code_uri: https://github.com/dash-api/dash-api.git
171
+ changelog_uri: https://github.com/dash-api/dash-api.git
172
172
  post_install_message:
173
173
  rdoc_options: []
174
174
  require_paths:
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  - !ruby/object:Gem::Version
185
185
  version: '0'
186
186
  requirements: []
187
- rubygems_version: 3.2.22
187
+ rubygems_version: 3.1.6
188
188
  signing_key:
189
189
  specification_version: 4
190
190
  summary: REST API for your postgres database.