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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79a0d31aa0af83277be12b05b72a8195dfcdb671
|
4
|
+
data.tar.gz: 8684b4634a298d8b160a42c494cc4efafafb6d46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5110ced064f3ad158fbaeab1e67f722cda13f7bde52bb47cd59b60846eabf3aebfb903da47e0511d8c95cfbe4208983152ff55f9a5d7ef92278db62f46dec781
|
7
|
+
data.tar.gz: f6642439f3fc82d99875789526a37132066885a01ecb729f207210a8403ea61caa3af875d0496a80c1a2ea5577bc2d3d0b88260b950286fc4975dc54977ad22f
|
data/lib/epom/version.rb
CHANGED
@@ -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: "
|
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 = '
|
4
|
-
config.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
|
+
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-
|
13
|
+
date: 2015-07-08 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|