poe_static 0.0.8 → 0.0.9
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: a6309e1eada2ce30a08ea234ac695c337b7b4b97
|
4
|
+
data.tar.gz: 6c3ae9ad5f893ee82da21b41017d6f74976e0a5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb9fd45240d574622513d51f43704fcb8c64a8d5e3218199341e16de417e4ef579d017f95a544ee5e6a0bde19efa5b223b71bce1b3c4ac912e919dd7f4f6645f
|
7
|
+
data.tar.gz: e9de34cfb50ef5417c46f0a9e54694f94081147bea13fcc241f3ad72e76249b15dee2413183bc11498c589b7d0ad1b9934188a3cb996f0425e45e3741e085a18
|
data/lib/poe_static.rb
ADDED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
|
-
module
|
1
|
+
module PoeStatic
|
2
2
|
class Engine < ::Rails::Engine
|
3
|
-
initializer '
|
3
|
+
initializer 'poe_static.load_poe_static' do |app|
|
4
4
|
app.middleware.use ::ActionDispatch::Static, "#{root}/app"
|
5
5
|
end
|
6
6
|
end
|
data/poe_static.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'poe_static'
|
3
|
-
s.version = '0.0.
|
3
|
+
s.version = '0.0.9'
|
4
4
|
s.license = "Source: MIT, Glyphs/Fonts: SIL, Images: CC-By 3.0"
|
5
5
|
s.summary = "Completely FOSS Emoji for everyone"
|
6
6
|
s.description = "Static pre-compiled assets for Phantom Open Emoji. Source at: https://github.com/Genshin/PhantomOpenEmojiStatic"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: poe_static
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rei Kagetsuki
|
@@ -1102,8 +1102,9 @@ files:
|
|
1102
1102
|
- app/assets/images/poe/png64/wink2.png
|
1103
1103
|
- app/assets/images/poe/png64/wolf_face.png
|
1104
1104
|
- app/assets/images/poe/png64/worried.png
|
1105
|
-
- lib/
|
1106
|
-
- lib/
|
1105
|
+
- lib/poe_static.rb
|
1106
|
+
- lib/poe_static/.engine.rb.swp
|
1107
|
+
- lib/poe_static/engine.rb
|
1107
1108
|
- poe_static.gemspec
|
1108
1109
|
homepage: http://genshin.org
|
1109
1110
|
licenses:
|