jananganamana 0.1.2 → 0.1.4

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: 41fc8fa2ee18aff9d87ece962bc0f166e3a3f342ccc1fff4abccc62c73f6049a
4
- data.tar.gz: 4da93574442f6c71ad23a8518ee54528cd47bca0296a65d98b0cb5f92ad6c222
3
+ metadata.gz: e3eb33e730f864e1557671745dc6ce85a8be5506ab0c5dbac126c304e9568cc7
4
+ data.tar.gz: 5f2c24d44d76ea53751c539bd9c1acb30e680aa8c81b859b3dc16822baae247b
5
5
  SHA512:
6
- metadata.gz: 6fc4a4e532f8452cea8a8042a97c86726dbf33390508933fae76be2f88bd8902645988603700955872a0d645b685c559fbf7e1c881b15cc5e076c8b709a0b1c5
7
- data.tar.gz: 13db88c5f0dc9bd2fe4b3d8983120c7aa7cec7b5404d2ddc23d940a704b7d2fa22a9295c07fea05b58254db2de15e5da75aef7c6408ed5a3ab113dfeb2c730d7
6
+ metadata.gz: 7617f23e6476d2d2c1f10aed6691569c1c7bd076902d2a41837138ff31034447879241b7862efbaef92d14c79775d640bb91dc2c43c8360c7374223e13812b82
7
+ data.tar.gz: c7018f13f9213fa02b73578769856968b051b06e1f777242c60ea77f04b95d9cfebad84c2f6a88492b81439d77403197282b8a21a79fc3a5b0a2e74040a6c6e7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jananganamana
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.4"
5
5
  end
data/lib/jananganamana.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require_relative "jananganamana/version"
4
-
4
+ require "ApplicationRecord"
5
5
  module Jananganamana
6
6
  class Error < StandardError; end
7
7
  # Your code goes here...
@@ -11,4 +11,8 @@ module Jananganamana
11
11
  puts "ganesh"
12
12
  end
13
13
  end
14
+ class User < ApplicationRecord
15
+ validates :name,presence:true
16
+ validates :email,presence:true
17
+ end
14
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jananganamana
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Durga Satyanarayana