faster_require 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/bin/{fast_require → faster_require} +0 -0
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
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.
|
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:
|
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
|
-
-
|
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/
|
57
|
+
- bin/faster_require
|
58
58
|
- lib/faster_require.rb
|
59
59
|
- lib/rubygems_plugin.rb
|
60
60
|
- spec/files/a_requires_b.rb
|