alert_message 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/generators/alert_message/install_generator.rb +1 -1
- data/lib/version/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 195bcd7a769716882ffa2e91ac1f1aae82bc2b83
|
4
|
+
data.tar.gz: 6a4f66fefb95899800b0b5402e395f6213753dea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03b15ad0dba8a9389e6f8f277a71fd30a440e5a637c16be5acbe9497c03ddb920380b1eb1a0eb6d106b8f3d7a6b7865d914ac3763fb1d1a8999caac69f5c2580
|
7
|
+
data.tar.gz: 4da7237f9d7744ad584a010be5a65af587026c69381b91e6c1fec6a1485d82c44f9aae825c71772b75caa0cd3fbaaed06f19c98b9f5a874e724f6ec7742bec91
|
@@ -3,7 +3,7 @@ module AlertMessage
|
|
3
3
|
source_root File.expand_path('../templates', __FILE__)
|
4
4
|
|
5
5
|
def copy_gfiles_alert
|
6
|
-
remove_file
|
6
|
+
remove_file "app/views/layouts/_alerts.html.erb"
|
7
7
|
copy_file "_alerts.html.erb", "app/views/layouts/_alerts.html.erb"
|
8
8
|
end
|
9
9
|
end
|
data/lib/version/version.rb
CHANGED