comptroller 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Comptroller
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -5,6 +5,7 @@ her_url = 'http://127.0.0.1:3001'
5
5
  if defined? Rails
6
6
  her_url = case Rails.env
7
7
  when 'production'
8
+ 'https://duxware.optimispt.com'
8
9
  when 'rc', 'megatron'
9
10
  'https://dux-canary-rc.optimispt.com'
10
11
  when 'test','integration'
data/spec/spec_helper.rb CHANGED
@@ -12,7 +12,7 @@ BILLING_API.setup url: her_url do |c|
12
12
  c.use Faraday::Adapter::NetHttp
13
13
  end
14
14
 
15
- Rspec.configure do |config|
15
+ RSpec.configure do |config|
16
16
  config.after do
17
17
  Comptroller::ResetHelper.reset
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comptroller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: