faster_rubygems 0.0.3 → 0.0.4

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.
File without changes
data/lib/frubygems.rb CHANGED
@@ -1 +1 @@
1
- require 'rubygems_fast'
1
+ require 'faster_rubygems'
data/lib/ubygemsf.rb CHANGED
@@ -1 +1 @@
1
- require 'rubygems_fast'
1
+ require 'faster_rubygems'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faster_rubygems
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors: []
7
7
 
@@ -23,7 +23,6 @@ extra_rdoc_files:
23
23
  - README
24
24
  files:
25
25
  - README
26
- - Rakefile
27
26
  - VERSION
28
27
  - examples/require_fast_start.rb
29
28
  - examples/require_rubygems_normal.rb
@@ -31,7 +30,7 @@ files:
31
30
  - install.rb
32
31
  - lib/frubygems.rb
33
32
  - lib/ubygemsf.rb
34
- - lib/rubygems_fast.rb
33
+ - lib/faster_rubygems.rb
35
34
  has_rdoc: true
36
35
  homepage:
37
36
  licenses: []
data/Rakefile DELETED
@@ -1,15 +0,0 @@
1
- begin
2
- require 'jeweler'
3
- raise 'do it by hand'
4
- Jeweler::Tasks.new do |gemspec|
5
- gemspec.name = "faster_rubygems"
6
- gemspec.summary = "faster gem loading"
7
- # gemspec.description = "Describe your gem"
8
- # gemspec.email = "josh@technicalpickles.com"
9
- # gemspec.homepage = "http://github.com/technicalpickles/the-perfect-gem"
10
- # gemspec.description = "TODO"
11
- # gemspec.authors = ["Josh Nichols"]
12
- end
13
- rescue LoadError
14
- puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
15
- end