fake-gem 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/fake_gem.rb +1 -0
  2. metadata +3 -3
@@ -4,6 +4,7 @@ require "rubygems/installer"
4
4
 
5
5
  class FakeGem
6
6
  DEFAULT_VERSION = "99.0.0"
7
+ SUMMARY = "Make RubyGems think that a gem is already installed."
7
8
 
8
9
  include Gem::UserInteraction
9
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fake-gem
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
  - Paul Battley
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-02-21 00:00:00 +00:00
12
+ date: 2010-06-29 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -22,8 +22,8 @@ extensions: []
22
22
  extra_rdoc_files: []
23
23
 
24
24
  files:
25
- - lib/rubygems_plugin.rb
26
25
  - lib/fake_gem.rb
26
+ - lib/rubygems_plugin.rb
27
27
  has_rdoc: true
28
28
  homepage: http://github.com/threedaymonk/fake-gem
29
29
  licenses: []