jananganamana 0.1.9 → 0.2.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: 8e9ff9fdd13f48776c9c0754aeaa23978065917f9dbf8f34df5fdae992732f81
4
- data.tar.gz: f50ef3b0846d0a55f711bd394db64cf84a080909cee258711fd5ca920f2498ce
3
+ metadata.gz: 12491eb6bc805fb2d5290bc19ea4ef18a3117d7f1f291972492fa6ad919d6042
4
+ data.tar.gz: c73e41034f41704ac84e2ccdfd7928b76654b27f4590dbe8d57a237da7f89603
5
5
  SHA512:
6
- metadata.gz: 24c5661904d3b3547fe3f3b58050e3c2d2886bf1e57a23f5483f07d2259f7c93622018ea545f22de7f49d19b9ad11177e0f17c03dacd180a5796b9473fe32dba
7
- data.tar.gz: 54447c97abbbdd406f83173bd932d828a7a65211dbda77393cc2d8ccf5a96b98df994dc7e44f236191c18d106af9c9d9ec1f0bba66a2969c5f591d0c36d4556c
6
+ metadata.gz: e54528d2024088b03b98efd23fc72e46061aabe9ae739026d140e2ba0609cd0cad04908382c9a797080d9725af29b9032fca9d20f2e6e0f0c482eb0a5ec1b3e0
7
+ data.tar.gz: 7858b98cc21c2ba235f02c7fef86cd9724e6ecde9cfe5290a80c47a6d73efbe790dce20d9a81f70a30f43603fd9a3e960710c625a9a8d32192c138a33eb63e10
data/Rakefile CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  require "bundler/gem_tasks"
4
4
  require "rspec/core/rake_task"
5
- require "ApplicationRecord"
5
+ # require "ApplicationRecord"
6
6
  RSpec::Core::RakeTask.new(:spec)
7
7
 
8
8
  task default: :spec
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jananganamana
4
- VERSION = "0.1.9"
4
+ VERSION = "0.2.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 "ApplicationRecord"
4
+
5
5
  module Jananganamana
6
6
  class Error < StandardError; end
7
7
  # Your code goes here...
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.9
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Durga Satyanarayana