360_services 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{360_services}
5
- s.version = "1.1.2"
5
+ s.version = "1.1.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Sorenson Media"]
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'cucumber/rake/task'
4
4
  require 'echoe'
5
5
 
6
6
 
7
- Echoe.new('360_services', '1.1.2') do |p|
7
+ Echoe.new('360_services', '1.1.3') do |p|
8
8
  p.description = "Ruby bindings for Sorenson 360 Services"
9
9
  p.url = "http://github.com/sorenson/360_services"
10
10
  p.author = "Sorenson Media"
@@ -23,7 +23,7 @@ module Sorenson
23
23
  end
24
24
 
25
25
  def self.host
26
- ((RAILS_ENV['360LOCAL'].to_s.upcase == 'TRUE' && RAILS_ENV == 'development') || ['test', 'cucumber'].include?(RAILS_ENV)) ? 'http://localhost:3001' : 'http://360services.sorensonmedia.com'
26
+ ((ENV['360LOCAL'].to_s.upcase == 'TRUE' && ENV['RAILS_ENV'] == 'development') || ['test', 'cucumber'].include?(ENV['RAILS_ENV'])) ? 'http://localhost:3001' : 'http://360services.sorensonmedia.com'
27
27
  end
28
28
 
29
29
  def self.post_to(url, payload = {})
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 2
9
- version: 1.1.2
8
+ - 3
9
+ version: 1.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sorenson Media