rspec-prof 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.rdoc +1 -1
- data/rspec-prof.gemspec +2 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26f3a8e22db632b711465efbd8bc47e46dcbe251
|
4
|
+
data.tar.gz: 24530cc7e79466c2648eafdaf41b6b297fb74a8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f220900d131fe4ee5ce7e94f7d4780f3257131981525be86a84d9ee68ec2e4472f398f34b4764997cb8d2802469bef67bbc61876f863516dd74e9f8eb47fd065
|
7
|
+
data.tar.gz: d4d0f629641abe1aef1d60bd712b47e7a0fe210506a5e23250f2122bbf0880b419e3a233cecbe94d991a9859b0be51b4a7c5716e9eab5b5e1535675440f4e644
|
data/Gemfile.lock
CHANGED
data/README.rdoc
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
= rspec-prof {<img src="https://travis-ci.org/sinisterchipmunk/rspec-prof.png?branch=master" alt="Build Status" />}[https://travis-ci.org/sinisterchipmunk/rspec-prof] {<img src="https://coveralls.io/repos/sinisterchipmunk/rspec-prof/badge.png?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/sinisterchipmunk/rspec-prof?branch=master]
|
1
|
+
= rspec-prof {<img src="https://travis-ci.org/sinisterchipmunk/rspec-prof.png?branch=master" alt="Build Status" />}[https://travis-ci.org/sinisterchipmunk/rspec-prof] {<img src="https://coveralls.io/repos/sinisterchipmunk/rspec-prof/badge.png?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/sinisterchipmunk/rspec-prof?branch=master] {<img src="https://codeclimate.com/github/sinisterchipmunk/rspec-prof.png" />}[https://codeclimate.com/github/sinisterchipmunk/rspec-prof]
|
2
2
|
|
3
3
|
Integrates ruby-prof with RSpec, allowing you to easily profile your RSpec
|
4
4
|
examples.
|
data/rspec-prof.gemspec
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
|
+
s.licenses = [ 'MIT' ]
|
4
5
|
s.name = "rspec-prof"
|
5
|
-
s.version = "0.0.
|
6
|
+
s.version = "0.0.5"
|
6
7
|
|
7
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
9
|
s.authors = ["Colin MacKenzie IV"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-prof
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Colin MacKenzie IV
|
@@ -136,7 +136,8 @@ files:
|
|
136
136
|
- lib/rspec-prof/filename_helpers.rb
|
137
137
|
- rspec-prof.gemspec
|
138
138
|
homepage: http://www.thoughtsincomputation.com/
|
139
|
-
licenses:
|
139
|
+
licenses:
|
140
|
+
- MIT
|
140
141
|
metadata: {}
|
141
142
|
post_install_message:
|
142
143
|
rdoc_options: []
|
@@ -154,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
155
|
version: '0'
|
155
156
|
requirements: []
|
156
157
|
rubyforge_project:
|
157
|
-
rubygems_version: 2.
|
158
|
+
rubygems_version: 2.1.11
|
158
159
|
signing_key:
|
159
160
|
specification_version: 4
|
160
161
|
summary: Integrates ruby-prof with RSpec, allowing you to easily profile your RSpec
|