jinda 0.3.7 → 0.3.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: a5834771d2206ff2c0eee8157d452f6448dcb49a340b46a1de7912b8eabd4786
4
- data.tar.gz: 403f23869896afa4b199480045a40ba3677294bc4483102762f06c4f9b5ab6be
3
+ metadata.gz: 76d2836b5b18613dae1ff51def80af23dede4971b15dc2a3ab496a3de47ed6f3
4
+ data.tar.gz: d2cf9f9d7b056d78b3bfa926a8f17a5c1de07b81824b147ccb357c4811cebd78
5
5
  SHA512:
6
- metadata.gz: 5d29eb8690fea2a2a90d4573c332ac77a1e9bdcbe350e23bfb99905f2cb497dae10f7dbf9a7a5bab3a76ed8e6b50046d013ea97be9b565e3334c4607b4dc310c
7
- data.tar.gz: f720463986c7e4fb67dad96b1c080e98307f87f95eba7f8fdf2a254c5d0be455caefe3a0afcab35f3495c45543c81fde1ac24281ab026ab5a7baf6e80ea15153
6
+ metadata.gz: 666874fdbc5cc18c25fc71b8330147f404c16337aae38300c7187395373eb6fdbdc9d90079d6b0a8e039e0dc1451dab96ec3eb16213fc7ffb6ab9caf0cff1542
7
+ data.tar.gz: d3fa88121a7f044ff2c56bd7fa997224ebc50bddd2f6c9edefd859f59c98aa1ee452ed7a3a0b06cf419071daace32e203175727ddcff76bb04552cd52c9bfb64
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
data/bin/setup CHANGED
File without changes
File without changes
File without changes
@@ -18,7 +18,7 @@ module Jinda
18
18
  gem 'jquery-turbolinks'
19
19
  gem 'mongo', '~> 2.2'
20
20
  gem 'bson', '~> 4.0'
21
- gem 'mongoid', github: 'mongodb/mongoid'
21
+ gem 'mongoid', '6.1.0'
22
22
  gem 'nokogiri' # use for jinda/doc
23
23
  gem 'haml', git: 'https://github.com/haml/haml'
24
24
  gem 'haml-rails'
@@ -32,11 +32,11 @@ These versions works for sure but others may do.
32
32
  Supposed we want to create ecommerce web site, first create a Rails
33
33
  app without ActiveRecord
34
34
 
35
- $ rails new YOURAPP -BOT
35
+ $ rails new YOURAPP -BOTJ
36
36
 
37
37
  ## Add jinda to your Gemfile:
38
38
 
39
- gem 'jinda', '~> 0.3.7'
39
+ gem 'jinda', '~> 0.3.5'
40
40
 
41
41
  For Development (most updated)
42
42
 
@@ -15,13 +15,13 @@
15
15
  %ul
16
16
  %li Rubygems 2.5.0
17
17
  %li Rails 5.2.3
18
- %li rails new YOURAPP --skip-test-unit --skip-bundle --skip-active-record
19
- %li (rails new YOURAPP -BOT)
18
+ %li rails new YOURAPP --skip-test-unit --skip-bundle --skip-active-record --skip-javascript --skip-turbolinks
19
+ %li (rails new YOURAPP -BOTJ)
20
20
 
21
21
 
22
22
  %h2 Installation
23
23
  %ul
24
- %li add gem 'jinda', '0.3.7'
24
+ %li add gem 'jinda', '0.3.8'
25
25
  %li bundle
26
26
  %li rails generate jinda:install
27
27
  %li (run all with "sh install.sh" )
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module Jinda
2
- VERSION = "0.3.7"
2
+ VERSION = "0.3.8"
3
3
  end
File without changes
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.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prateep Kul
@@ -185,7 +185,6 @@ files:
185
185
  - lib/generators/jinda/minitest_generator.rb
186
186
  - lib/generators/jinda/rspec_generator.rb
187
187
  - lib/generators/jinda/templates/README.md
188
- - lib/generators/jinda/templates/app/assets/config/manifest.js
189
188
  - lib/generators/jinda/templates/app/assets/images/4dcity-old.ico
190
189
  - lib/generators/jinda/templates/app/assets/images/4dcity.ico
191
190
  - lib/generators/jinda/templates/app/assets/images/account.png
@@ -1,3 +0,0 @@
1
- //= link_tree ../images
2
- //= link_directory ../javascripts .js
3
- //= link_directory ../stylesheets .css