autotest-fsevent 0.2.22 → 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 +4 -4
- data/CHANGELOG.md +35 -29
- data/README.md +1 -7
- data/lib/autotest-fsevent/version.rb +1 -1
- metadata +5 -26
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb917f0e89312e5f49b1193f5d8ce2585c1dfffc70d53bada9542bd05c898a25
|
4
|
+
data.tar.gz: ad2587fae1ce203c7fa37cf6bb78295c2ca87bfcc0b9ebdcfce56ed32bd627b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2c02e412eef804754be7b2d08218a4750afd6a2a4141db757964026708d00bc10c87cd19fe816bf12d02455967ac6018b17b92ba399905c54fc55b2b2df4d3e
|
7
|
+
data.tar.gz: 2a3ce1af5e1b72790c14449ba86f4d45427bcfce47ef1fdc492da0ec926ac2645c6ae03fbf2d8eea9f4b7e9e26627d75dfa6c3c3b33f9de28946e519f7baa8f5
|
data/CHANGELOG.md
CHANGED
@@ -2,154 +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
|
+
|
5
11
|
## 0.2.22
|
6
12
|
|
7
|
-
|
13
|
+
### Changes
|
8
14
|
* Update Ruby to 3.4
|
9
15
|
* Remove and ignore gems.locked
|
10
16
|
|
11
17
|
## 0.2.21
|
12
18
|
|
13
|
-
|
19
|
+
### Fixes
|
14
20
|
* Use `File#exist?` ([@dskecse](https://github.com/svoop/autotest-fsevent/pull/14))
|
15
21
|
|
16
22
|
## 0.2.20
|
17
23
|
|
18
|
-
|
24
|
+
### Changes
|
19
25
|
* Certificate updated
|
20
26
|
|
21
27
|
## 0.2.19
|
22
28
|
|
23
|
-
|
29
|
+
### Changes
|
24
30
|
* Support any past and future version of macOS in Darwin map
|
25
31
|
|
26
32
|
## 0.2.18
|
27
33
|
|
28
|
-
|
34
|
+
### Additions
|
29
35
|
* Support for macOS 11 Big Sur (plus next likely release)
|
30
36
|
|
31
37
|
## 0.2.17
|
32
38
|
|
33
|
-
|
39
|
+
### Minor Changes
|
34
40
|
* Sign gem and add checksums
|
35
41
|
|
36
42
|
## 0.2.16
|
37
43
|
|
38
|
-
|
44
|
+
### Changes
|
39
45
|
* Bundle updated
|
40
46
|
|
41
47
|
## 0.2.15
|
42
48
|
|
43
|
-
|
49
|
+
### Additions
|
44
50
|
* Support for macOS 10.15 Catalina
|
45
51
|
|
46
|
-
|
52
|
+
### Changes
|
47
53
|
* Drop RSpec in favor of minitest
|
48
54
|
* Rewrite README, CHANGELOG etc
|
49
55
|
|
50
56
|
## 0.2.14
|
51
57
|
|
52
|
-
|
58
|
+
### Additions
|
53
59
|
* Support for macOS 10.14 Mojave
|
54
60
|
|
55
61
|
## 0.2.13
|
56
62
|
|
57
|
-
|
63
|
+
### Additions
|
58
64
|
* Support for macOS 10.13 High Sierra
|
59
65
|
|
60
66
|
## 0.2.12
|
61
67
|
|
62
|
-
|
68
|
+
### Additions
|
63
69
|
* Support for macOS 10.12 Sierra
|
64
70
|
|
65
71
|
## 0.2.11
|
66
72
|
|
67
|
-
|
73
|
+
### Additions
|
68
74
|
* Support for macOS 10.11 El Capitan
|
69
75
|
|
70
76
|
## 0.2.10
|
71
77
|
|
72
|
-
|
78
|
+
### Additions
|
73
79
|
* Support for macOS 10.10 Yosemite
|
74
80
|
|
75
81
|
## 0.2.9
|
76
82
|
|
77
|
-
|
83
|
+
### Additions
|
78
84
|
* Support for macOS 10.9 Mavericks
|
79
85
|
|
80
86
|
## 0.2.8
|
81
87
|
|
82
|
-
|
88
|
+
### Changes
|
83
89
|
* Compatiblity with Xcode 4.3 (Pavel Forkert)
|
84
90
|
* Do nothing if installed on non-Darwin OS
|
85
91
|
|
86
92
|
## 0.2.7
|
87
93
|
|
88
|
-
|
94
|
+
### Changes
|
89
95
|
* Use `File.exists?` which is both Ruby 1.8 and 1.9
|
90
96
|
|
91
97
|
## 0.2.6
|
92
98
|
|
93
|
-
|
99
|
+
### Additions
|
94
100
|
* Add FSEVENT_SLEEP environment variable for prebuilt binaries
|
95
101
|
|
96
102
|
## 0.2.5
|
97
103
|
|
98
|
-
|
104
|
+
### Changes
|
99
105
|
* Don't reset GEMPATH if already set (Robert Lowe)
|
100
106
|
|
101
107
|
## 0.2.4
|
102
108
|
|
103
|
-
|
109
|
+
### Changes
|
104
110
|
* Update README due to autotest naming disagreement
|
105
111
|
* Switch from Jeweler to Bundler for development
|
106
112
|
|
107
113
|
## 0.2.3
|
108
114
|
|
109
|
-
|
115
|
+
### Changes
|
110
116
|
* Remove dependency on autotest
|
111
117
|
* Loosen dependency on rspec
|
112
118
|
|
113
119
|
## 0.2.2
|
114
120
|
|
115
|
-
|
121
|
+
### Additions
|
116
122
|
* Build binary at install time (inspired by Michael Hale)
|
117
123
|
|
118
124
|
## 0.2.1
|
119
125
|
|
120
|
-
|
126
|
+
### Changes
|
121
127
|
* Remove wait_for_changes before redefining it
|
122
128
|
* Add dependency for sys-uname (Cyril Mougel)
|
123
129
|
|
124
130
|
## 0.2.0
|
125
131
|
|
126
|
-
|
132
|
+
### Changes
|
127
133
|
* Change dependency from "ZenTest" to lightweight "autotest"
|
128
134
|
* Move waiting hook outside the loop (Sean DeNigris)
|
129
135
|
|
130
136
|
## 0.1.3
|
131
137
|
|
132
|
-
|
138
|
+
### Changes
|
133
139
|
* 64bit kernel compatibility workaround
|
134
140
|
* Update README for development to reflect changes at Github
|
135
141
|
|
136
142
|
## 0.1.2
|
137
143
|
|
138
|
-
|
144
|
+
### Additions
|
139
145
|
* Support for macOS 10.6 Snow Leopard
|
140
146
|
|
141
|
-
|
147
|
+
### Changes
|
142
148
|
* Reset the postinstall text color to previous
|
143
149
|
* Prepare for multi-platform extension
|
144
150
|
* Patch wait_for_changes to prevent fallback to polling (Darrick Wiebe)
|
145
151
|
|
146
152
|
## 0.1.1
|
147
153
|
|
148
|
-
|
154
|
+
### Changes
|
149
155
|
* Check platform with sys-uname instead of RUBY_PLATFORM
|
150
156
|
|
151
157
|
## 0.1.0
|
152
158
|
|
153
|
-
|
159
|
+
### Initial Implementation
|
154
160
|
* FSEvent instead of filesystem polling on macOS 10.5 Leopard or higher
|
155
161
|
* Formerly part of autotest-mac which is now deprecated
|
data/README.md
CHANGED
@@ -14,12 +14,6 @@ Thank you for supporting free and open-source software by sponsoring on [GitHub]
|
|
14
14
|
|
15
15
|
## Install
|
16
16
|
|
17
|
-
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:
|
18
|
-
|
19
|
-
```
|
20
|
-
gem cert --add <(curl -Ls https://raw.github.com/svoop/autotest-fsevent/main/certs/svoop.pem)
|
21
|
-
```
|
22
|
-
|
23
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:
|
24
18
|
|
25
19
|
https://developer.apple.com
|
@@ -39,7 +33,7 @@ gem autotest-fsevent, group: :development
|
|
39
33
|
And securely install the bundle:
|
40
34
|
|
41
35
|
```
|
42
|
-
bundle install
|
36
|
+
bundle install
|
43
37
|
```
|
44
38
|
|
45
39
|
Then add the following line *after all other requires* in your `~/.autotest` file:
|
metadata
CHANGED
@@ -1,34 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autotest-fsevent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sven Schwyn
|
8
8
|
bindir: bin
|
9
|
-
cert_chain:
|
10
|
-
-
|
11
|
-
-----BEGIN CERTIFICATE-----
|
12
|
-
MIIDODCCAiCgAwIBAgIBATANBgkqhkiG9w0BAQsFADAjMSEwHwYDVQQDDBhydWJ5
|
13
|
-
L0RDPWJpdGNldGVyYS9EQz1jb20wHhcNMjQxMTIwMjExMDIwWhcNMjUxMTIwMjEx
|
14
|
-
MDIwWjAjMSEwHwYDVQQDDBhydWJ5L0RDPWJpdGNldGVyYS9EQz1jb20wggEiMA0G
|
15
|
-
CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDcLg+IHjXYaUlTSU7R235lQKD8ZhEe
|
16
|
-
KMhoGlSUonZ/zo1OT3KXcqTCP1iMX743xYs6upEGALCWWwq+nxvlDdnWRjF3AAv7
|
17
|
-
ikC+Z2BEowjyeCCT/0gvn4ohKcR0JOzzRaIlFUVInlGSAHx2QHZ2N8ntf54lu7nd
|
18
|
-
L8CiDK8rClsY4JBNGOgH9UC81f+m61UUQuTLxyM2CXfAYkj/sGNTvFRJcNX+nfdC
|
19
|
-
hM9r2kH1+7wsa8yG7wJ2IkrzNACD8v84oE6qVusN8OLEMUI/NaEPVPbw2LUM149H
|
20
|
-
PVa0i729A4IhroNnFNmw4wOC93ARNbM1+LW36PLMmKjKudf5Exg8VmDVAgMBAAGj
|
21
|
-
dzB1MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSfK8MtR62mQ6oN
|
22
|
-
yoX/VKJzFjLSVDAdBgNVHREEFjAUgRJydWJ5QGJpdGNldGVyYS5jb20wHQYDVR0S
|
23
|
-
BBYwFIEScnVieUBiaXRjZXRlcmEuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQDSeB1x
|
24
|
-
8QK8F/ML37isgvwGiQxovDUqu6Sq14cQ1qE9y5prUBmL2AsDuCBpXXctcvamFqNC
|
25
|
-
PgfJtj7ZZcXmY0SfKCog7T1btkr6zYxPXpxwUqB45n0I6v5qc0UCNvMEfBzxlak5
|
26
|
-
VW7UMNlKD9qukeN55hxuLF2F/sLldMcHUo/ATgdV4zk1t3sK6A9+02wz5K5qfWdM
|
27
|
-
Mi+XWXmGd57uojk3RcIXNwBRRP4DTKcKgVXhuyHb7q1vjTXrS6bw1Ortu0KmWOIk
|
28
|
-
jTyRsT1gymASS2KHe+BaCTwD74GqO8q4woYLZgXnJ/PvgcFgY2FEi2Kn/sXLp4JE
|
29
|
-
boIgxQCMT+nxBHCD
|
30
|
-
-----END CERTIFICATE-----
|
31
|
-
date: 2024-12-25 00:00:00.000000000 Z
|
9
|
+
cert_chain: []
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
32
11
|
dependencies:
|
33
12
|
- !ruby/object:Gem::Dependency
|
34
13
|
name: sys-uname
|
@@ -98,9 +77,9 @@ executables: []
|
|
98
77
|
extensions:
|
99
78
|
- ext/fsevent/extconf.rb
|
100
79
|
extra_rdoc_files:
|
101
|
-
- README.md
|
102
80
|
- CHANGELOG.md
|
103
81
|
- LICENSE.txt
|
82
|
+
- README.md
|
104
83
|
files:
|
105
84
|
- CHANGELOG.md
|
106
85
|
- LICENSE.txt
|
@@ -146,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
146
125
|
- !ruby/object:Gem::Version
|
147
126
|
version: '0'
|
148
127
|
requirements: []
|
149
|
-
rubygems_version: 3.6.
|
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
|