auxesis-cucumber-nagios 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -16,13 +16,13 @@ As Bradley Taylor [put it](http://bradley.is/post/82649218/testing-dash-metrics-
16
16
  Quickstart
17
17
  ==========
18
18
 
19
- 0. gem sources -a http://gems.github.com
20
- 1. gem install auxesis-cucumber-nagios
21
- 2. cucumber-nagios-gen project bunch-o-tests
22
- 3. cd bunch-o-tests
23
- 4. rake deps
24
- 5. bin/cucumber-nagios-gen feature ebay.com.au bidding
25
- 6. bin/cucumber-nagios features/ebay.com.au/bidding.feature
19
+ 0. `gem sources -a http://gems.github.com`
20
+ 1. `gem install auxesis-cucumber-nagios`
21
+ 2. `cucumber-nagios-gen project bunch-o-tests`
22
+ 3. `cd bunch-o-tests`
23
+ 4. `rake deps`
24
+ 5. `bin/cucumber-nagios-gen feature ebay.com.au bidding`
25
+ 6. `bin/cucumber-nagios features/ebay.com.au/bidding.feature`
26
26
 
27
27
 
28
28
  Setting up a project
data/Rakefile CHANGED
@@ -21,3 +21,8 @@ task :deps do
21
21
  system("gem install #{dep} -i gems --no-rdoc --no-ri")
22
22
  end
23
23
  end
24
+
25
+ desc "build gem"
26
+ task :build do
27
+ system("gem build cucumber-nagios.gemspec")
28
+ end
@@ -0,0 +1,6 @@
1
+ .DS_Store
2
+ *~
3
+ .#*
4
+ gems/specifications/*
5
+ gems/gems/*
6
+ gems/bin/*
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auxesis-cucumber-nagios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lindsay Holmwood