poe_static 0.0.8 → 0.0.9

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
  SHA1:
3
- metadata.gz: 53db15d8837c9e2b9b9ce76a367909b484384936
4
- data.tar.gz: dc0a5f4795549f4d4dad205512694ba8d6f8e8b3
3
+ metadata.gz: a6309e1eada2ce30a08ea234ac695c337b7b4b97
4
+ data.tar.gz: 6c3ae9ad5f893ee82da21b41017d6f74976e0a5d
5
5
  SHA512:
6
- metadata.gz: 9db79891ed5f0951ded6c824cb74d2c718a29c54e65a0a46ce622418f14592eb5e6ddac78678342eca2a7710ec2250d0a72d212499c2ef148f8201d6a7f483f2
7
- data.tar.gz: b9baa81250fb81cec4d7b099d51074f54b2c419416503d07bea5d9b436ffaaa56ae8c2f2de06499ac5228ea0fb5d0fb2a3eece94517bcd47e734b7081c868021
6
+ metadata.gz: fb9fd45240d574622513d51f43704fcb8c64a8d5e3218199341e16de417e4ef579d017f95a544ee5e6a0bde19efa5b223b71bce1b3c4ac912e919dd7f4f6645f
7
+ data.tar.gz: e9de34cfb50ef5417c46f0a9e54694f94081147bea13fcc241f3ad72e76249b15dee2413183bc11498c589b7d0ad1b9934188a3cb996f0425e45e3741e085a18
@@ -0,0 +1,4 @@
1
+ require 'poe_static/engine'
2
+
3
+ module PoeStatic
4
+ end
@@ -1,6 +1,6 @@
1
- module PhantomOpenEmojiStatic
1
+ module PoeStatic
2
2
  class Engine < ::Rails::Engine
3
- initializer 'phantom_open_emoji_static.load_phantom_open_emoji_static' do |app|
3
+ initializer 'poe_static.load_poe_static' do |app|
4
4
  app.middleware.use ::ActionDispatch::Static, "#{root}/app"
5
5
  end
6
6
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'poe_static'
3
- s.version = '0.0.8'
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.8
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/phantom_open_emoji_static.rb
1106
- - lib/phantom_open_emoji_static/engine.rb
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:
@@ -1,4 +0,0 @@
1
- require 'phantom_open_emoji_static/engine'
2
-
3
- module PhantomOpenEmojiStatic
4
- end