belly 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/TODO +2 -1
  2. data/VERSION +1 -1
  3. data/belly.gemspec +2 -2
  4. data/lib/belly.rb +1 -0
  5. metadata +3 -3
data/TODO CHANGED
@@ -1,4 +1,5 @@
1
+ default config for host / port pointing to production so gem has it hard-coded
2
+ better error handling when something goes wrong on the server
1
3
  Work out why I can't use cucumber -r, and have to require 'belly' explicitly instead. annoying.
2
4
  Replace sinatra FakeHub with a rack app
3
5
  CLI tools for initing a project (like heroku)
4
- default config for host / port pointing to production so gem has it hard-coded
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.1.0
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{belly}
8
- s.version = "0.0.2"
8
+ s.version = "0.1.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matt Wynne"]
12
- s.date = %q{2010-07-19}
12
+ s.date = %q{2010-07-21}
13
13
  s.default_executable = %q{belly}
14
14
  s.description = %q{Client app for the incredible new belly web service, coming soon.}
15
15
  s.email = %q{matt@mattwynne.net}
@@ -14,6 +14,7 @@ module Belly
14
14
  def publish(scenario)
15
15
  feature_name = scenario.feature.name.split("\n").first # TODO: only needed for older cucumbers
16
16
  data = {
17
+ :type => :cucumber_scenario_result,
17
18
  :id => { :feature => feature_name, :scenario => scenario.name },
18
19
  :status => scenario.status,
19
20
  :project => config.project
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 2
10
- version: 0.0.2
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Wynne
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-19 00:00:00 +01:00
18
+ date: 2010-07-21 00:00:00 +01:00
19
19
  default_executable: belly
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency