sunstone 1.4.0 → 1.4.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
  SHA1:
3
- metadata.gz: 0c0406aa3472706a069b6ad96fbd734c94dbe2fa
4
- data.tar.gz: 3c1d5642f1edb3c3868c2e01b4cc5408c3354ffa
3
+ metadata.gz: 4f63c60a5044180a68a0770ee88a513a91ac5134
4
+ data.tar.gz: 56a919ab836e477338b600753e76c7562f630191
5
5
  SHA512:
6
- metadata.gz: f759b2964fb0767614828d9cc455fac9d769c2778e502131d55430c7f8c9b8a96766940eafa60d5077efccb7837b8fe6b467b6fd6f82bca597a7246267d96f72
7
- data.tar.gz: ff84746a3d4dc7dcd66e4fcf0b779cee4b8d56e331fd57f97b34dcfb96c42db5ec5b18593cf5164c05d3d079ca5c336b6f77c5a42d32beb497610d16248b94ab
6
+ metadata.gz: deefd362ef1eb979335db897e8f55e30e4fe3e15065d98097e42936e61f4afece459dca42b058583db5f1fe6b7771b41c001bca788226cd6043edb458355b435
7
+ data.tar.gz: 11a2b914a14e171b5e6c6f3ddcf04c3bec772611d0ba75cae19128fb83080679085edf766d9a10547be87b0a4f718e460886c0705e8832e9c25b933a101d4ac1
@@ -115,7 +115,7 @@ module ActiveRecord
115
115
  # Executes the delete statement and returns the number of rows affected.
116
116
  def delete(arel, name = nil, binds = [])
117
117
  r = exec_delete(to_sql(arel, binds), name, binds)
118
- r.rows.first.to_i
118
+ r.rows.first.first.to_i
119
119
  end
120
120
 
121
121
  # TODO: deal with connection.close
data/sunstone.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "sunstone"
3
- s.version = '1.4.0'
3
+ s.version = '1.4.1'
4
4
  s.authors = ["Jon Bracy"]
5
5
  s.email = ["jonbracy@gmail.com"]
6
6
  s.homepage = "http://sunstonerb.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunstone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Bracy