bezel-app 0.1.12 → 0.1.13

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
  SHA1:
3
- metadata.gz: dcf5e821fedac0feac8bb1cddd18a557fcdab680
4
- data.tar.gz: 744302744c412b4142e4f1db66198e9526c0026c
3
+ metadata.gz: 8e20edc5cda57a756de69f8c356e6b533d040e04
4
+ data.tar.gz: c27e23f3a440d9c431fa30f0323cc5116582b7ab
5
5
  SHA512:
6
- metadata.gz: 16eea7cca7040d4be148f4e7ec33374cb03fe7f758934eccdddc29c66fa0df0785afb00263c53d0366ddb5fd4381cd0b523c1be75abef4112e00851454dd75b9
7
- data.tar.gz: a2bed2806e2380a560a3f60af491bd5e233d034d8494b105e36d94435e9bc0b6b687d8abcb0f9189a49ec74316bd7cca2f6f6c7a67aff24c8449b946edbfb26d
6
+ metadata.gz: 9bb9d78bb58060c0d3b8b79e5d613d1a304c0cecfd3c0d51ce9c188cd7aaac089f5336b3f53f716b9bd7bba34c2a87d507e9e21769d68dedad3393bde3643b18
7
+ data.tar.gz: b7cb0bc6878e8500ba2e36e0d75c8756040fae26a3f214afbb711230f846d2502ce81fa9c88fbb31bc1e16a67b549d6992f843adee2ac0be5040b200d51890bb
@@ -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.12'
8
+ spec.version = '0.1.13'
9
9
  spec.authors = ['Keith Thompson']
10
10
  spec.email = ['KeithM_Thompson@outlook.com']
11
11
 
@@ -102,7 +102,7 @@ module Bezel
102
102
  end
103
103
 
104
104
  def update
105
- DBConnection.execute(<<-SQL, attribute_values[1..-1], attribute_values.first)
105
+ DBConnection.execute(<<-SQL, attribute_values[1..-1].concat(attribute_values.first))
106
106
  UPDATE
107
107
  #{ self.class.table_name }
108
108
  SET
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bezel-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Thompson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-27 00:00:00.000000000 Z
11
+ date: 2016-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor