jinda 0.4.7 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 119fac4331a78af49b8ec28f6df4744a3fa56319ef093411a029414dda346113
4
- data.tar.gz: bbd39bb1b7680381ae8a5e04b76bf7d4a258b0dfe71b7df55a172a15f18edeba
3
+ metadata.gz: 8aa0ffb53f373b21e1101f50fd1a285fff5585c8ae397b17811ae87f9bb9d3ef
4
+ data.tar.gz: 685187e94dec480b330a59cb909ae1d0cf947aac99c7eb06f628b117c1b3d69f
5
5
  SHA512:
6
- metadata.gz: 16a25c8c876374b6519f36f316e26782c01f19a4eefbc09998242567a514f8ac010dd04631bbfde5346ed1fc82a3b206c6d12146bbead07acbb46b880eac4f06
7
- data.tar.gz: 718d4016f0392ba519ff9d84ed7d42d81e099f264b7c1bcb81b82f7c2530b2a79dc15001e1f39671098166dccf0869cb4fb6ad0419508b54d106919e82874393
6
+ metadata.gz: 3266d2b971330ac47eae9661ddb821faeaececc2a81c53aa1828242e5889d5284f5804345da9c0e95f5bff76baf928f4a6fb5de89d138f6c21b91ca86b4f0878
7
+ data.tar.gz: 69735773f2c305b5b7cc7896ea3ee0e12ee4d5275c9fb40a2432b9418f2cc588d1a81f7ce9f7c45100d64857c2e5152429f668ee9abc2e5844c9e31066cd523c
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.7'
43
+ gem 'jinda', '~> 0.4.8'
44
44
 
45
45
  For Development (most updated)
46
46
 
@@ -21,7 +21,7 @@ module Jinda
21
21
  gem 'turbolinks_render'
22
22
  gem 'nokogiri', '1.10.9'
23
23
  gem 'haml', '~> 5.1', '>= 5.1.2'
24
- gem 'haml-rails', '~> 1.0'
24
+ gem 'haml-rails', '~> 2.0.1'
25
25
  gem 'mail'
26
26
  gem 'prawn'
27
27
  gem 'redcarpet'
@@ -38,6 +38,7 @@ module Jinda
38
38
  gem 'kaminari-mongoid', '1.0.1'
39
39
  gem 'jquery-rails', '4.3.5'
40
40
  gem_group :development, :test do
41
+ gem 'shoulda'
41
42
  gem 'rspec'
42
43
  gem 'rspec-rails'
43
44
  gem 'better_errors'
@@ -7,10 +7,10 @@ module Jinda
7
7
 
8
8
  desc "config rspec"
9
9
  def gen_rspec
10
- generate "rspec:install"
11
- empty_directory "spec/support"
12
- empty_directory "spec/model"
13
- empty_directory "spec/routing"
10
+ # generate "rspec:install"
11
+ # empty_directory "spec/support"
12
+ # empty_directory "spec/model"
13
+ # empty_directory "spec/routing"
14
14
  copy_file ".rspec", ".rspec.bak"
15
15
  run "guard init"
16
16
  copy_file ".rspec",".rspec"
@@ -21,7 +21,7 @@
21
21
 
22
22
  %h2 Installation
23
23
  %ul
24
- %li add gem 'jinda', '0.4.7'
24
+ %li add gem 'jinda', '0.4.8'
25
25
  %li bundle
26
26
  %li rails generate jinda:install
27
27
  %li (run all with "sh install.sh" )
@@ -27,7 +27,7 @@ RSpec.configure do |config|
27
27
 
28
28
 
29
29
  # Added to make factorybot work
30
- FactoryBot.allow_class_lookup = false
30
+ # FactoryBot.allow_class_lookup = false
31
31
  config.use_transactional_fixtures = false
32
32
  config.include FactoryBot::Syntax::Methods
33
33
  config.before do
data/lib/jinda/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jinda
2
- VERSION = "0.4.7"
2
+ VERSION = "0.4.8"
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.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prateep Kul
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-03-24 00:00:00.000000000 Z
12
+ date: 2020-03-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler