jinda 0.4.2 → 0.4.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: bc3233bf344c0e40aa585fb06a8be764ceffd04af7446c974efb3c900881023f
4
- data.tar.gz: 8faa2277e9766a778fb5722d591eb0d859d9b2b373929a8dff2f6de148a2d6ab
3
+ metadata.gz: 5cd4de28f45b4463ded5ffebe8043fbcfb119e2e7c5efd3b363b8204c9be59e3
4
+ data.tar.gz: 7c4ac62821ed90f54e9d4a79be1a50af44e19582a400435759caa6ecd7763e3b
5
5
  SHA512:
6
- metadata.gz: 2f9a99080fe8a52f15629f6238d568eaebd9e2625b9f86d72c2b8dc8c57588a2fa8fbe02d06b49aaa834c6e9891096067420c7cb718b791d5d2b84b67dc7b76c
7
- data.tar.gz: 6ede10a7234d245f6c334ddc28a91a9b81570047d09b7f8ce4af9a7320177437ec733217f009d7f1c026b53cdf36c8a97327be10a137525cdb976ada95ca86fd
6
+ metadata.gz: 0eaba51a975152a236b4437ce7db88cd5f9c286d6a062ed4cb91362bb4a284eaf064d2c6b8bc0767ac8311fce447249a2e670484682d0791b8c9bd8189442998
7
+ data.tar.gz: 6dea82f8dbee880741ebab8a4a8e249962d457f15869294aa55d6b703bebdfc73e6d1cf044e431ec07d7274010d7aa2989237d4f8db346954c81bbe27441d7e1
data/README.md CHANGED
@@ -39,7 +39,7 @@ app without ActiveRecord
39
39
 
40
40
  ## Add jinda to your Gemfile:
41
41
 
42
- gem 'jinda', '~> 0.4.2'
42
+ gem 'jinda', '~> 0.4.3'
43
43
 
44
44
  For Development (most updated)
45
45
 
@@ -11,7 +11,6 @@ module Jinda
11
11
  # inside("config/initializers") {(File.file? "mongoid.rb") ? (FileUtils.mv "mongoid.rb", "omniauth.rb.bak") : (puts "new mongoid.rb created")}
12
12
  (File.file? ".env") ? (FileUtils.mv ".env", ".env-bak") : (puts "backup .env")
13
13
  end
14
-
15
14
  desc "gen_image_store"
16
15
  def gen_image_store
17
16
  # FileUtils.cp "cloudinary.yml","config/cloudinary.yml"
@@ -65,6 +65,7 @@ module Jinda
65
65
  inside("config/initializers") {(File.file? "omniauth.rb") ? (FileUtils.mv 'omniauth.rb', 'omniauth.rb.bak') : (say "no omniauth.rb", :blue)}
66
66
  # inside("config/initializers") {(File.file? "mongoid.rb") ? (FileUtils.mv 'mongoid.rb', 'mongoid.rb.bak') : (say "no mongoid.rb")}
67
67
  # inside("config/initializers") {(File.file? "ckeditor.rb") ? (FileUtils.mv 'ckeditor.rb ckeditor.rb.bak') : (say "no ckeditor.rb ")}
68
+ inside("app/assets/config") {(File.file? "manifest.js") ? (FileUtils.mv "manifest.js", "manifest.js-rails") : (puts "backup to manifest.js-rails")}
68
69
  directory "app"
69
70
  directory "spec"
70
71
  directory "db"
@@ -21,7 +21,7 @@
21
21
 
22
22
  %h2 Installation
23
23
  %ul
24
- %li add gem 'jinda', '0.4.2'
24
+ %li add gem 'jinda', '0.4.3'
25
25
  %li bundle
26
26
  %li rails generate jinda:install
27
27
  %li (run all with "sh install.sh" )
@@ -1,3 +1,3 @@
1
1
  module Jinda
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jinda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prateep Kul