jinda 0.4.8 → 0.4.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
  SHA256:
3
- metadata.gz: 8aa0ffb53f373b21e1101f50fd1a285fff5585c8ae397b17811ae87f9bb9d3ef
4
- data.tar.gz: 685187e94dec480b330a59cb909ae1d0cf947aac99c7eb06f628b117c1b3d69f
3
+ metadata.gz: 042bb6fc61b659ff7b4a49552b2b12235d78f5330d87f45d41c372a4babd13da
4
+ data.tar.gz: a7e2f7d48ff8586ae259d58f182e0508c18c16f2f00ea36ad333e8ed6a85c16e
5
5
  SHA512:
6
- metadata.gz: 3266d2b971330ac47eae9661ddb821faeaececc2a81c53aa1828242e5889d5284f5804345da9c0e95f5bff76baf928f4a6fb5de89d138f6c21b91ca86b4f0878
7
- data.tar.gz: 69735773f2c305b5b7cc7896ea3ee0e12ee4d5275c9fb40a2432b9418f2cc588d1a81f7ce9f7c45100d64857c2e5152429f668ee9abc2e5844c9e31066cd523c
6
+ metadata.gz: 2463085a390a255b882fc7e0f3fe4107a079d13bbbc65988ee3148a4934dbf636e4a1d11dea8ae2c224c40144fec6fce585965e5b2c339b0b684e0e60207ef95
7
+ data.tar.gz: 58406a110bf6c497f6355e0673bc73b26da51bc12d39909c868cdee4b73fb4d3b5717abc5cdfb3ad63bb89ca16490bc2f403bb0517a4f34b758d7a67aa141235
data/README.md CHANGED
@@ -40,7 +40,7 @@ app without ActiveRecord
40
40
 
41
41
  ## Add jinda to your Gemfile:
42
42
 
43
- gem 'jinda', '~> 0.4.8'
43
+ gem 'jinda', '~> 0.4.9'
44
44
 
45
45
  For Development (most updated)
46
46
 
@@ -11,9 +11,9 @@ module Jinda
11
11
  # empty_directory "spec/support"
12
12
  # empty_directory "spec/model"
13
13
  # empty_directory "spec/routing"
14
- copy_file ".rspec", ".rspec.bak"
14
+ # copy_file ".rspec", ".rspec.bak"
15
15
  run "guard init"
16
- copy_file ".rspec",".rspec"
16
+ copy_file "dotrspec",".rspec"
17
17
  end
18
18
 
19
19
  desc "Finish generate rspec:install"
@@ -21,7 +21,7 @@
21
21
 
22
22
  %h2 Installation
23
23
  %ul
24
- %li add gem 'jinda', '0.4.8'
24
+ %li add gem 'jinda', '0.4.9'
25
25
  %li bundle
26
26
  %li rails generate jinda:install
27
27
  %li (run all with "sh install.sh" )
@@ -0,0 +1,3 @@
1
+ --color
2
+ --format documentation
3
+ --require 'rails_helper'
data/lib/jinda/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jinda
2
- VERSION = "0.4.8"
2
+ VERSION = "0.4.9"
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.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prateep Kul
@@ -343,6 +343,7 @@ files:
343
343
  - lib/generators/jinda/templates/config/cloudinary.yml
344
344
  - lib/generators/jinda/templates/db/seeds.rb
345
345
  - lib/generators/jinda/templates/dot/dot.env
346
+ - lib/generators/jinda/templates/dotrspec
346
347
  - lib/generators/jinda/templates/jinda.yml
347
348
  - lib/generators/jinda/templates/public/404.html
348
349
  - lib/generators/jinda/templates/public/422.html