powerstar 0.2.0 → 0.2.2

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: ba40f29cd39d208d77511deca53e070239ff6613348675b3fac17c63ad2fbe11
4
- data.tar.gz: 2967adc49297de6ea85091bf35eca04501e584b61f22a897d0b8899dc5f26964
3
+ metadata.gz: 8d71841a687794375173fa75f2d8a91c16758e88e1a596dfc128bc3e9d4afb65
4
+ data.tar.gz: e0f2f9f1db9826739e4e39db30625dc8cd85468314253911e4ff2920dd6f6c16
5
5
  SHA512:
6
- metadata.gz: b0b316a998201eccc3ef72ad2b417c20e467a1a185f928a427346dfda822dec02a503b64b00f820e15fcd20725371e1e27275c6990d00dc71bf1a4973d4ca494
7
- data.tar.gz: '08e23f2ec11f6abc09eb0935acbfbb29afb04fd9feeb62430f4bb4ec5ef808b0464e8709da6e899b3c1ba78d0a950c02e8c946415266037f3d43288c93310cbb'
6
+ metadata.gz: 17117ebbec4e429005897ee5af7bc4a3884b1dbf86a4000b67fab5cbd7b1f111b53fcdad727814ff62eb96ff8fc9aadda8cbbd384b2d2afe3978f34671ba3fa7
7
+ data.tar.gz: c09647882416944415876a64d0f63e7350f5e69eb9fd7c5df895c5ee01cde64424436c5e040a1d5ffe7dc6527d7a061314ed806aaa606f7ce83ff6b9d6af5f44
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Powerstar
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.2"
5
5
  end
data/lib/powerstar.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require_relative "powerstar/version"
4
- require_relative "common_data/Ganesh"
4
+ require "./common_data/Ganesh.rb"
5
5
  module Powerstar
6
6
  class Error < StandardError; end
7
7
  # Your code goes here...
@@ -12,12 +12,12 @@ module Powerstar
12
12
  # puts "ganesh method is executing"
13
13
  # end
14
14
  # end
15
- # class Ganesh
16
- # def self.ganesh
17
- # puts "ganesh"
18
- # end
19
- # def self.root(a,b)
20
- # return a*b
21
- # end
15
+ class Ganesh1
16
+ def self.ganesh
17
+ puts "ganesh"
18
+ end
19
+ def self.root(a,b)
20
+ return a*b
21
+ end
22
22
  # end
23
23
  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.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Durga Satyanarayana