faster_path 0.3.6 → 0.3.7

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: 9810b638650c7a45d00f4e89971b0cac59275b7f93ecb0f14bef436178168d54
4
- data.tar.gz: 50c8087b92194dc7ef647e10cfb196e1b34a3d07d4943a18f1fa3a2994ffe6e7
3
+ metadata.gz: 10c02bf82e54ff3ebcc604e71b9852f35f542441db897fbde1c7eb058d651b8c
4
+ data.tar.gz: 0d94052d4fc9087160d080af40f125e4cb7366a57cadabc2b3320a30ff17fa07
5
5
  SHA512:
6
- metadata.gz: ce61ad5a3197562c9cb5669fdd255ad612fee60bab943c38ce2a6f14eba888bd493bf4a91872a6dda83a1fb03cedabcc9cba6d68803073fed8ee126f80631bfc
7
- data.tar.gz: be4799a77231a45b410e8b4207903a288c65ba284ec58bd68a6061ab2ca2440d52e159b1513abf75ce582d3505c5a586d08023854e2c4d7fd108f357824de484
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
- 'MIT-LICENSE.txt', 'README.md', 'Rakefile', 'bin/console', 'bin/setup',
19
- 'ext/Rakefile', 'faster_path.gemspec'
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']
@@ -1,3 +1,3 @@
1
1
  module FasterPath
2
- VERSION = "0.3.6"
2
+ VERSION = "0.3.7"
3
3
  end
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.6
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