bulk_update 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,7 +41,7 @@ module BulkUpdate
41
41
  columns = columns.clone
42
42
 
43
43
  # Add timestamp
44
- timestamp = Time.now
44
+ timestamp = Time.now.to_s(:db)
45
45
  add_timestamp = false
46
46
  add_updated_at = false
47
47
  unless columns.map(&:to_sym).include?(:created_at)
@@ -1,3 +1,3 @@
1
1
  module BulkUpdate
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bulk_update
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-24 00:00:00.000000000 Z
12
+ date: 2013-02-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  version: '0'
149
149
  requirements: []
150
150
  rubyforge_project:
151
- rubygems_version: 1.8.24
151
+ rubygems_version: 1.8.23
152
152
  signing_key:
153
153
  specification_version: 3
154
154
  summary: Enhances Active Record with a method for bulk inserts and a method for bulk