blackboxd 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +5 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2afa0a4c261a9762e7ff90bb77e42e23eaf56db3
4
- data.tar.gz: 706318ae11fe27440b6a61ea55a791957f0d8a39
3
+ metadata.gz: 014708347e1e281c7ed9645d02062e859f25e5af
4
+ data.tar.gz: ba4a8edd14bf4aff7ecbdb71c6a00f8fbf858c41
5
5
  SHA512:
6
- metadata.gz: c59a9b207df171f42e9dbc933b77cc82247b9ce55fea99135d8b617b05b62a1f7dd1981f44922afa964b8317a03c32038b93a524282da27b333cea0366b2373f
7
- data.tar.gz: f3b2741511ac8f515f2fb903ad1f7f3584d615b847048f227f418e83289f3141030bd8b92e6cb195206bd1bd590d2b19ad8f8d989ece36ce873e55727edae6ee
6
+ metadata.gz: dcd2d13934c8809c1c839b5a191c7871b0472a946fb9bcf63ba64f48489c2b052b3385fde6926c0a570bf31b5f504ae6ac47c65dd3c4bfe84ef3e344e1797640
7
+ data.tar.gz: 85a84e700bf2568b1649656fc16f527ae9955e17157a4225d22ca48a71c1fb61a16cd0f48a527e6fd65db68bef56ad9158fd6c80a36299ec56b94767d3d74662
data/README.rdoc CHANGED
@@ -2,7 +2,11 @@
2
2
 
3
3
  Gem Dependencies: cucumber, selenium-webdriver, rspec
4
4
 
5
- Add **require 'blackboxd'** to your cucumber features/support/env.rb file and start playing with the steps found in lib/blackboxd.rb **
5
+ Add **require 'blackboxd'** to your cucumber features/support/env.rb file and start playing with these [Steps](https://github.com/richdownie/blackboxd_gem/blob/master/lib/blackboxd.rb)
6
+
7
+ == Example features/support/env.rb:
8
+
9
+ See [Gist](https://gist.github.com/richdownie/10763081)
6
10
 
7
11
  == Example Feature:
8
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackboxd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rich Downie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-07 00:00:00.000000000 Z
11
+ date: 2014-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -60,7 +60,7 @@ extra_rdoc_files: []
60
60
  files:
61
61
  - README.rdoc
62
62
  - lib/blackboxd.rb
63
- homepage: http://blackboxd.com
63
+ homepage: https://github.com/richdownie/blackboxd_gem
64
64
  licenses:
65
65
  - MIT
66
66
  metadata: {}