brighter_planet_layout 0.2.14 → 0.2.15

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.2.14
1
+ 0.2.15
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{brighter_planet_layout}
8
- s.version = "0.2.14"
8
+ s.version = "0.2.15"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andy Rossmeissl"]
@@ -54,15 +54,15 @@ module BrighterPlanetLayout
54
54
  end
55
55
 
56
56
  def self.application_name
57
- ::Rails::VERSION::MAJOR == 3 ? ::Rails.application.name : ::APPLICATION_NAME
57
+ (::Rails::VERSION::MAJOR == 3) ? ::Rails.application.name : ::APPLICATION_NAME
58
58
  end
59
59
 
60
60
  def self.google_analytics_ua_number
61
- ::Rails::VERSION::MAJOR == 3 ? ::Rails.application.google_analytics_ua_number : ::GOOGLE_ANALYTICS_UA_NUMBER
61
+ (::Rails::VERSION::MAJOR == 3) ? ::Rails.application.google_analytics_ua_number : ::GOOGLE_ANALYTICS_UA_NUMBER
62
62
  end
63
63
 
64
64
  def self.rails_root
65
- ::Rails.respond_to? :root ? ::Rails.root : ::RAILS_ROOT
65
+ ::Rails.respond_to?(:root) ? ::Rails.root : ::RAILS_ROOT
66
66
  end
67
67
  end
68
68
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brighter_planet_layout
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 14
10
- version: 0.2.14
9
+ - 15
10
+ version: 0.2.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andy Rossmeissl