jananganamana 0.3.0 → 0.3.1

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: bad5a217d9889e3957de1e288163bb88453d8a0772c3ec684f73fe23e72cdbed
4
- data.tar.gz: ac65788799606af813ac4683032bc77f1162ac76c521a690d3d1ee223725dfc7
3
+ metadata.gz: 5adb01fe677d7ba0da1a2856b17a1f7bcf13bb19cacd69d80ee44c2c95da16ee
4
+ data.tar.gz: 5a74ddd2e463f84012d224e296bd4c7f8a36fd096d6c79af98026325746bf8b5
5
5
  SHA512:
6
- metadata.gz: 3eea73d460323cb9200ab65ed98ede5a481f7191ca4e65a5140b3a75663ab5126038ccdbd4b9a52fd9308d72cf9a00092975d0c518dae3c88ebc0cf705a095d6
7
- data.tar.gz: cd1f7e49ad35d70a9dfb91e93cab5ef0efe86fbe90a6b97f63fa4f4531e1275e14411fc6db38d394383772f3b00b688d24da25cb46d5ef19e8c2b021d4003008
6
+ metadata.gz: 5be03252d0293a14ff6344cc0ea2fae80d1e6ade7ad04f5310d97962b0ccdb0dbc7de1eb1810ad7f11498ec1a7d68b951192c33f824b497abc01fc4b5adbf5db
7
+ data.tar.gz: dbeb7d3a7e2b5bd5ac65e800638f06386a0f8e06cc2b289d02f9f50384a662922ca6647494a9944f4003913d1db572bd6ebfee7f6fac3e349a5ea6c4f1bbda0b
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jananganamana
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
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 "application_record"
4
+ require "application_record"
5
5
  module Jananganamana
6
6
  class Error < StandardError; end
7
7
  # Your code goes here...
@@ -11,7 +11,7 @@ module Jananganamana
11
11
  # puts "ganesh"
12
12
  # end
13
13
  # end
14
- class User1 include ActiveModel::Model #< ApplicationRecord
14
+ class User1 < ApplicationRecord
15
15
  # belongs_to :user
16
16
  # validates :name,presence:true
17
17
  # validates :email,presence:true
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.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Durga Satyanarayana