date_flag 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +53 -53
  3. data/README.md +1 -1
  4. data/VERSION +1 -1
  5. data/date_flag.gemspec +4 -4
  6. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81ac20e106118d983414c2e1424b11b5b5be041b6a43398fd4a6345f11812b83
4
- data.tar.gz: da8a76cd9bbc5fdfc2106bb5149abad7b7b282a69848165a3fbe9f60e0051235
3
+ metadata.gz: 11679c392d03946975bf256a3554ecc79c6fa5d857fbcc4b49bb241b532c61fa
4
+ data.tar.gz: 4928c319bdd51a4e50eb7e6580482fcc2f023377342a7a2e6584e00accbd946f
5
5
  SHA512:
6
- metadata.gz: 9ebd180f586bb750b8295332a10d396dad5621f2ac4b135b63ff275a3c896e53604dd24585b708b71dceda1b31dd10a22b4adb7f504a69ab66fd26f9c875d2ea
7
- data.tar.gz: 92348d8773b5f3d7539116e6b3a4d246e4bf08e90ac0fff832c498383878e213953ad7ee136da31a2112130019fc3fdd16d18fe7239585d19c1ad9c21233617d
6
+ metadata.gz: 07caa3a367dbf8bf2702aef3ab21b177e95a1e8d4c1d16923c0eadbe09eb69ca5e84cb17e4850d8d6da8d28afd2d999729c7808f84761e9f305b68ab5cfeca27
7
+ data.tar.gz: 73da5686e402cd8abb92c3668b90994e78dec23a6891c1dbf4b252aff504997c15c0ef54dc551d8b8fe0d021885f243cf7cf90143c203890b225739a78500a04
data/Gemfile.lock CHANGED
@@ -1,43 +1,43 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- actioncable (5.2.1)
5
- actionpack (= 5.2.1)
4
+ actioncable (5.2.3)
5
+ actionpack (= 5.2.3)
6
6
  nio4r (~> 2.0)
7
7
  websocket-driver (>= 0.6.1)
8
- actionmailer (5.2.1)
9
- actionpack (= 5.2.1)
10
- actionview (= 5.2.1)
11
- activejob (= 5.2.1)
8
+ actionmailer (5.2.3)
9
+ actionpack (= 5.2.3)
10
+ actionview (= 5.2.3)
11
+ activejob (= 5.2.3)
12
12
  mail (~> 2.5, >= 2.5.4)
13
13
  rails-dom-testing (~> 2.0)
14
- actionpack (5.2.1)
15
- actionview (= 5.2.1)
16
- activesupport (= 5.2.1)
14
+ actionpack (5.2.3)
15
+ actionview (= 5.2.3)
16
+ activesupport (= 5.2.3)
17
17
  rack (~> 2.0)
18
18
  rack-test (>= 0.6.3)
19
19
  rails-dom-testing (~> 2.0)
20
20
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
21
- actionview (5.2.1)
22
- activesupport (= 5.2.1)
21
+ actionview (5.2.3)
22
+ activesupport (= 5.2.3)
23
23
  builder (~> 3.1)
24
24
  erubi (~> 1.4)
25
25
  rails-dom-testing (~> 2.0)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
27
- activejob (5.2.1)
28
- activesupport (= 5.2.1)
27
+ activejob (5.2.3)
28
+ activesupport (= 5.2.3)
29
29
  globalid (>= 0.3.6)
30
- activemodel (5.2.1)
31
- activesupport (= 5.2.1)
32
- activerecord (5.2.1)
33
- activemodel (= 5.2.1)
34
- activesupport (= 5.2.1)
30
+ activemodel (5.2.3)
31
+ activesupport (= 5.2.3)
32
+ activerecord (5.2.3)
33
+ activemodel (= 5.2.3)
34
+ activesupport (= 5.2.3)
35
35
  arel (>= 9.0)
36
- activestorage (5.2.1)
37
- actionpack (= 5.2.1)
38
- activerecord (= 5.2.1)
36
+ activestorage (5.2.3)
37
+ actionpack (= 5.2.3)
38
+ activerecord (= 5.2.3)
39
39
  marcel (~> 0.3.1)
40
- activesupport (5.2.1)
40
+ activesupport (5.2.3)
41
41
  concurrent-ruby (~> 1.0, >= 1.0.2)
42
42
  i18n (>= 0.7, < 2)
43
43
  minitest (~> 5.1)
@@ -45,11 +45,11 @@ GEM
45
45
  addressable (2.4.0)
46
46
  arel (9.0.0)
47
47
  builder (3.2.3)
48
- concurrent-ruby (1.1.3)
48
+ concurrent-ruby (1.1.5)
49
49
  crass (1.0.4)
50
50
  descendants_tracker (0.0.4)
51
51
  thread_safe (~> 0.3, >= 0.3.1)
52
- erubi (1.7.1)
52
+ erubi (1.8.0)
53
53
  faraday (0.9.2)
54
54
  multipart-post (>= 1.2, < 3)
55
55
  git (1.5.0)
@@ -60,11 +60,11 @@ GEM
60
60
  hashie (>= 3.4)
61
61
  mime-types (>= 1.16, < 3.0)
62
62
  oauth2 (~> 1.0)
63
- globalid (0.4.1)
63
+ globalid (0.4.2)
64
64
  activesupport (>= 4.2.0)
65
65
  hashie (3.6.0)
66
- highline (2.0.0)
67
- i18n (1.1.1)
66
+ highline (2.0.2)
67
+ i18n (1.6.0)
68
68
  concurrent-ruby (~> 1.0)
69
69
  jeweler (2.3.9)
70
70
  builder
@@ -85,54 +85,54 @@ GEM
85
85
  mini_mime (>= 0.1.1)
86
86
  marcel (0.3.3)
87
87
  mimemagic (~> 0.3.2)
88
- method_source (0.9.1)
88
+ method_source (0.9.2)
89
89
  mime-types (2.99.3)
90
- mimemagic (0.3.2)
90
+ mimemagic (0.3.3)
91
91
  mini_mime (1.0.1)
92
- mini_portile2 (2.3.0)
92
+ mini_portile2 (2.4.0)
93
93
  minitest (5.11.3)
94
94
  multi_json (1.13.1)
95
95
  multi_xml (0.6.0)
96
96
  multipart-post (2.0.0)
97
97
  nio4r (2.3.1)
98
- nokogiri (1.8.5)
99
- mini_portile2 (~> 2.3.0)
98
+ nokogiri (1.10.2)
99
+ mini_portile2 (~> 2.4.0)
100
100
  oauth2 (1.4.1)
101
101
  faraday (>= 0.8, < 0.16.0)
102
102
  jwt (>= 1.0, < 3.0)
103
103
  multi_json (~> 1.3)
104
104
  multi_xml (~> 0.5)
105
105
  rack (>= 1.2, < 3)
106
- psych (3.0.3)
107
- rack (2.0.6)
106
+ psych (3.1.0)
107
+ rack (2.0.7)
108
108
  rack-test (1.1.0)
109
109
  rack (>= 1.0, < 3)
110
- rails (5.2.1)
111
- actioncable (= 5.2.1)
112
- actionmailer (= 5.2.1)
113
- actionpack (= 5.2.1)
114
- actionview (= 5.2.1)
115
- activejob (= 5.2.1)
116
- activemodel (= 5.2.1)
117
- activerecord (= 5.2.1)
118
- activestorage (= 5.2.1)
119
- activesupport (= 5.2.1)
110
+ rails (5.2.3)
111
+ actioncable (= 5.2.3)
112
+ actionmailer (= 5.2.3)
113
+ actionpack (= 5.2.3)
114
+ actionview (= 5.2.3)
115
+ activejob (= 5.2.3)
116
+ activemodel (= 5.2.3)
117
+ activerecord (= 5.2.3)
118
+ activestorage (= 5.2.3)
119
+ activesupport (= 5.2.3)
120
120
  bundler (>= 1.3.0)
121
- railties (= 5.2.1)
121
+ railties (= 5.2.3)
122
122
  sprockets-rails (>= 2.0.0)
123
123
  rails-dom-testing (2.0.3)
124
124
  activesupport (>= 4.2.0)
125
125
  nokogiri (>= 1.6)
126
126
  rails-html-sanitizer (1.0.4)
127
127
  loofah (~> 2.2, >= 2.2.2)
128
- railties (5.2.1)
129
- actionpack (= 5.2.1)
130
- activesupport (= 5.2.1)
128
+ railties (5.2.3)
129
+ actionpack (= 5.2.3)
130
+ activesupport (= 5.2.3)
131
131
  method_source
132
132
  rake (>= 0.8.7)
133
133
  thor (>= 0.19.0, < 2.0)
134
- rake (12.3.1)
135
- rdoc (6.0.4)
134
+ rake (12.3.2)
135
+ rdoc (6.1.1)
136
136
  semver2 (3.4.2)
137
137
  sprockets (3.7.2)
138
138
  concurrent-ruby (~> 1.0)
@@ -141,8 +141,8 @@ GEM
141
141
  actionpack (>= 4.0)
142
142
  activesupport (>= 4.0)
143
143
  sprockets (>= 3.0.0)
144
- sqlite3 (1.3.13)
145
- thor (0.20.0)
144
+ sqlite3 (1.4.0)
145
+ thor (0.20.3)
146
146
  thread_safe (0.3.6)
147
147
  tzinfo (1.2.5)
148
148
  thread_safe (~> 0.1)
@@ -161,4 +161,4 @@ DEPENDENCIES
161
161
  sqlite3
162
162
 
163
163
  BUNDLED WITH
164
- 1.16.4
164
+ 2.0.1
data/README.md CHANGED
@@ -55,4 +55,4 @@ This results in instance methods `publish!` but the scopes are named
55
55
 
56
56
  ## License
57
57
 
58
- (C) 2009-2018 Scott Tadman, [The Working Group Inc.](http://twg.ca/)
58
+ (C) 2009-2019 Scott Tadman, [PostageApp Ltd.](https://postageapp.com/)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.3
1
+ 1.0.4
data/date_flag.gemspec CHANGED
@@ -2,16 +2,16 @@
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.0.3 ruby lib
5
+ # stub: date_flag 1.0.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "date_flag".freeze
9
- s.version = "1.0.3"
9
+ s.version = "1.0.4"
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
13
  s.authors = ["Scott Tadman <scott@twg.ca>".freeze]
14
- s.date = "2018-11-08"
14
+ s.date = "2019-04-09"
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
16
  s.email = "scott@twg.ca".freeze
17
17
  s.extra_rdoc_files = [
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
  "test/test_helper.rb"
33
33
  ]
34
34
  s.homepage = "http://github.com/twg/date_flag".freeze
35
- s.rubygems_version = "2.7.6".freeze
35
+ s.rubygems_version = "3.0.3".freeze
36
36
  s.summary = "Date field exension for ActiveRecord".freeze
37
37
 
38
38
  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.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Tadman <scott@twg.ca>
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-08 00:00:00.000000000 Z
11
+ date: 2019-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -118,8 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  - !ruby/object:Gem::Version
119
119
  version: '0'
120
120
  requirements: []
121
- rubyforge_project:
122
- rubygems_version: 2.7.6
121
+ rubygems_version: 3.0.3
123
122
  signing_key:
124
123
  specification_version: 4
125
124
  summary: Date field exension for ActiveRecord