cucumber-nagios 0.6.7 → 0.6.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +4 -1
  2. metadata +5 -5
data/README.md CHANGED
@@ -52,12 +52,15 @@ You'll need to bundle your dependencies to use cucumber-nagios.
52
52
  First you need to make sure the following dependencies are installed:
53
53
 
54
54
  - RubyGems
55
- - bundler gem (automatically pulled in by the cucumber-nagios gem)
55
+ - bundler08 gem (automatically pulled in by the cucumber-nagios gem)
56
56
 
57
57
  To bundle your dependencies, within your project directory run:
58
58
 
59
59
  $ gem bundle
60
60
 
61
+ *Please note*: cucumber-nagios uses `bundler08`, **not** `bundler`. Until the
62
+ `bundler` guys sort their shit out, I refuse to release software that uses it.
63
+
61
64
 
62
65
  Deploying to production
63
66
  =======================
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-nagios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.7
4
+ version: 0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lindsay Holmwood
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-16 00:00:00 +13:00
12
+ date: 2010-03-15 00:00:00 +11:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -33,14 +33,14 @@ dependencies:
33
33
  version: 0.8.3
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
- name: bundler
36
+ name: bundler08
37
37
  type: :runtime
38
38
  version_requirement:
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - ">="
41
+ - - "="
42
42
  - !ruby/object:Gem::Version
43
- version: 0.6.0
43
+ version: 0.8.5
44
44
  version:
45
45
  description: cucumber-nagios lets you write high-level behavioural tests for your web applications and Unix infrastructure that can be plugged into Nagios
46
46
  email: lindsay@holmwood.id.au