mumuki-emojis 1.1.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a1257d1818fedbd835ad0f48054b7074ee27093bda33a3d4e80251774044fbc
|
|
4
|
+
data.tar.gz: d15553b8d9d9903f13685852fed0f13b57e50aa3738d5e07c7599c9ce236164a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d103576f98b1c7b53e636284a0865eed9683e145632a3234d7b65aca9a2cd094258f1739eacb4a536b7b8d078a92bcb046e8fb45c3fdf6e724e0a5411e9691d1
|
|
7
|
+
data.tar.gz: c4a999f690761a79824307b7a5ed8e8690ac7a8108885898f6a9389f2fc535df1a93ec9914d63561893ca9dbb2693174b0d27ad68f67ffe1212747656f59af5e
|
data/Rakefile
CHANGED
|
@@ -8,7 +8,8 @@ task :default => :spec
|
|
|
8
8
|
namespace :wrapper do
|
|
9
9
|
desc 'Wrap emojis assets into this gem'
|
|
10
10
|
task wrap: :clean do
|
|
11
|
-
|
|
11
|
+
cp '../dist/javascripts/mumuki-emojis.js', 'app/assets/javascripts'
|
|
12
|
+
cp '../dist/stylesheets/mumuki-emojis.css', 'app/assets/stylesheets'
|
|
12
13
|
cp '../mumuki-emojis-shortnames.json', 'app/assets/json'
|
|
13
14
|
end
|
|
14
15
|
|