frameworks-capybara 0.0.29 → 0.0.30

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.29
1
+ 0.0.30
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{frameworks-capybara}
8
- s.version = "0.0.29"
8
+ s.version = "0.0.30"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcrmfc"]
12
- s.date = %q{2011-05-12}
12
+ s.date = %q{2011-05-18}
13
13
  s.description = %q{gem ti aid setup of Capybara for testing bbc sites}
14
14
  s.email = %q{mcrobbins@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -3,12 +3,12 @@ require 'monkey-patches/cucumber-patches'
3
3
 
4
4
  module Frameworks
5
5
  module EnvHelper
6
-
6
+
7
7
  WWW_PREFIX = 'http://www.'
8
8
  STATIC_PREFIX = 'http://static.'
9
9
  OPEN_PREFIX = 'http://open.'
10
10
  BBC_DOMAIN = '.bbc.co.uk'
11
- STATIC_BBC_DOMAIN = '.bbci.co.uk'
11
+ STATIC_BBC_DOMAIN = '.bbc.co.uk'
12
12
  SANDBOX = 'http://pal.sandbox.dev'
13
13
  STATIC_SANDBOX = 'http://static.sandbox.dev'
14
14
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frameworks-capybara
3
3
  version: !ruby/object:Gem::Version
4
- hash: 37
4
+ hash: 35
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 29
10
- version: 0.0.29
9
+ - 30
10
+ version: 0.0.30
11
11
  platform: ruby
12
12
  authors:
13
13
  - mcrmfc
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-12 00:00:00 +01:00
18
+ date: 2011-05-18 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency