process_metrics_activerecord 0.1.6 → 0.1.7

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: e4276bab9f12429d2f256791974ef74a8c4c518a
4
- data.tar.gz: cecb286b02dd9d8cdd164ba94add33f20373e959
3
+ metadata.gz: 3936eba10dc01b31a66fb61c953490a830578267
4
+ data.tar.gz: d4d2d9654d0aedda5b868c660f71056cebea2eaa
5
5
  SHA512:
6
- metadata.gz: f91bd003a3b5d8c966d3ab79160729824b1d821e66112eb2d8ec363f64c3a6ca10381006454fa8398d82edadb214d3d9bdbd6c8d5abfbfd7179f0d4ad9997d30
7
- data.tar.gz: b355c407da83ee572b56c5fc8dc838c91126462fc1e40a30f68c0b0768eb6cf42c19fa46dbeaa1716b5b16dfd23a47a4a64035d365be146ccf922a460c6885de
6
+ metadata.gz: 03e5a5ee7d90655267ba01dd50045837ea890106a2077c4759ec0cb07c10471d14180ee59a02cc508ce1b14f630f440e51fdeb29e9acebdffb47891b4542d14f
7
+ data.tar.gz: 284830a1810e879d8cee89e0274ed6e6d30b7c1dac66f36cb4c419cc9a4859013792cec1ab0900ddec0cbe9a7c7711169508ed491ea9ab7af4732d3ffef46f0c
@@ -8,9 +8,9 @@ module ProcessMetrics
8
8
  t.string :uuid, :parent_uuid, limit: 36
9
9
  t.string :name
10
10
  t.text :data
11
- t.datetime :started_at, :finished_at, limit: 6
11
+ t.datetime :started_at, :finished_at
12
12
 
13
- t.timestamps(6)
13
+ t.timestamps
14
14
  end
15
15
  add_index table_name.to_sym, :uuid
16
16
  add_index table_name.to_sym, :parent_uuid
@@ -1,7 +1,7 @@
1
1
  module ProcessMetrics
2
2
  module Persistence
3
3
  module ActiveRecord
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
6
6
  end
7
7
  end
@@ -1,5 +1,5 @@
1
1
  require 'process_metrics'
2
2
  require 'process_metrics/persistence/active_record'
3
3
 
4
- ::Time::DATE_FORMATS[:db] = "%Y-%m-%d %H:%M:%S.%N"
4
+ # ::Time::DATE_FORMATS[:db] = "%Y-%m-%d %H:%M:%S.%N"
5
5
  ProcessMetrics.config.persistence = ProcessMetrics::Persistence::ActiveRecord
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: process_metrics_activerecord
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Uyezu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-21 00:00:00.000000000 Z
11
+ date: 2014-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord