reverse-require 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/README.txt +1 -1
- data/lib/reverse_require/version.rb +1 -1
- metadata +4 -4
- data/test/test_agates.rb +0 -0
data/History.txt
CHANGED
data/README.txt
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: reverse-require
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Postmodern Modulus III
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-10-
|
12
|
+
date: 2008-10-05 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -71,5 +71,5 @@ rubygems_version: 1.2.0
|
|
71
71
|
signing_key:
|
72
72
|
specification_version: 2
|
73
73
|
summary: reverse_require requires specific files from the gems which depend on a certain RubyGem and contain the specified path
|
74
|
-
test_files:
|
75
|
-
|
74
|
+
test_files: []
|
75
|
+
|
data/test/test_agates.rb
DELETED
File without changes
|