evt-command_line-component_generator 2.0.1.4 → 2.0.1.5

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
  SHA256:
3
- metadata.gz: 7c0aef2b4365d75efac929d884575ce8876415207ac346f956ccc079ba134201
4
- data.tar.gz: ca7d5046235a046b364a0e2c58d4bbeb64f50d9b44928c1e60a9479126ec2eaf
3
+ metadata.gz: c4b30b1ed028ad5f2b53c8f25524af784302bc8e2108c4c04bdb7a3e806c4fe9
4
+ data.tar.gz: 97c65714c1794e29264d7bc2c36e0b853d45fd71f4dd600f9f922d4601c213af
5
5
  SHA512:
6
- metadata.gz: 47d633dacb9a97a977707b6a417ba8473ba4ad47cd6525ea3469e774e1026475a26b4df87339932fc0603abc2d278420d6bf285dd30b4bf1fcf7689d3a111e34
7
- data.tar.gz: d9255a9e0abd18a03fa061d62dd9df8b108a83cf7449f846c35d7ad9b4dc58f149469fac8d624a21a7309337c8015b76c45fb938db84e549f731da9a964d7777
6
+ metadata.gz: eb64299460d8e399deaae1e16efb2b624b97abf1687015511f9137fca5459954df509ab6b5dd93188883a3dc701a4c6148c1d4a17e9e0a460ff08de11b5f1375
7
+ data.tar.gz: 7dd6917860cedf66340c71711381884c7d3a2e27c5713341c7e5eb55fbb3ff91aaa6f5f647a7837316cb4967b0babc89ed1dc231a9dcd3c543fa7bb39e2d97da
@@ -48,7 +48,7 @@ module <%= component_constant_name %>
48
48
 
49
49
  module Raw
50
50
  def self.example(time=nil, offset_milliseconds: nil)
51
- offset_milliseconds ||= Processed.offset_milliseconds
51
+ offset_milliseconds ||= Effective.offset_milliseconds
52
52
  Clock::Controls::Time::Offset::Raw.example(offset_milliseconds, time: time, precision: ISO8601.precision)
53
53
  end
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evt-command_line-component_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1.4
4
+ version: 2.0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Eventide Project
8
8
  autorequire:
9
9
  bindir: executable
10
10
  cert_chain: []
11
- date: 2019-12-10 00:00:00.000000000 Z
11
+ date: 2020-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  requirements: []
117
- rubygems_version: 3.0.1
117
+ rubygems_version: 3.1.2
118
118
  signing_key:
119
119
  specification_version: 4
120
120
  summary: Command line Eventide component generator