powerstar 0.1.6 → 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: e18c894facc39850225106642ded2149d7bb700c2f5d019b7d1c09aa2f13c384
4
- data.tar.gz: 9d17da440a03fd42b3ddf946bca8ef224b092d25454ebfda2ec948671e2b9ff9
3
+ metadata.gz: 858ebedbdcd34283722d0b0d1178ae19c37a8dfaeb8e782a927734b7cab8c582
4
+ data.tar.gz: 71c4fc9f30f51354f799108146e4647c7f5189bdd00c019152599fcb75836f8a
5
5
  SHA512:
6
- metadata.gz: fb1783c4b6fb2611b6a85114f77011e289ffd5a70ce1e3b4e97e994fdb00c0aea38b97d567ce738fa666ab1d5129397c2c1d39568fe34bc129366a686e6753b9
7
- data.tar.gz: b53d48686f1f2d73554ba33ddb82572d429e2b14947e091d4afca54e60bb52283c44fbbd92be7811edfeeafcf576f4bb76fadf9e94302bc34a72fc31dfbc878c
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.6"
4
+ VERSION = "0.1.7"
5
5
  end
data/lib/powerstar.rb CHANGED
@@ -1,16 +1,21 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require_relative "powerstar/version"
4
- module Powerstar include Ganesh
4
+ module Powerstar
5
5
  class Error < StandardError; end
6
6
  # Your code goes here...
7
7
  def self.root(a,b)
8
8
  return a*b
9
9
  end
10
- module User < ApplicationRecord
11
- # 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
12
17
  def self.ganesh
13
- puts "ganesh method is executing"
18
+ puts "ganesh"
14
19
  end
15
20
  end
16
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.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Durga Satyanarayana