trophonius 1.2.6.1 → 1.2.6.2

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
  SHA256:
3
- metadata.gz: 41574e377e8690e833092a9dedd6e7929ae57bdc10d34aa61b76ff89369f8051
4
- data.tar.gz: '0096a1ae118fc10514f68005ad6408710ebc37269e7f2a1ba6fab7395e0f48da'
3
+ metadata.gz: 1bc9d3598ba559ee5887065d65fe023952f2192a1a5472d23d431304ba4d4cf7
4
+ data.tar.gz: dd179a8dc6dfa8810f91e877a04ee5af8d2ec592dbc6f9b2230ecefb86cb9eb1
5
5
  SHA512:
6
- metadata.gz: 2ef4fb3e20cb91540f88e391ffd83acc7f54165b2974d7a9ad62a18ebf35ca867829f9d6d09e7e1bcccbabdf1690f6bb0bfb8e083b4c387f598b6e4b31865a38
7
- data.tar.gz: e3f3eab5629b894e7e7a7aebc6dbe1252ed56d2c9a902d0a929f9a513bdc9edad66def8a20dcca697002f107f3016fa6c5151f0d48b838e74e836d2647e2d4f2
6
+ metadata.gz: 102ec3dc23e80c19ec238051454363f1d263e5e209b60f86cfad6d1498e03e65273ff2127ea57fbb61d83e1bcd7d1f715fe187b78b465bcfc3f95700a1f2e6d1
7
+ data.tar.gz: 535b030eb950218d4bb54d1a554834c03e402abc56bff1c40e44637467c8274b47c7657b0d73b18f95da4a8d95b8d4a304c5873cfa2cbb37fd60beb6cb899c82
@@ -1,6 +1,8 @@
1
1
  require 'trophonius_request'
2
2
  require 'trophonius_model'
3
3
  require 'trophonius_config'
4
+ require 'trophonius_date'
5
+ require 'trophonius_time'
4
6
 
5
7
  module Trophonius # :nodoc:
6
8
  def self.configuration
@@ -0,0 +1,5 @@
1
+ class Date
2
+ def to_fm
3
+ self.strftime('%m/%d/%Y')
4
+ end
5
+ end
@@ -0,0 +1,5 @@
1
+ class Time
2
+ def to_fm
3
+ self.strftime('%m-%d-%Y %H:%M:%S')
4
+ end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trophonius
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6.1
4
+ version: 1.2.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kempen Automatisering
@@ -42,6 +42,9 @@ dependencies:
42
42
  name: activesupport
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '6.0'
45
48
  - - ">="
46
49
  - !ruby/object:Gem::Version
47
50
  version: 6.0.3.1
@@ -49,6 +52,9 @@ dependencies:
49
52
  prerelease: false
50
53
  version_requirements: !ruby/object:Gem::Requirement
51
54
  requirements:
55
+ - - "~>"
56
+ - !ruby/object:Gem::Version
57
+ version: '6.0'
52
58
  - - ">="
53
59
  - !ruby/object:Gem::Version
54
60
  version: 6.0.3.1
@@ -62,6 +68,7 @@ files:
62
68
  - lib/trophonius.rb
63
69
  - lib/trophonius_config.rb
64
70
  - lib/trophonius_connection.rb
71
+ - lib/trophonius_date.rb
65
72
  - lib/trophonius_error.rb
66
73
  - lib/trophonius_model.rb
67
74
  - lib/trophonius_query.rb
@@ -69,6 +76,7 @@ files:
69
76
  - lib/trophonius_recordset.rb
70
77
  - lib/trophonius_redis_manager.rb
71
78
  - lib/trophonius_request.rb
79
+ - lib/trophonius_time.rb
72
80
  homepage: https://github.com/Willem-Jan/Trophonius
73
81
  licenses:
74
82
  - MIT