jinda 0.3.0 → 0.3.1

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: 567b8dc24404ca3a968b2d10b839c3a963262f0a8ac1d3467e4c7e26d5bef3dd
4
- data.tar.gz: aabeee85f5f36c04842249aba34e28527523dfa1342be37812c2a8cfe1adff25
3
+ metadata.gz: 8d9ea8a9eb5447dcf631c54baa7447fe32d8c95d9f64c02fa31fa9efaa0efbf5
4
+ data.tar.gz: dde9f196a7afa3935920460380a0211c4c5200eb334f233023c4ff0e0a611f79
5
5
  SHA512:
6
- metadata.gz: 23f83eec02e541752afc67c5749907621f1987c93f29e442ca89e37154d7bffe6793b15286a7cc0882166ea19e50786e56ae2263587a2d220d2af8bd8f3ccaef
7
- data.tar.gz: 55dc1154aeb252884d8291d9e3a214a1b330bbfa28b91e500bf64c48351e64f8c4cdb94307f5967efc0fc6514cf53e31da021c2f33c0e7f08084aa0d052cd4f6
6
+ metadata.gz: cc8b39e406bdf1257ab4bf2aab7988dabf0f3b3702f18ac36edf83047d0d1b875d11cb5690d0804b46ad423af4fb09f64356f98bc10392cf68d81e9f4c02522e
7
+ data.tar.gz: 399b2d90cb3a41ad1c22c035d8fc31bb62780a5d84560e35a693280d1978072df3002e4268b2f0779aa0195cc783a5bebe32e720c746b41411bf7e76b4339023
data/README.md CHANGED
@@ -36,7 +36,7 @@ app without ActiveRecord
36
36
 
37
37
  ## Add jinda to your Gemfile:
38
38
 
39
- gem 'jinda', '~> 0.3.0'
39
+ gem 'jinda', '~> 0.3.1'
40
40
 
41
41
  For Development (most updated)
42
42
 
@@ -17,7 +17,7 @@ module Jinda
17
17
  def gen_image_store
18
18
  copy_file "cloudinary.yml","config/cloudinary.yml"
19
19
  copy_file ".env",".env"
20
- copy_file ".rspec",".rspec"
20
+ copy_file "dot.rspec",".rspec"
21
21
  empty_directory "upload" # create upload directory just in case
22
22
  end
23
23
  desc "Set up omniauth config"
@@ -20,7 +20,7 @@
20
20
 
21
21
  %h2 Installation
22
22
  %ul
23
- %li add gem 'jinda', '0.3.0'
23
+ %li add gem 'jinda', '0.3.1'
24
24
  %li bundle
25
25
  %li rails generate jinda:install
26
26
  %li bundle
@@ -0,0 +1,3 @@
1
+ --require rails_helper
2
+ --color
3
+ --format doc
@@ -1,3 +1,3 @@
1
1
  module Jinda
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
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.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prateep Kul
@@ -419,6 +419,7 @@ files:
419
419
  - lib/generators/jinda/templates/app/views/users/pwd/enter.html.erb
420
420
  - lib/generators/jinda/templates/app/views/users/user/enter_user.html.erb
421
421
  - lib/generators/jinda/templates/cloudinary.yml
422
+ - lib/generators/jinda/templates/dot.rspec
422
423
  - lib/generators/jinda/templates/jinda.yml
423
424
  - lib/generators/jinda/templates/public/404.html
424
425
  - lib/generators/jinda/templates/public/422.html