powerstar 0.1.5 → 0.1.7

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: 8afe3a759446b18385cd7e16a5ed588d75b51486686ba31663b2833ded03a25f
4
- data.tar.gz: 76a7488a03b3268b35b94658dd66ba3c355d9a9cc7eed9a0458ec0ecabb1199f
3
+ metadata.gz: 858ebedbdcd34283722d0b0d1178ae19c37a8dfaeb8e782a927734b7cab8c582
4
+ data.tar.gz: 71c4fc9f30f51354f799108146e4647c7f5189bdd00c019152599fcb75836f8a
5
5
  SHA512:
6
- metadata.gz: 88f8e4e37ecde28a47d383f0b572c34943f02a9ccec7303782da630d4b786ae7738583daa6a6feab1719b3b1cc955b73be9ea5f3b7fbdfa348174959714fd5f1
7
- data.tar.gz: d8acdf2cbe83d87eb14b2691b3d7157bcd19586f5a37284f6ac1bf91d5b2e73a73f8c390889cbd944989e2191dec3eb4ceea2a6f60634786b65aecbfa6e65936
6
+ metadata.gz: a50362eb0787e56650dc6300d045f1c2c843e62f986bcc0e6282720af30c99f0de28adcdcc933684e30e4f7c0f4ae69a635d66c15b14f0ac9f2554ab0ac20747
7
+ data.tar.gz: deab02ebbf4aaf5738e7b1b7629733fefe82f684c41286b6796351b15b3db25ee1a3be3ccae214ccc0501801a574418dce8db7362153f6ff9ea49d43ba3f8bc3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Powerstar
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.7"
5
5
  end
data/lib/powerstar.rb CHANGED
@@ -1,17 +1,21 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require_relative "powerstar/version"
4
- require_relative "powerstar/common_data/ganesh.rb"
5
4
  module Powerstar
6
5
  class Error < StandardError; end
7
6
  # Your code goes here...
8
7
  def self.root(a,b)
9
8
  return a*b
10
9
  end
11
- module User < ApplicationRecord
12
- # validates :name,presence:true
10
+ # module User < ApplicationRecord
11
+ # # validates :name,presence:true
12
+ # def self.ganesh
13
+ # puts "ganesh method is executing"
14
+ # end
15
+ # end
16
+ class Ganesh
13
17
  def self.ganesh
14
- puts "ganesh method is executing"
18
+ puts "ganesh"
15
19
  end
16
20
  end
17
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: powerstar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Durga Satyanarayana