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.
@@ -1,3 +1,7 @@
1
+ === 0.1.1 / 2008-10-05
2
+
3
+ * Renamed the gem file to reverse-require.
4
+
1
5
  === 0.1.0 / 2008-04-24
2
6
 
3
7
  * Fixed a bug where the paths of RubyGems were not being saved, preventing
data/README.txt CHANGED
@@ -27,7 +27,7 @@ designing plug-in systems for a RubyGem trivial.
27
27
 
28
28
  == INSTALL:
29
29
 
30
- $ sudo gem install reverserequire
30
+ $ sudo gem install reverse-require
31
31
 
32
32
  == LICENSE:
33
33
 
@@ -1,3 +1,3 @@
1
1
  module ReverseRequire
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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.0
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-02 00:00:00 -07:00
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
- - test/test_agates.rb
74
+ test_files: []
75
+
File without changes