lasha 0.4.1 → 0.4.2

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: b898e8db44adb9872ffbc3ce26d4ad594ad8dafa1b4f958e7aab2b7227b3431a
4
- data.tar.gz: c13788e12744dcb9ef8a70cc81c92c3fe31d910376e6628bd4014c55c6db3406
3
+ metadata.gz: 6c36aa79b9c0515f2335beb736b1908a36650a9e6f88fb954254630e4c15d726
4
+ data.tar.gz: 339506fb49f00243a319938bfaed4ab21f796d15477c6c2ab073a554f936b77f
5
5
  SHA512:
6
- metadata.gz: 31e05aa47c1dbc200ee2f6c67c677e48dddbec1999fda9880d2635c3e114e80da982fb293f127257c9f665ec4d5e1eb3a303400c7d29d6a27a24a65432674131
7
- data.tar.gz: d5524467a920d2bd8770bc6c343d3a8aa577b8c4247741ae06f6519fae2e86b008f8047be7fede9e987b2dbfdb02d4022526f935c467c53bf8a6ede05b6137ca
6
+ metadata.gz: df0b4a5bae1d8f3d410e94476425280be2fecde201226927d97d10f4632315af3424906d6eff5aadd2b5e92362e0b7fed3d8ebfb5d58140cdaa10048c6540c9e
7
+ data.tar.gz: 7e242c046e174e0b7d5eabcc38b1a030010343d121cc32d065d0993b0f6d686827ad607a3d07b90d67df3f0beab5367194fa4183553b4dd85956b24167e60570
data/README.md CHANGED
@@ -72,12 +72,15 @@ $ gem install lasha
72
72
  ```
73
73
 
74
74
  ## Dependencies
75
+ Gems marked with `*` are required within engine, so you can use these gems without even including them inside your parent app Gemfile.
76
+
75
77
  * rails (5+)
76
- * sassc-rails
77
- * slim-rails
78
+ * sassc-rails (*)
79
+ * slim-rails (*)
78
80
  * rspec-rails
79
81
  * factory_bot_rails
80
82
 
83
+
81
84
  ## Development Helpers
82
85
  Snippet for quickly rebuilding gem
83
86
  ```
@@ -1,4 +1,6 @@
1
1
  require "lasha/engine"
2
+ require "slim-rails"
3
+ require "sassc-rails"
2
4
 
3
5
  module Lasha
4
6
  INDEX_ACTIONS = %i[new show edit destroy]
@@ -1,6 +1,3 @@
1
- require "slim-rails"
2
- require "sassc-rails"
3
-
4
1
  module Lasha
5
2
  class Engine < ::Rails::Engine
6
3
  config.app_generators do |g|
@@ -1,3 +1,3 @@
1
1
  module Lasha
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lasha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lasha Abulashvili