nishisuke_mountable_engine 0.1.2 → 0.1.3

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: 190731a6ae6b061d71cb71c195e687257e48154b64067fe18cf994f2362a6a45
4
- data.tar.gz: 5325c01da787d7f3e390118d01e224cd9467835f71ab9eeee87bcfb584ab0fc2
3
+ metadata.gz: 7e22fe134bd2f7f575106ed953cfab6460e90a02d9716bcc1812d41f3f4169c1
4
+ data.tar.gz: 430567c01568b80e28f83650a4a4291cae9c6efa640748e40b78f65ad0e0783b
5
5
  SHA512:
6
- metadata.gz: 601032b375c81549c249ece6b8f94bd74a821a45e5a39c7344c33c0d7277e182728349202f5902d2f3030b1a962c8bfb4e257851a04cdfc71532a8461a6e7517
7
- data.tar.gz: 75fdbfac0a5dfe26a2c107b97ecfc9819c2b73191c4c49d8b2fcdfb39809127d23ba7e5fcde3d0364c48ab6cfa7de73c6f6450da11339e856c7713dcadd447b6
6
+ metadata.gz: 39249664430424628cd0b95e2878b3d1f99c9979dc2521507f4d4c63ebfc7ecb7f6b4f05b83e136219c418ab28bf4fdab4d5dc00dd7b9232812249717a0ac346
7
+ data.tar.gz: a31a1bd18cb37c2de67cc24f42118545185168c6a1f1f175f37d10282afb8ad52e1fecbfc4cb79380db166136e6b88a339b1d588d30f0ff6049e51d2a1b4d5ba
@@ -0,0 +1,5 @@
1
+ .hoge {
2
+ width: 100px;
3
+ height: 100px;
4
+ background-color: red;
5
+ }
@@ -2,3 +2,4 @@
2
2
  <p>root</p>
3
3
  <p>root</p>
4
4
  <p>root</p>
5
+ <div class="hoge"></div>
@@ -1,3 +1,3 @@
1
1
  module NishisukeMountableEngine
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nishisuke_mountable_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - nishisuke
@@ -51,6 +51,7 @@ files:
51
51
  - app/assets/config/nishisuke_mountable_engine_manifest.js
52
52
  - app/assets/javascripts/nishisuke_mountable_engine/application.js
53
53
  - app/assets/stylesheets/nishisuke_mountable_engine/application.css
54
+ - app/assets/stylesheets/nishisuke_mountable_engine/hoge.css
54
55
  - app/controllers/nishisuke_mountable_engine/application_controller.rb
55
56
  - app/controllers/nishisuke_mountable_engine/nishisuke_controller.rb
56
57
  - app/helpers/nishisuke_mountable_engine/application_helper.rb