jananganamana 0.1.4 → 0.1.6

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