date_flag 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (7) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/Rakefile +3 -3
  4. data/VERSION +1 -1
  5. data/date_flag.gemspec +7 -8
  6. metadata +6 -7
  7. data/Gemfile.lock +0 -182
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f31e903d2ecd09733b517f1e47b97a5aaac6fa0e7d21e70ba4652acba2131fdf
4
- data.tar.gz: a47136edf643814f0d666de06d57a32e7a1ed9f326804827067870b1839e9f1b
3
+ metadata.gz: 7f7119a76c1320d2980f404c90ff76726b8322e43e40c6a0d3f77714838fc28f
4
+ data.tar.gz: 9c1094f7e131296518442433109fe71803f80982ae5409b85f1a62106749824f
5
5
  SHA512:
6
- metadata.gz: 20cdbc314155641ba7743a20e3c5c01a350c64061b3b38880f1ebcf65b1cd17c194de642e85ed9d0aed40002d5797913675e836960abe95ad94d9e05e55e0cfd
7
- data.tar.gz: af251dc91155f2e4b9c087c3e12a19427301cfd920375628614f0465c6ec3b3f2022e647d564b80fc29b63af6eaf4bbe89acb0fd3046f9f03b8d33d6285fa123
6
+ metadata.gz: c4698721a9a43803a7cd9d0a2f42af08c3751b7392d50c9eb86e3bb93f95254d69dd0f3bef25a380a6e9a3e0511fc773013701828610eff8840d8f24143389fe
7
+ data.tar.gz: a269aed2ac3d8ffcde6327a5c854e47a9d70a7dd2aa884e7c6058654e36e711b7b2f45726e77b2e51340a15b234c1e175a3b702ae1672177b26d3719cc599230
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2009-2020 Scott Tadman, PostageApp Ltd.
1
+ Copyright (c) 2009-2022 Scott Tadman, PostageApp Ltd.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/Rakefile CHANGED
@@ -21,10 +21,10 @@ Jeweler::Tasks.new do |gem|
21
21
  gem.name = "date_flag"
22
22
  gem.summary = %Q{Date field exension for ActiveRecord}
23
23
  gem.description = %Q{Represents boolean fields as DateTime values to trigger events in the future or record when events happened in the past.}
24
- gem.email = 'scott@twg.ca'
25
- gem.homepage = "http://github.com/twg/date_flag"
24
+ gem.email = 'tadman@postageapp.com'
25
+ gem.homepage = "https://github.com/postageapp/date_flag"
26
26
  gem.authors = [
27
- "Scott Tadman <scott@twg.ca>"
27
+ "Scott Tadman <tadman@postageapp.com>"
28
28
  ]
29
29
  end
30
30
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.1
1
+ 1.1.2
data/date_flag.gemspec CHANGED
@@ -2,25 +2,24 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: date_flag 1.1.1 ruby lib
5
+ # stub: date_flag 1.1.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "date_flag".freeze
9
- s.version = "1.1.1"
9
+ s.version = "1.1.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
- s.authors = ["Scott Tadman <scott@twg.ca>".freeze]
14
- s.date = "2020-12-09"
13
+ s.authors = ["Scott Tadman <tadman@postageapp.com>".freeze]
14
+ s.date = "2022-07-20"
15
15
  s.description = "Represents boolean fields as DateTime values to trigger events in the future or record when events happened in the past.".freeze
16
- s.email = "scott@twg.ca".freeze
16
+ s.email = "tadman@postageapp.com".freeze
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE",
19
19
  "README.md"
20
20
  ]
21
21
  s.files = [
22
22
  "Gemfile",
23
- "Gemfile.lock",
24
23
  "LICENSE",
25
24
  "README.md",
26
25
  "Rakefile",
@@ -31,8 +30,8 @@ Gem::Specification.new do |s|
31
30
  "test/date_flag_test.rb",
32
31
  "test/test_helper.rb"
33
32
  ]
34
- s.homepage = "http://github.com/twg/date_flag".freeze
35
- s.rubygems_version = "3.1.4".freeze
33
+ s.homepage = "https://github.com/postageapp/date_flag".freeze
34
+ s.rubygems_version = "3.3.7".freeze
36
35
  s.summary = "Date field exension for ActiveRecord".freeze
37
36
 
38
37
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: date_flag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - Scott Tadman <scott@twg.ca>
7
+ - Scott Tadman <tadman@postageapp.com>
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-09 00:00:00.000000000 Z
11
+ date: 2022-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: '0'
83
83
  description: Represents boolean fields as DateTime values to trigger events in the
84
84
  future or record when events happened in the past.
85
- email: scott@twg.ca
85
+ email: tadman@postageapp.com
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files:
@@ -90,7 +90,6 @@ extra_rdoc_files:
90
90
  - README.md
91
91
  files:
92
92
  - Gemfile
93
- - Gemfile.lock
94
93
  - LICENSE
95
94
  - README.md
96
95
  - Rakefile
@@ -100,7 +99,7 @@ files:
100
99
  - lib/date_flag.rb
101
100
  - test/date_flag_test.rb
102
101
  - test/test_helper.rb
103
- homepage: http://github.com/twg/date_flag
102
+ homepage: https://github.com/postageapp/date_flag
104
103
  licenses: []
105
104
  metadata: {}
106
105
  post_install_message:
@@ -118,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
117
  - !ruby/object:Gem::Version
119
118
  version: '0'
120
119
  requirements: []
121
- rubygems_version: 3.1.4
120
+ rubygems_version: 3.3.7
122
121
  signing_key:
123
122
  specification_version: 4
124
123
  summary: Date field exension for ActiveRecord
data/Gemfile.lock DELETED
@@ -1,182 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- actioncable (6.0.3.4)
5
- actionpack (= 6.0.3.4)
6
- nio4r (~> 2.0)
7
- websocket-driver (>= 0.6.1)
8
- actionmailbox (6.0.3.4)
9
- actionpack (= 6.0.3.4)
10
- activejob (= 6.0.3.4)
11
- activerecord (= 6.0.3.4)
12
- activestorage (= 6.0.3.4)
13
- activesupport (= 6.0.3.4)
14
- mail (>= 2.7.1)
15
- actionmailer (6.0.3.4)
16
- actionpack (= 6.0.3.4)
17
- actionview (= 6.0.3.4)
18
- activejob (= 6.0.3.4)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (6.0.3.4)
22
- actionview (= 6.0.3.4)
23
- activesupport (= 6.0.3.4)
24
- rack (~> 2.0, >= 2.0.8)
25
- rack-test (>= 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
28
- actiontext (6.0.3.4)
29
- actionpack (= 6.0.3.4)
30
- activerecord (= 6.0.3.4)
31
- activestorage (= 6.0.3.4)
32
- activesupport (= 6.0.3.4)
33
- nokogiri (>= 1.8.5)
34
- actionview (6.0.3.4)
35
- activesupport (= 6.0.3.4)
36
- builder (~> 3.1)
37
- erubi (~> 1.4)
38
- rails-dom-testing (~> 2.0)
39
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
40
- activejob (6.0.3.4)
41
- activesupport (= 6.0.3.4)
42
- globalid (>= 0.3.6)
43
- activemodel (6.0.3.4)
44
- activesupport (= 6.0.3.4)
45
- activerecord (6.0.3.4)
46
- activemodel (= 6.0.3.4)
47
- activesupport (= 6.0.3.4)
48
- activestorage (6.0.3.4)
49
- actionpack (= 6.0.3.4)
50
- activejob (= 6.0.3.4)
51
- activerecord (= 6.0.3.4)
52
- marcel (~> 0.3.1)
53
- activesupport (6.0.3.4)
54
- concurrent-ruby (~> 1.0, >= 1.0.2)
55
- i18n (>= 0.7, < 2)
56
- minitest (~> 5.1)
57
- tzinfo (~> 1.1)
58
- zeitwerk (~> 2.2, >= 2.2.2)
59
- addressable (2.4.0)
60
- builder (3.2.4)
61
- concurrent-ruby (1.1.7)
62
- crass (1.0.6)
63
- descendants_tracker (0.0.4)
64
- thread_safe (~> 0.3, >= 0.3.1)
65
- erubi (1.10.0)
66
- faraday (0.9.2)
67
- multipart-post (>= 1.2, < 3)
68
- git (1.7.0)
69
- rchardet (~> 1.8)
70
- github_api (0.16.0)
71
- addressable (~> 2.4.0)
72
- descendants_tracker (~> 0.0.4)
73
- faraday (~> 0.8, < 0.10)
74
- hashie (>= 3.4)
75
- mime-types (>= 1.16, < 3.0)
76
- oauth2 (~> 1.0)
77
- globalid (0.4.2)
78
- activesupport (>= 4.2.0)
79
- hashie (4.1.0)
80
- highline (2.0.3)
81
- i18n (1.8.5)
82
- concurrent-ruby (~> 1.0)
83
- jeweler (2.3.9)
84
- builder
85
- bundler
86
- git (>= 1.2.5)
87
- github_api (~> 0.16.0)
88
- highline (>= 1.6.15)
89
- nokogiri (>= 1.5.10)
90
- psych
91
- rake
92
- rdoc
93
- semver2
94
- jwt (2.2.2)
95
- loofah (2.8.0)
96
- crass (~> 1.0.2)
97
- nokogiri (>= 1.5.9)
98
- mail (2.7.1)
99
- mini_mime (>= 0.1.1)
100
- marcel (0.3.3)
101
- mimemagic (~> 0.3.2)
102
- method_source (1.0.0)
103
- mime-types (2.99.3)
104
- mimemagic (0.3.5)
105
- mini_mime (1.0.2)
106
- mini_portile2 (2.4.0)
107
- minitest (5.14.2)
108
- multi_json (1.15.0)
109
- multi_xml (0.6.0)
110
- multipart-post (2.1.1)
111
- nio4r (2.5.4)
112
- nokogiri (1.10.10)
113
- mini_portile2 (~> 2.4.0)
114
- oauth2 (1.4.4)
115
- faraday (>= 0.8, < 2.0)
116
- jwt (>= 1.0, < 3.0)
117
- multi_json (~> 1.3)
118
- multi_xml (~> 0.5)
119
- rack (>= 1.2, < 3)
120
- psych (3.2.0)
121
- rack (2.2.3)
122
- rack-test (1.1.0)
123
- rack (>= 1.0, < 3)
124
- rails (6.0.3.4)
125
- actioncable (= 6.0.3.4)
126
- actionmailbox (= 6.0.3.4)
127
- actionmailer (= 6.0.3.4)
128
- actionpack (= 6.0.3.4)
129
- actiontext (= 6.0.3.4)
130
- actionview (= 6.0.3.4)
131
- activejob (= 6.0.3.4)
132
- activemodel (= 6.0.3.4)
133
- activerecord (= 6.0.3.4)
134
- activestorage (= 6.0.3.4)
135
- activesupport (= 6.0.3.4)
136
- bundler (>= 1.3.0)
137
- railties (= 6.0.3.4)
138
- sprockets-rails (>= 2.0.0)
139
- rails-dom-testing (2.0.3)
140
- activesupport (>= 4.2.0)
141
- nokogiri (>= 1.6)
142
- rails-html-sanitizer (1.3.0)
143
- loofah (~> 2.3)
144
- railties (6.0.3.4)
145
- actionpack (= 6.0.3.4)
146
- activesupport (= 6.0.3.4)
147
- method_source
148
- rake (>= 0.8.7)
149
- thor (>= 0.20.3, < 2.0)
150
- rake (13.0.1)
151
- rchardet (1.8.0)
152
- rdoc (6.2.1)
153
- semver2 (3.4.2)
154
- sprockets (4.0.2)
155
- concurrent-ruby (~> 1.0)
156
- rack (> 1, < 3)
157
- sprockets-rails (3.2.2)
158
- actionpack (>= 4.0)
159
- activesupport (>= 4.0)
160
- sprockets (>= 3.0.0)
161
- sqlite3 (1.4.2)
162
- thor (1.0.1)
163
- thread_safe (0.3.6)
164
- tzinfo (1.2.8)
165
- thread_safe (~> 0.1)
166
- websocket-driver (0.7.3)
167
- websocket-extensions (>= 0.1.0)
168
- websocket-extensions (0.1.5)
169
- zeitwerk (2.4.2)
170
-
171
- PLATFORMS
172
- ruby
173
-
174
- DEPENDENCIES
175
- activerecord (>= 3.0.0)
176
- jeweler
177
- rails
178
- rdoc
179
- sqlite3
180
-
181
- BUNDLED WITH
182
- 2.1.4