jananganamana 0.2.7 → 0.2.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: 3548218322aa816ffd4a70285fe2c591b9075d9a433b0041e0fe0160ee23540c
4
- data.tar.gz: d9c2862889461b24495d8a6545d35844cd25f06e409f2cb8db8ca16f09bd616f
3
+ metadata.gz: 713b93b039c2292b47032e0da625af0fe6312443c7b6f543e771b942f6a24e79
4
+ data.tar.gz: ea20175d8b3fa8037e18b81f24a9023614530dc8cb8f34d0a27110a9b9f0f3cf
5
5
  SHA512:
6
- metadata.gz: 3c9dfa8a15b8ebecead086629c34486ae95c8728124dd4681e366cae489c6c1b9a829d05964fcfe0be29ec54f9a9d9ecceebe4dcd8d6b9bc2cf92384af3434c1
7
- data.tar.gz: 3dffc85abe48a2035425e0cc9c31cfe692a91a3a21d4d467f276c5e4f15fa70e1438b301a8d6a745f31d3d425ea5d2aa50526c316bb3186fa42c294a99e7c5bd
6
+ metadata.gz: 822272eac7b8a3c3ff0edfcdecba45bcd1a38c4e8206aee19341b00743aa120c64dc493c3ccdaff48362d20cad9ab65390c15b3e7892469febb232fe55fa8ff4
7
+ data.tar.gz: c081dfece89877765e20a007458f4bbaed3bdff49b39b864281b2036270c9dfb47a42588ce4c9b32ed88507d00410a33e5adce85c1dacd49f5e23fb204da73fd
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jananganamana
4
- VERSION = "0.2.7"
4
+ VERSION = "0.2.8"
5
5
  end
data/lib/jananganamana.rb CHANGED
@@ -1,17 +1,18 @@
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...
8
- class Ganesh1
8
+ # class Ganesh1
9
9
 
10
- def self.ganesh
11
- puts "ganesh"
12
- end
13
- end
14
- class User include ActiveModel::Model
10
+ # def self.ganesh
11
+ # puts "ganesh"
12
+ # end
13
+ # end
14
+ class User1 < ApplicationRecord
15
+ belongs_to :user
15
16
  validates :name,presence:true
16
17
  validates :email,presence:true
17
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.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Durga Satyanarayana