bhash 0.1.1 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2f84a139ac44e4f0c61d13063712a1fcdae46395f08a550cb9b0b9e9f7ae2e4
4
- data.tar.gz: 47d79c91e7611d8afa91fa8d948c54258a2f55863a33dc4853ad799329043242
3
+ metadata.gz: 06abfb95541ef4e0ba3d27f3a3079b23e41f0bdfa96957ef7b0a2524265b1f0e
4
+ data.tar.gz: 8766417cd7933e1b0a9f6440f56721d93281023a7aa874a6a147261bee9d5780
5
5
  SHA512:
6
- metadata.gz: 0b63556b9480652ea3b460bab2cc0f9277611006fc3a4d5249c887fe4983fff8b71a15e8927b2a0bd7f884c328241ddd3c3c401809505932a1be35864d72608d
7
- data.tar.gz: cf1203a7027fd9177f9b66f883047b5fd2718a60ee16bcb6e671d4cc73d7b4e55101518773ec60c5d65d240e28e5bc4bc373c23a9a4053d23721d616eb104485
6
+ metadata.gz: 9ea8f780f248825ab05154ac9af2e575aa85017c778ffcd97d1fb4eef72130fe76bcd191ac8756a6f6156fcc2817f8121f53bd2b255354fbb40fc62138c925e3
7
+ data.tar.gz: c4c53ffe18c02baaf4e63fb6a15f15a77309ba0943767ee85ccb2cac7d92d21b43f0ab257d76dcfa4179ffe651138e024c6fbfb541dad724f4c3a167c40ed611
data/bhash.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
14
 
15
15
 
16
- spec.metadata["source_code_uri"] = "https://www.github.com/tejas7777"
16
+ spec.metadata["source_code_uri"] = "https://www.github.com/tejas7777/BHash"
17
17
 
18
18
 
19
19
  # Specify which files should be added to the gem when it is released.
data/lib/bhash.rb CHANGED
@@ -1,8 +1,6 @@
1
1
  require "bhash/version"
2
2
 
3
- module Bhash
4
- class Error < StandardError; end
5
-
3
+
6
4
  class BHash
7
5
 
8
6
  def initialize()
@@ -98,4 +96,4 @@ class BHash
98
96
  end
99
97
  end
100
98
 
101
- end
99
+
data/lib/bhash/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Bhash
2
- VERSION = "0.1.1"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bhash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tejas Chendekar
@@ -32,7 +32,7 @@ homepage: ''
32
32
  licenses:
33
33
  - MIT
34
34
  metadata:
35
- source_code_uri: https://www.github.com/tejas7777
35
+ source_code_uri: https://www.github.com/tejas7777/BHash
36
36
  post_install_message:
37
37
  rdoc_options: []
38
38
  require_paths: