rspec-prof 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rspec-prof}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Colin MacKenzie IV"]
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
35
  "spec/spec.opts",
36
36
  "spec/spec_helper.rb"
37
37
  ]
38
- s.homepage = %q{http://github.com/sinisterchipmunk/rspec-prof}
38
+ s.homepage = %q{http://www.thoughtsincomputation.com/}
39
39
  s.rdoc_options = ["--charset=UTF-8"]
40
40
  s.require_paths = ["lib"]
41
41
  s.rubygems_version = %q{1.3.7}
@@ -1,6 +1,6 @@
1
1
  require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2
2
 
3
- describe "RSpecProf" do
3
+ describe RSpecProf do
4
4
  # I'm still at a loss as to how to spec extensions to rspec short of just using the extension.
5
5
 
6
6
  shared_examples_for "profiling rspec" do
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-prof
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Colin MacKenzie IV
@@ -106,7 +106,7 @@ files:
106
106
  - spec/spec.opts
107
107
  - spec/spec_helper.rb
108
108
  has_rdoc: true
109
- homepage: http://github.com/sinisterchipmunk/rspec-prof
109
+ homepage: http://www.thoughtsincomputation.com/
110
110
  licenses: []
111
111
 
112
112
  post_install_message: