faster_path 0.3.6 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/faster_path.gemspec +4 -4
- data/lib/faster_path/version.rb +1 -1
- metadata +1 -2
- data/lib/faster_path.so +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10c02bf82e54ff3ebcc604e71b9852f35f542441db897fbde1c7eb058d651b8c
|
4
|
+
data.tar.gz: 0d94052d4fc9087160d080af40f125e4cb7366a57cadabc2b3320a30ff17fa07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 321d28a6fef356c3cc7a02e22261642352ea92833b21d0f4e7687557867e338b4f5d700da52ce6fdafad3370f82bfd8d250da539a47498fb9c0578b767f344af
|
7
|
+
data.tar.gz: f786358285e41337ab1549d219d9f329f870f207f1ddc01a0500ded38340da48ae9fda6e9dc36622cebf03e480ff926d7a48cf2e592d4217ec7db2c23cedf581
|
data/faster_path.gemspec
CHANGED
@@ -14,11 +14,11 @@ Gem::Specification.new do |spec|
|
|
14
14
|
spec.license = 'MIT OR Apache-2.0'
|
15
15
|
|
16
16
|
spec.files = [
|
17
|
-
'Cargo.lock', 'Cargo.toml', 'Gemfile',
|
18
|
-
'
|
19
|
-
'
|
17
|
+
'Cargo.lock', 'Cargo.toml', 'Gemfile', 'MIT-LICENSE.txt', 'README.md', 'Rakefile',
|
18
|
+
'bin/console', 'bin/setup', 'ext/Rakefile', 'faster_path.gemspec', 'lib/faster_path.rb',
|
19
|
+
'lib/faster_path/version.rb', 'lib/faster_path/thermite_initialize.rb',
|
20
|
+
'lib/faster_path/optional/monkeypatches.rb', 'lib/faster_path/optional/refinements.rb'
|
20
21
|
]
|
21
|
-
spec.files += Dir['lib/**/*']
|
22
22
|
spec.files += Dir['src/**/*']
|
23
23
|
|
24
24
|
spec.extensions = ['ext/Rakefile']
|
data/lib/faster_path/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: faster_path
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel P. Clark
|
@@ -155,7 +155,6 @@ files:
|
|
155
155
|
- ext/Rakefile
|
156
156
|
- faster_path.gemspec
|
157
157
|
- lib/faster_path.rb
|
158
|
-
- lib/faster_path.so
|
159
158
|
- lib/faster_path/optional/monkeypatches.rb
|
160
159
|
- lib/faster_path/optional/refinements.rb
|
161
160
|
- lib/faster_path/thermite_initialize.rb
|
data/lib/faster_path.so
DELETED
Binary file
|