jinda 0.1.7 → 0.1.8

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: 3edb9cb976dfed768c2ec46e010c8c522276f667163b3e7fab1fcc2f6782cc13
4
- data.tar.gz: ea3b2a17ef32617d44d04da36edeca1a9c192d60009f679e1a7a7d5335f03aa2
3
+ metadata.gz: 60bc5ed0b6030f8892be7c287ccd80e4268b196a2034a0c76ac8d430b81081de
4
+ data.tar.gz: 96e6ce7f167c3dbfd75fa98c57d4e7753b2b5d269af8aa0550df37b5c97c976e
5
5
  SHA512:
6
- metadata.gz: 6e1752fd987fc5cce3bb0e964188169b6cef2a73d17f5fd0419564bd199274b10656ffd724a3e6538ca4d31ee760b4e054cbb68062e2649141a20cca68d2481d
7
- data.tar.gz: 0fdc51f6799396f484738d0ef981e3a4c390d76dd4d36aff4004c54bb0955e4fc3cd4021f3736b3ee67468b114c959ea225965d062c4b883ec41f58674408186
6
+ metadata.gz: fe341989317ee7b6f833de1ab7e00420b220baf4dc975efa080950f7cead25593bc8bf1f71c31497f1d6ab93a833ac37de206af7d6b1f0712892f0c95051251b
7
+ data.tar.gz: fa23f95aca47b63b38c3c6fed6ff49572f138d14ffb8fb76b9504802042da36d519dd7ec390bb6bb22ef8ec2f4e8929a2b7b8169ead5741da084f7881c119662
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.0.8'
39
+ gem 'jinda', '~> 0.1.8'
40
40
 
41
41
  For Development (most updated)
42
42
 
@@ -10,17 +10,17 @@
10
10
 
11
11
 
12
12
 
13
- %h2 Requirements
13
+ %h2 Recently tested with:
14
14
  %ul
15
- %li Rubygems 2.4.1
16
- %li Rails 5.1.4
15
+ %li Rubygems 2.5.0
16
+ %li Rails 5.2.0
17
17
  %li rails new YOURAPP --skip-test-unit --skip-bundle --skip-active-record
18
18
  %li (rails new YOURAPP -BOT)
19
19
 
20
20
 
21
21
  %h2 Installation
22
22
  %ul
23
- %li add gem 'jinda', '~> 0.1.1'
23
+ %li add gem 'jinda', '~> 0.1.8'
24
24
  %li bundle
25
25
  %li rails generate jinda:install
26
26
  %li bundle
data/lib/jinda/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jinda
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.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.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prateep Kul