autotest-fsevent 0.2.21 → 0.3.0

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: 26143ca1635656a088a288c395d3b66e3d6a07bd78496baf641d5e556322336f
4
- data.tar.gz: 6d2062c41274db393ff6786c7f74a16d2d368642fcec9184d492d7ab474046b5
3
+ metadata.gz: eb917f0e89312e5f49b1193f5d8ce2585c1dfffc70d53bada9542bd05c898a25
4
+ data.tar.gz: ad2587fae1ce203c7fa37cf6bb78295c2ca87bfcc0b9ebdcfce56ed32bd627b6
5
5
  SHA512:
6
- metadata.gz: 4ff34a0941e2772d7557c2e87a378fe77fd8ecef61fb0d708dcff21005660fd03dc2d1b5f8e1759a440622f75850974088c0e2d139977b43309e975f48d097b4
7
- data.tar.gz: dbcc9b98a79de9dcbfead1406898a4b0e4db81da5ef5b2759f210c374574cd60fa6a2e6604aabba5ba35c0e713aaec41c761579f3167d012e63fb42a1627126a
6
+ metadata.gz: e2c02e412eef804754be7b2d08218a4750afd6a2a4141db757964026708d00bc10c87cd19fe816bf12d02455967ac6018b17b92ba399905c54fc55b2b2df4d3e
7
+ data.tar.gz: 2a3ce1af5e1b72790c14449ba86f4d45427bcfce47ef1fdc492da0ec926ac2645c6ae03fbf2d8eea9f4b7e9e26627d75dfa6c3c3b33f9de28946e519f7baa8f5
data/CHANGELOG.md CHANGED
@@ -2,148 +2,160 @@
2
2
 
3
3
  Nothing so far
4
4
 
5
+ ## 0.3.0
6
+
7
+ ### Changes
8
+ * Drop certs
9
+ * Add action for trusted release
10
+
11
+ ## 0.2.22
12
+
13
+ ### Changes
14
+ * Update Ruby to 3.4
15
+ * Remove and ignore gems.locked
16
+
5
17
  ## 0.2.21
6
18
 
7
- #### Fixes
19
+ ### Fixes
8
20
  * Use `File#exist?` ([@dskecse](https://github.com/svoop/autotest-fsevent/pull/14))
9
21
 
10
22
  ## 0.2.20
11
23
 
12
- #### Changes
24
+ ### Changes
13
25
  * Certificate updated
14
26
 
15
27
  ## 0.2.19
16
28
 
17
- #### Changes
29
+ ### Changes
18
30
  * Support any past and future version of macOS in Darwin map
19
31
 
20
32
  ## 0.2.18
21
33
 
22
- #### Additions
34
+ ### Additions
23
35
  * Support for macOS 11 Big Sur (plus next likely release)
24
36
 
25
37
  ## 0.2.17
26
38
 
27
- #### Minor Changes
39
+ ### Minor Changes
28
40
  * Sign gem and add checksums
29
41
 
30
42
  ## 0.2.16
31
43
 
32
- #### Changes
44
+ ### Changes
33
45
  * Bundle updated
34
46
 
35
47
  ## 0.2.15
36
48
 
37
- #### Additions
49
+ ### Additions
38
50
  * Support for macOS 10.15 Catalina
39
51
 
40
- #### Changes
52
+ ### Changes
41
53
  * Drop RSpec in favor of minitest
42
54
  * Rewrite README, CHANGELOG etc
43
55
 
44
56
  ## 0.2.14
45
57
 
46
- #### Additions
58
+ ### Additions
47
59
  * Support for macOS 10.14 Mojave
48
60
 
49
61
  ## 0.2.13
50
62
 
51
- #### Additions
63
+ ### Additions
52
64
  * Support for macOS 10.13 High Sierra
53
65
 
54
66
  ## 0.2.12
55
67
 
56
- #### Additions
68
+ ### Additions
57
69
  * Support for macOS 10.12 Sierra
58
70
 
59
71
  ## 0.2.11
60
72
 
61
- #### Additions
73
+ ### Additions
62
74
  * Support for macOS 10.11 El Capitan
63
75
 
64
76
  ## 0.2.10
65
77
 
66
- #### Additions
78
+ ### Additions
67
79
  * Support for macOS 10.10 Yosemite
68
80
 
69
81
  ## 0.2.9
70
82
 
71
- #### Additions
83
+ ### Additions
72
84
  * Support for macOS 10.9 Mavericks
73
85
 
74
86
  ## 0.2.8
75
87
 
76
- #### Changes
88
+ ### Changes
77
89
  * Compatiblity with Xcode 4.3 (Pavel Forkert)
78
90
  * Do nothing if installed on non-Darwin OS
79
91
 
80
92
  ## 0.2.7
81
93
 
82
- #### Changes
94
+ ### Changes
83
95
  * Use `File.exists?` which is both Ruby 1.8 and 1.9
84
96
 
85
97
  ## 0.2.6
86
98
 
87
- #### Additions
99
+ ### Additions
88
100
  * Add FSEVENT_SLEEP environment variable for prebuilt binaries
89
101
 
90
102
  ## 0.2.5
91
103
 
92
- #### Changes
104
+ ### Changes
93
105
  * Don't reset GEMPATH if already set (Robert Lowe)
94
106
 
95
107
  ## 0.2.4
96
108
 
97
- #### Changes
109
+ ### Changes
98
110
  * Update README due to autotest naming disagreement
99
111
  * Switch from Jeweler to Bundler for development
100
112
 
101
113
  ## 0.2.3
102
114
 
103
- #### Changes
115
+ ### Changes
104
116
  * Remove dependency on autotest
105
117
  * Loosen dependency on rspec
106
118
 
107
119
  ## 0.2.2
108
120
 
109
- #### Additions
121
+ ### Additions
110
122
  * Build binary at install time (inspired by Michael Hale)
111
123
 
112
124
  ## 0.2.1
113
125
 
114
- #### Changes
126
+ ### Changes
115
127
  * Remove wait_for_changes before redefining it
116
128
  * Add dependency for sys-uname (Cyril Mougel)
117
129
 
118
130
  ## 0.2.0
119
131
 
120
- #### Changes
132
+ ### Changes
121
133
  * Change dependency from "ZenTest" to lightweight "autotest"
122
134
  * Move waiting hook outside the loop (Sean DeNigris)
123
135
 
124
136
  ## 0.1.3
125
137
 
126
- #### Changes
138
+ ### Changes
127
139
  * 64bit kernel compatibility workaround
128
140
  * Update README for development to reflect changes at Github
129
141
 
130
142
  ## 0.1.2
131
143
 
132
- #### Additions
144
+ ### Additions
133
145
  * Support for macOS 10.6 Snow Leopard
134
146
 
135
- #### Changes
147
+ ### Changes
136
148
  * Reset the postinstall text color to previous
137
149
  * Prepare for multi-platform extension
138
150
  * Patch wait_for_changes to prevent fallback to polling (Darrick Wiebe)
139
151
 
140
152
  ## 0.1.1
141
153
 
142
- #### Changes
154
+ ### Changes
143
155
  * Check platform with sys-uname instead of RUBY_PLATFORM
144
156
 
145
157
  ## 0.1.0
146
158
 
147
- #### Initial Implementation
159
+ ### Initial Implementation
148
160
  * FSEvent instead of filesystem polling on macOS 10.5 Leopard or higher
149
161
  * Formerly part of autotest-mac which is now deprecated
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  [![Version](https://img.shields.io/gem/v/autotest-fsevent.svg?style=flat)](https://rubygems.org/gems/autotest-fsevent)
2
- [![Donorbox](https://img.shields.io/badge/donate-on_donorbox-yellow.svg)](https://donorbox.org/bitcetera)
2
+ [![GitHub Sponsors](https://img.shields.io/github/sponsors/svoop.svg)](https://github.com/sponsors/svoop)
3
3
 
4
4
  # autotest-fsevent
5
5
 
@@ -10,13 +10,9 @@ Apple has introduced FSEvent with Mac OS X 10.5 which is a very efficient way to
10
10
  * [Homepage](https://github.com/svoop/autotest-fsevent)
11
11
  * Author: [Sven Schwyn - Bitcetera](http://www.bitcetera.com)
12
12
 
13
- ## Install
14
-
15
- This gem is [cryptographically signed](https://guides.rubygems.org/security/#using-gems) in order to assure it hasn't been tampered with. Unless already done, please add the author's public key as a trusted certificate now:
13
+ Thank you for supporting free and open-source software by sponsoring on [GitHub](https://github.com/sponsors/svoop) or on [Donorbox](https://donorbox.com/bitcetera). Any gesture is appreciated, from a single Euro for a ☕️ cup of coffee to 🍹 early retirement.
16
14
 
17
- ```
18
- gem cert --add <(curl -Ls https://raw.github.com/svoop/autotest-fsevent/main/certs/svoop.pem)
19
- ```
15
+ ## Install
20
16
 
21
17
  In order to compile the fsevent binary at install time, Xcode (macOS development suite) must be installed. You can download it for free from:
22
18
 
@@ -37,7 +33,7 @@ gem autotest-fsevent, group: :development
37
33
  And securely install the bundle:
38
34
 
39
35
  ```
40
- bundle install --trust-policy MediumSecurity
36
+ bundle install
41
37
  ```
42
38
 
43
39
  Then add the following line *after all other requires* in your `~/.autotest` file:
@@ -1,5 +1,5 @@
1
1
  class Autotest
2
2
  module FSEvent
3
- VERSION = "0.2.21"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,33 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autotest-fsevent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.21
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Schwyn
8
- autorequire:
9
8
  bindir: bin
10
- cert_chain:
11
- - |
12
- -----BEGIN CERTIFICATE-----
13
- MIIC+jCCAeKgAwIBAgIBAjANBgkqhkiG9w0BAQsFADAjMSEwHwYDVQQDDBhydWJ5
14
- L0RDPWJpdGNldGVyYS9EQz1jb20wHhcNMjMxMTEwMTgyMzM2WhcNMjQxMTA5MTgy
15
- MzM2WjAjMSEwHwYDVQQDDBhydWJ5L0RDPWJpdGNldGVyYS9EQz1jb20wggEiMA0G
16
- CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDcLg+IHjXYaUlTSU7R235lQKD8ZhEe
17
- KMhoGlSUonZ/zo1OT3KXcqTCP1iMX743xYs6upEGALCWWwq+nxvlDdnWRjF3AAv7
18
- ikC+Z2BEowjyeCCT/0gvn4ohKcR0JOzzRaIlFUVInlGSAHx2QHZ2N8ntf54lu7nd
19
- L8CiDK8rClsY4JBNGOgH9UC81f+m61UUQuTLxyM2CXfAYkj/sGNTvFRJcNX+nfdC
20
- hM9r2kH1+7wsa8yG7wJ2IkrzNACD8v84oE6qVusN8OLEMUI/NaEPVPbw2LUM149H
21
- PVa0i729A4IhroNnFNmw4wOC93ARNbM1+LW36PLMmKjKudf5Exg8VmDVAgMBAAGj
22
- OTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSfK8MtR62mQ6oN
23
- yoX/VKJzFjLSVDANBgkqhkiG9w0BAQsFAAOCAQEAXhT/LpMArF3JRcZSRkJDY+dU
24
- GKCRqOefi2iydqh1yIqXyTA9PGR1w5O6O+WS1FvF+sHCwh8fFjCuStg2L8V2RSeo
25
- aDtfZ5s80sL8wRFxg3kek69cBuI6ozU+rf9DaXlMES4i8+zASsdv9Y4a2BsbhEdE
26
- 9AtuMcWn5a45TOO0S4Q8OuV0v705V38Ow15J2RDRvkFRySt+//8/Vd57XAJxPXU0
27
- k/QvZU05f6HMYBrPogJgIzHC/C5N/yeE4BVEuBDn+10Zb1iu3aDk8sd0uMgukCY8
28
- TUmlP5A6NeGdeDJIoLgromAKs+nvI7TWzhQq9ODs51XhxgUFRCvBqUTpjTQigw==
29
- -----END CERTIFICATE-----
30
- date: 2023-12-08 00:00:00.000000000 Z
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
31
11
  dependencies:
32
12
  - !ruby/object:Gem::Dependency
33
13
  name: sys-uname
@@ -97,9 +77,9 @@ executables: []
97
77
  extensions:
98
78
  - ext/fsevent/extconf.rb
99
79
  extra_rdoc_files:
100
- - README.md
101
80
  - CHANGELOG.md
102
81
  - LICENSE.txt
82
+ - README.md
103
83
  files:
104
84
  - CHANGELOG.md
105
85
  - LICENSE.txt
@@ -145,8 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
125
  - !ruby/object:Gem::Version
146
126
  version: '0'
147
127
  requirements: []
148
- rubygems_version: 3.4.22
149
- signing_key:
128
+ rubygems_version: 3.6.9
150
129
  specification_version: 4
151
130
  summary: Use FSEvent instead of filesystem polling
152
131
  test_files: []
checksums.yaml.gz.sig DELETED
Binary file
data.tar.gz.sig DELETED
Binary file
metadata.gz.sig DELETED
Binary file