rspec-nc 0.0.2 → 0.0.3

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.
Files changed (4) hide show
  1. data/README.md +2 -0
  2. data/lib/nc.rb +1 -0
  3. data/rspec-nc.gemspec +1 -1
  4. metadata +4 -4
data/README.md CHANGED
@@ -3,6 +3,8 @@ RSpec Notification Center
3
3
 
4
4
  rspec-nc is an RSpec formatter for Mountain Lion's Notification Center.
5
5
 
6
+ ![Screenshot](http://twe4ked.github.com/rspec-nc/rspec-nc.jpg)
7
+
6
8
  Installation
7
9
  ------------
8
10
 
data/lib/nc.rb CHANGED
@@ -20,6 +20,7 @@ class Nc < RSpec::Core::Formatters::BaseTextFormatter
20
20
 
21
21
  def dump_pending; end
22
22
  def dump_failures; end
23
+ def message(message); end
23
24
 
24
25
  private
25
26
 
data/rspec-nc.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |gem|
3
3
  gem.name = 'rspec-nc'
4
- gem.version = '0.0.2'
4
+ gem.version = '0.0.3'
5
5
  gem.authors = ['Odin Dutton']
6
6
  gem.email = ['odindutton@gmail.com']
7
7
  gem.description = 'https://github.com/twe4ked/rspec-nc'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-nc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-20 00:00:00.000000000 Z
12
+ date: 2012-08-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: terminal-notifier
@@ -56,7 +56,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
56
  version: '0'
57
57
  segments:
58
58
  - 0
59
- hash: 614248334397508871
59
+ hash: -1037651066533919744
60
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  version: '0'
66
66
  segments:
67
67
  - 0
68
- hash: 614248334397508871
68
+ hash: -1037651066533919744
69
69
  requirements: []
70
70
  rubyforge_project:
71
71
  rubygems_version: 1.8.23