jananganamana 0.2.8 → 0.2.9

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: 713b93b039c2292b47032e0da625af0fe6312443c7b6f543e771b942f6a24e79
4
- data.tar.gz: ea20175d8b3fa8037e18b81f24a9023614530dc8cb8f34d0a27110a9b9f0f3cf
3
+ metadata.gz: 7fe479169e602196d6b6141d7328a4dd947c42a8d88dd1c7bbeaf1e1861ac7a5
4
+ data.tar.gz: 0a3f677b184fa3280ccb9a09f873294edd09495383b4014284fa398a0108df1c
5
5
  SHA512:
6
- metadata.gz: 822272eac7b8a3c3ff0edfcdecba45bcd1a38c4e8206aee19341b00743aa120c64dc493c3ccdaff48362d20cad9ab65390c15b3e7892469febb232fe55fa8ff4
7
- data.tar.gz: c081dfece89877765e20a007458f4bbaed3bdff49b39b864281b2036270c9dfb47a42588ce4c9b32ed88507d00410a33e5adce85c1dacd49f5e23fb204da73fd
6
+ metadata.gz: 880373c29790c5fb67a36cc5721a1acdd434272652887c0ee4d47bf7864cf953bb23c2713947dc492d066b805fe2dfcd8574ce5e0f646e01e35035787b4c94ea
7
+ data.tar.gz: 25d996f557c6650a86640774148a18183f58c95586df8b33c35e7aa7524f1411aee21f0af92b72ccd8f5057d8778da0f7f7dfec62b93011b07d6da8cd9170bf4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jananganamana
4
- VERSION = "0.2.8"
4
+ VERSION = "0.2.9"
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
- require "ApplicationRecord"
4
+ # require "application_record"
5
5
  module Jananganamana
6
6
  class Error < StandardError; end
7
7
  # Your code goes here...
@@ -11,8 +11,8 @@ module Jananganamana
11
11
  # puts "ganesh"
12
12
  # end
13
13
  # end
14
- class User1 < ApplicationRecord
15
- belongs_to :user
14
+ class User1 #< ApplicationRecord
15
+ # belongs_to :user
16
16
  validates :name,presence:true
17
17
  validates :email,presence:true
18
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.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Durga Satyanarayana