epom_rails 0.4.7 → 0.4.8
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: c9086f2e7afed647692d0bbb953e3cdc4e4fa10a
|
4
|
+
data.tar.gz: 55c358f0ef70b8d3d533469ae7bcc7773ffeb90a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc81a0b198c2c8fef6effdcd0fecbc1318da22295e86e201ac0e3f3aa31ae1e616b3cf6a634dba2dd593c9224227859e744ad8e59f06e0ec083d238613f7800d
|
7
|
+
data.tar.gz: bcd1eb4be831e8d578d23e122c1c772e54eb20960bf3d6908acaa35fc5cfccf1b2ea2b3fde438ed9b2232a9777ff518592604f3325eacd201e57040f9bda9fb8
|
data/lib/epom_rails/version.rb
CHANGED
@@ -5,7 +5,10 @@ module EpomRails
|
|
5
5
|
def copy_epom_rails_file
|
6
6
|
template 'epom_rails.rb', 'config/initializers/epom_rails.rb'
|
7
7
|
if File.exist?('.gitignore')
|
8
|
-
|
8
|
+
File.open('.gitignore','a'){|f| f.write("\nconfig/initializers/epom_rails.rb")}
|
9
|
+
end
|
10
|
+
if File.exist?('../../.gitignore')
|
11
|
+
File.open('../../.gitignore','a'){|f| f.write("\ntest/dummy/config/initializers/epom_rails.rb")}
|
9
12
|
end
|
10
13
|
end
|
11
14
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: epom_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Chang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|