watirsplash 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ === Version 1.1.1 / 2011-02-17
2
+
3
+ * Minor fix for RSpec involving example groups without enough metadata
4
+
1
5
  === Version 1.1.0 / 2011-02-17
2
6
 
3
7
  * browser methods will be cached by #method_missing for faster lookup
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
@@ -100,6 +100,7 @@ module WatirSplash
100
100
  def append_extra_information_to_description(example_group)
101
101
  date = Time.now.strftime("%d.%m.%Y")
102
102
  spec_location, line_no = example_group.metadata[:example_group][:block].to_s.scan(/@(.*)(:\d+)>$/).flatten
103
+ return unless spec_location
103
104
  spec_location = Pathname.new(spec_location)
104
105
  relative_spec_path = spec_location.relative_path_from(Pathname.new(Dir.pwd + "/spec")).to_s
105
106
  appended_description = " @ #{relative_spec_path}#{line_no} (#{date})"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watirsplash
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jarmo Pertman
@@ -145,7 +145,7 @@ licenses: []
145
145
  post_install_message: |-
146
146
  *************************
147
147
 
148
- Thank you for installing WatirSplash 1.1.0! Don't forget to take a look at the README and History files!
148
+ Thank you for installing WatirSplash 1.1.1! Don't forget to take a look at the README and History files!
149
149
 
150
150
  Execute `watirsplash new` under your project's directory to generate a default project structure.
151
151
 
@@ -184,7 +184,7 @@ rubyforge_project:
184
184
  rubygems_version: 1.3.7
185
185
  signing_key:
186
186
  specification_version: 3
187
- summary: watirsplash 1.1.0
187
+ summary: watirsplash 1.1.1
188
188
  test_files:
189
189
  - spec/file_helper_spec.rb
190
190
  - spec/spec_helper_spec.rb