frameworks-capybara 0.0.28 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.28
1
+ 0.0.29
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{frameworks-capybara}
8
- s.version = "0.0.28"
8
+ s.version = "0.0.29"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcrmfc"]
@@ -22,7 +22,7 @@ module Frameworks
22
22
  @static_base_url = STATIC_PREFIX + BBC_DOMAIN
23
23
  @open_base_url = OPEN_PREFIX + BBC_DOMAIN
24
24
  elsif (ENV['ENVIRONMENT'].split('.')[0].include? 'pal') #address specific box
25
- @base_url = "http://#{ENV[ENVIRONMENT]}"
25
+ @base_url = "http://#{ENV['ENVIRONMENT']}"
26
26
  else
27
27
  @base_url = WWW_PREFIX + ENV['ENVIRONMENT'] + BBC_DOMAIN
28
28
  @static_base_url = STATIC_PREFIX + ENV['ENVIRONMENT'] + BBC_DOMAIN
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: 39
4
+ hash: 37
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 28
10
- version: 0.0.28
9
+ - 29
10
+ version: 0.0.29
11
11
  platform: ruby
12
12
  authors:
13
13
  - mcrmfc