bezel-app 0.1.17 → 0.1.18

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
  SHA1:
3
- metadata.gz: 1e3c9d54d59269af1cad562a0099b776879e843b
4
- data.tar.gz: 8ad869b889ddadc4465960c623c9432740fff0c5
3
+ metadata.gz: 49005fcb6f09035398fafefe89439ab56568151f
4
+ data.tar.gz: 6c6133746a887c215f11d614b4352a25a6a045a0
5
5
  SHA512:
6
- metadata.gz: e346d0b1f1500e3cca024895ddda27bbee34e337a4402e5f0a8234dd9333ce85a9faa56ff215d5b84a703e7ec0bd485a781aa9326ee6c13aba279b71c3a53751
7
- data.tar.gz: ff7835f6c23fe6849042afcc657a6278ef795f042c06c2fa588ce467463ed897da69e00b32f62e7e8b11e7b0462bbd6bf71cf85547d95aea502b0084fed39454
6
+ metadata.gz: c7361659bc5abc224823fa913cc6b0b2b928e72541ccbd6843262f4d6ef360d57690534c4c65daceed40af99599badc70407fd49ace1b6db99f923c0440125b3
7
+ data.tar.gz: 5045cdf5391d003efa91702efdc5b8268d9151470de5c0eac3516e388ad980585d7c6ea6f51b955550d05b02fa836aeabf6aafb59c6b435bacc3c6c7701619ad
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'bezel-app'
8
- spec.version = '0.1.17'
8
+ spec.version = '0.1.18'
9
9
  spec.authors = ['Keith Thompson']
10
10
  spec.email = ['KeithM_Thompson@outlook.com']
11
11
 
@@ -2,7 +2,6 @@ require 'active_support/inflector'
2
2
  require_relative '../../lib/db_connection'
3
3
  require_relative 'associatable'
4
4
  require_relative 'searchable'
5
- require 'byebug'
6
5
 
7
6
  module Bezel
8
7
  class BezelrecordBase
@@ -105,7 +104,6 @@ module Bezel
105
104
  end
106
105
 
107
106
  def update
108
- debugger
109
107
  DBConnection.execute(<<-SQL, attribute_values[1..-1].concat([attribute_values.first]))
110
108
  UPDATE
111
109
  #{ self.class.table_name }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bezel-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Thompson