libgems 0.0.4 → 0.0.5

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/blah.rb ADDED
@@ -0,0 +1,5 @@
1
+ module Blah
2
+ def self.hi
3
+ puts "hi"
4
+ end
5
+ end
@@ -99,7 +99,7 @@ module LibGems
99
99
  NAME = 'LibGems'
100
100
  GEM_NAME = 'libgems'
101
101
  VERSION = '1.3.8'
102
- LIBGEMS_VERSION = '0.0.4'
102
+ LIBGEMS_VERSION = '0.0.5'
103
103
 
104
104
  ##
105
105
  # Raised when SlimGems is unable to load or activate a gem. Contains the
@@ -147,6 +147,10 @@ class LibGems::Dependency
147
147
  "#{name} (#{requirement}, #{type})"
148
148
  end
149
149
 
150
+ def to_yaml_type
151
+ "!ruby/object:Gem::Dependency"
152
+ end
153
+
150
154
  def version_requirements # :nodoc:
151
155
  unless LibGems::Dependency.warned_version_requirement then
152
156
  warn "#{LibGems.location_of_caller.join ':'}:Warning: " \
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libgems
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2011-06-16 00:00:00.000000000Z
15
+ date: 2011-07-06 00:00:00.000000000Z
16
16
  dependencies: []
17
17
  description: ! "# SlimGems\n\n* Website: http://slimgems.github.com/\n* Github: http://github.com/slimgems/slimgems\n*
18
18
  Get gems from: http://rubygems.org\n\n## Description\n\nSlimGems is a drop-in replacement
@@ -229,6 +229,7 @@ files:
229
229
  - test/test_kernel.rb
230
230
  - History.txt
231
231
  - LICENSE.txt
232
+ - blah.rb
232
233
  - README.md
233
234
  - Rakefile
234
235
  - ChangeLog