faster_require 0.5.1 → 0.5.2

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.2
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faster_require
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roger Pack
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
 
12
12
  date: 2010-02-02 00:00:00 -07:00
13
- default_executable: fast_require
13
+ default_executable: faster_require
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -45,7 +45,7 @@ dependencies:
45
45
  description:
46
46
  email: rogerdpack@gmail.com
47
47
  executables:
48
- - fast_require
48
+ - faster_require
49
49
  extensions: []
50
50
 
51
51
  extra_rdoc_files:
@@ -54,7 +54,7 @@ files:
54
54
  - README
55
55
  - Rakefile
56
56
  - VERSION
57
- - bin/fast_require
57
+ - bin/faster_require
58
58
  - lib/faster_require.rb
59
59
  - lib/rubygems_plugin.rb
60
60
  - spec/files/a_requires_b.rb