rspec-prof 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae9933597915662f4f7bca6325721f52cda3cafc
4
- data.tar.gz: 45924ff5c34120c71d82aa1be0dbbc08f671714a
3
+ metadata.gz: 26f3a8e22db632b711465efbd8bc47e46dcbe251
4
+ data.tar.gz: 24530cc7e79466c2648eafdaf41b6b297fb74a8b
5
5
  SHA512:
6
- metadata.gz: 88baa3fe89c1ec1aca70dacd78c07db54cef258f8f4e03c1b06df5c8711ad01a288b541d108ed995c83fe77c8c37f73b8dded637ba5dd6c548483cf5dd20227a
7
- data.tar.gz: 6a4fc8170ab7ab738e7f1d27efb10a24afa46e140cc54cecfe4d747224f1212f6a9be4fed39fd7657d846b3ac2ef35617414aa67139b9e27e1a9e84e221e60a4
6
+ metadata.gz: f220900d131fe4ee5ce7e94f7d4780f3257131981525be86a84d9ee68ec2e4472f398f34b4764997cb8d2802469bef67bbc61876f863516dd74e9f8eb47fd065
7
+ data.tar.gz: d4d0f629641abe1aef1d60bd712b47e7a0fe210506a5e23250f2122bbf0880b419e3a233cecbe94d991a9859b0be51b4a7c5716e9eab5b5e1535675440f4e644
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rspec-prof (0.0.4)
4
+ rspec-prof (0.0.5)
5
5
  rspec
6
6
  ruby-prof
7
7
 
@@ -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.
@@ -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.4"
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
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.0.3
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