jinda 0.2.5 → 0.2.6

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: 828ec1a9a3d8f796b8f649e1171d05233ea98d0a4ae5e9074f240e724e165aac
4
- data.tar.gz: 4cd12a949e53c230a05920527f85daa53cc429634e8328f0e03cb8401c913b79
3
+ metadata.gz: 74633c76276c81f4bb7379f2fe0e74b6ee864988b3cafbd7597b4c48ccc7cdd9
4
+ data.tar.gz: 33232d9e917f08fa25b5061dc1cddd55c7b9d86e191299153c84eeb6ebb221f7
5
5
  SHA512:
6
- metadata.gz: a79b48db26958a279970cb8b3eeee0e5759f123d005f621d1a69c89870e1b4f3c18038b216aaf26d3d9ef57e9a32861fd18b51cce185af78954b3fccd0c5e2c9
7
- data.tar.gz: 40e7742fbf38a182c8e65e08e433c3c68b9b7076c6ab975cc284e5dd1e8c35bc8ed531256eb3ffc875880ddca21dea234463499419256df8947aba699e979489
6
+ metadata.gz: 73ef17566a7f47fd4f9b19447e48d3adc6db4706bbf8f71e7874182bbd3731eb598cae65230a6acc18269872b3a6eb9c647668cf47fe1cf44ecdad0f147b3cdc
7
+ data.tar.gz: f72804442034effdd39b9e0c2e8377a2c4bc5d73acfc55f751c062ec75b04d0b5032b8257c33db1d4b140e315146fabdd7f2547512cb82e71093d6c22343235b
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.2.5'
39
+ gem 'jinda', '~> 0.2.6'
40
40
 
41
41
  For Development (most updated)
42
42
 
@@ -20,7 +20,7 @@
20
20
 
21
21
  %h2 Installation
22
22
  %ul
23
- %li add gem 'jinda', '0.2.5'
23
+ %li add gem 'jinda', '0.2.6'
24
24
  %li bundle
25
25
  %li rails generate jinda:install
26
26
  %li bundle
@@ -1,3 +1,3 @@
1
1
  module Jinda
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
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.2.5
4
+ version: 0.2.6
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: 2018-10-02 00:00:00.000000000 Z
12
+ date: 2018-10-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler