webkit-rspec-formatter 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -260,7 +260,7 @@ GEMSPEC = Gem::Specification.new do |gem|
260
260
 
261
261
  gem.authors = "Michael Granger"
262
262
  gem.email = ["ged@FaerieMUD.org"]
263
- gem.homepage = 'http://deveiate.org/projects/WebKit-RSpec-Formatter'
263
+ gem.homepage = 'http://deveiate.org/webkit-rspec-formatter.html'
264
264
 
265
265
  gem.has_rdoc = true
266
266
  gem.rdoc_options = RDOC_OPTIONS
@@ -282,6 +282,7 @@ GEMSPEC = Gem::Specification.new do |gem|
282
282
  gem.signing_key = '/Volumes/Keys/ged-private_gem_key.pem'
283
283
  gem.cert_chain = [File.expand_path('~/.gem/ged-public_gem_cert.pem')]
284
284
 
285
+
285
286
  DEPENDENCIES.each do |name, version|
286
287
  version = '>= 0' if version.length.zero?
287
288
  gem.add_runtime_dependency( name, version )
@@ -11,7 +11,7 @@
11
11
  % example.example_group.ancestors.push(example.example_group).each do |group|
12
12
  % if group.metadata[:shared_group_name]
13
13
  Shared Example Group: "<%= h group.metadata[:shared_group_name] %>" called from
14
- "<%= h backtrace_line(group.metadata[:example_group][:location]) %>
14
+ "<%= backtrace_line(group.metadata[:example_group][:location]) %>
15
15
  % break
16
16
  % end
17
17
  % end
@@ -13,7 +13,7 @@ class RSpec::Core::Formatters::WebKit < RSpec::Core::Formatters::BaseTextFormatt
13
13
  include ERB::Util
14
14
 
15
15
  # Version constant
16
- VERSION = '2.0.0'
16
+ VERSION = '2.0.1'
17
17
 
18
18
  # Look up the datadir falling back to a relative path (mostly for prerelease testing)
19
19
  DEFAULT_DATADIR = Pathname( Config.datadir('webkit-rspec-formatter') )
data/rake/publishing.rb CHANGED
@@ -5,6 +5,8 @@
5
5
  RELEASE_NOTES_FILE = 'release.notes'
6
6
  RELEASE_ANNOUNCE_FILE = 'release.ann'
7
7
 
8
+ GEM_PUBHOST = '' unless defined?( GEM_PUBHOST )
9
+
8
10
  require 'net/smtp'
9
11
  require 'net/protocol'
10
12
  require 'openssl'
data/rake/testing.rb CHANGED
@@ -58,7 +58,7 @@ begin
58
58
 
59
59
  desc "Generate regular color 'doc' spec output"
60
60
  RSpec::Core::RakeTask.new( :doc ) do |task|
61
- task.rspec_opts = COMMON_RSPEC_OPTS + ['-f', 'p', '-c']
61
+ task.rspec_opts = COMMON_RSPEC_OPTS + ['-f', 'd', '-c']
62
62
  end
63
63
 
64
64
  desc "Generate spec output with profiling"
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webkit-rspec-formatter
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 0
10
- version: 2.0.0
9
+ - 1
10
+ version: 2.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Granger
@@ -35,7 +35,7 @@ cert_chain:
35
35
  cmlhXe46pZNJgWKbxZah85jIjx95hR8vOI+NAM5iH9kOqK13DrxacTKPhqj5PjwF
36
36
  -----END CERTIFICATE-----
37
37
 
38
- date: 2010-10-25 00:00:00 -07:00
38
+ date: 2010-10-29 00:00:00 -07:00
39
39
  default_executable:
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
@@ -166,7 +166,7 @@ files:
166
166
  - ./data/webkit-rspec-formatter/templates/pending-fixed.rhtml
167
167
  - ./data/webkit-rspec-formatter/templates/pending.rhtml
168
168
  has_rdoc: true
169
- homepage: http://deveiate.org/projects/WebKit-RSpec-Formatter
169
+ homepage: http://deveiate.org/webkit-rspec-formatter.html
170
170
  licenses: []
171
171
 
172
172
  post_install_message: |-
metadata.gz.sig CHANGED
Binary file