epom 0.9.4 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e9c4113502fefbc5778f90f4628a2250a020696
4
- data.tar.gz: 87235b12a06a778f3715e8987db9b7f80a443463
3
+ metadata.gz: 79a0d31aa0af83277be12b05b72a8195dfcdb671
4
+ data.tar.gz: 8684b4634a298d8b160a42c494cc4efafafb6d46
5
5
  SHA512:
6
- metadata.gz: d2cfb0b0537ff0e3446d00e5e8a5846cb630059d57704c3d9bf2d528e95dc797b25acba45ab94313b7ba82cd6628c6672f4b3dd4fd7d67202f9ae05f23553b1c
7
- data.tar.gz: d7402c2236109432922ed6f62c96f88244de4f5e6a6e590107e24faf88a7055e14f1962cc6db3e2688e2cd3fbdfd0b9a25c90f04e42ecc3d88358ca38f6e0103
6
+ metadata.gz: 5110ced064f3ad158fbaeab1e67f722cda13f7bde52bb47cd59b60846eabf3aebfb903da47e0511d8c95cfbe4208983152ff55f9a5d7ef92278db62f46dec781
7
+ data.tar.gz: f6642439f3fc82d99875789526a37132066885a01ecb729f207210a8403ea61caa3af875d0496a80c1a2ea5577bc2d3d0b88260b950286fc4975dc54977ad22f
@@ -1,3 +1,3 @@
1
1
  module Epom
2
- VERSION = '0.9.4'
2
+ VERSION = '0.9.6'
3
3
  end
@@ -5,7 +5,7 @@ module Epom
5
5
  def copy_epom_file
6
6
  template 'epom.rb', 'config/initializers/epom.rb'
7
7
  if File.exist?('.gitignore')
8
- inject_into_file '.gitignore', after: "/.bundle" do "\nconfig/initializers/epom.rb" end
8
+ inject_into_file '.gitignore', after: ".bundle/" do "\nconfig/initializers/epom.rb" end
9
9
  end
10
10
  end
11
11
  end
@@ -1,10 +1,10 @@
1
1
  Epom.configure do |config|
2
2
  config.epom_server = 'https://n29.epom.com/'
3
- config.username = 'username'
4
- config.password = 'password'
3
+ config.username = 'network'
4
+ config.password = 'network'
5
5
 
6
- config.proxy_address = ''
7
- config.proxy_port = ''
8
- config.proxy_user = ''
9
- config.proxy_password = ''
6
+ config.proxy_address = nil
7
+ config.proxy_port = nil
8
+ config.proxy_user = nil
9
+ config.proxy_password = nil
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Quintero
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-06-30 00:00:00.000000000 Z
13
+ date: 2015-07-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails