watir-rspec 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bbbc8f72cbcb8c30d1ae8d802de384282a811d42
4
- data.tar.gz: 1b4866fceef13da65071c510b0363b26851599f6
3
+ metadata.gz: 25aef044138506ff2f88ca67c48f6b022e8ff4a8
4
+ data.tar.gz: 3c8d3b66e260a703a46807c39a7653fc4beb4d6a
5
5
  SHA512:
6
- metadata.gz: 586f19b53415d428a7261704d4e4d8932dc7fe1c91ecdde8029a2402e0cfcce22218e928aa59a2ecf23dcc793ce6be506faad23d2293486b8fa19b5596f20199
7
- data.tar.gz: 7ab92d211d77365d18218a8be6fd73cbf8663e3f1b103497ed9dd518aab0e89eea4ecc8ded1175ae58d9602b250c7570ffddabf39e9f33bcb85bcd0ec66faed5
6
+ metadata.gz: 76c75052d52353b225ed82070a207f8f51f7c4e25f3d344ce1453edd9e06bc9195cadb69c3fc43fc877a32742d23ac199fb6da49a3d604231650d4c0854e98fe
7
+ data.tar.gz: 2af29b991b245983bd40c1225245526f8ee42d7d35a7be39062b81b0338b6c01b9120175b11ce1879d5f7b7922dfb108c1e61c207d2a17382b44bdf78955bc0c
@@ -1,4 +1,8 @@
1
- # 1.0.0 - 2013/09/21
1
+ ### 1.0.1 - 2013/09/21
2
+
3
+ * documentation tweaks
4
+
5
+ ### 1.0.0 - 2013/09/21
2
6
 
3
7
  * add installation binary watir-rspec for easier installation of the gem
4
8
  * many internal changes
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Watir::RSpec
2
- [![Gem Version](https://badge.fury.io/rb/test-page.png)](http://badge.fury.io/rb/watir-rspec)
2
+ [![Gem Version](https://badge.fury.io/rb/watir-rspec.png)](http://badge.fury.io/rb/watir-rspec)
3
3
  [![Build Status](https://api.travis-ci.org/watir/watir-rspec.png)](http://travis-ci.org/watir/watir-rspec)
4
4
  [![Coverage](https://coveralls.io/repos/watir/watir-rspec/badge.png?branch=master)](https://coveralls.io/r/watir/watir-rspec)
5
5
 
@@ -17,7 +17,7 @@ Add these lines to your application's Gemfile:
17
17
 
18
18
  ````ruby
19
19
  group :test do
20
- gem 'watir-rspec'
20
+ gem "watir-rspec"
21
21
  end
22
22
  ````
23
23
 
data/bin/watir-rspec CHANGED
@@ -1,5 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "watir/rspec/cli"
3
+ require File.expand_path("../lib/watir/rspec/cli", File.dirname(__FILE__))
4
4
  Watir::RSpec::CLI.execute
5
-
@@ -1,5 +1,5 @@
1
1
  module Watir
2
2
  class RSpec
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watir-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jarmo Pertman
@@ -77,7 +77,7 @@ files:
77
77
  - .gitignore
78
78
  - .travis.yml
79
79
  - .yardopts
80
- - CHANGES
80
+ - CHANGES.md
81
81
  - Gemfile
82
82
  - LICENSE
83
83
  - README.md