digest-kangarootwelve 0.0.1 → 0.0.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
  SHA1:
3
- metadata.gz: d71e89ddf0629c43ac51a05492c19ae291007522
4
- data.tar.gz: 605df33fb6c7b786262604f294aaae5269bc5ec9
3
+ metadata.gz: d66d4525e67457535b7ab5b8232c3c44955e147a
4
+ data.tar.gz: 6aca633b39fef2afba603e14aa37095e10b1fb7f
5
5
  SHA512:
6
- metadata.gz: 1b7fc73a0210dbcc229a767daf6f90c4fefc269a608cc87001af9c59017732abac18c03d43c2e6588076aef3bac5f92d60ebb4e559ba3055c687269cf335803b
7
- data.tar.gz: 4b488488ea6306425388fd69f6f9a56444feb584c86df1cea3d412746569f443cd88f32a37b02f43c23efccd7d71688a074575c4f7a56299a947e239bb72519e
6
+ metadata.gz: 4ba12fd8c227b4d5384456adc00b5326828e82c792dd967516b41b20b09885c62f19a133a8e2f3c028160ac822686e35db00a9a60ba8fc6eb967a8e0d5dc2eca
7
+ data.tar.gz: 96fcb84f82a6025bbed1b30ed5e295ac8432e51d3fd3d4c047cb1a351f214516facd2d358022f396ca75972a10ad65fc44df19baf8ecafbc973cf4599c7fa3dd
data/README.md CHANGED
@@ -63,17 +63,17 @@ Or install it yourself as:
63
63
 
64
64
  ## Details
65
65
 
66
- For details on how to use the methods, please examine the comments in
67
- `ext/digest/kangarootwelve/ext.c`, or try to run
68
- `ri 'Digest::KangarooTwelve'` or
69
- `ri 'Digest::KangarooTwelve::<method_name>'`. I'll try to provide a more
70
- readable format of the documentation for the API soon.
71
-
72
- You can use the implementation classes produced by `[]`, `default` or
73
- `implement`, just like any other implementation class in `Digest`
74
- (e.g. `Digest::SHA1`, `Digest::SHA512`), since they are also derived from
75
- `Digest::Base`, and are programmed to work the way an implementation class
76
- that's based on the `Digest` framework should.
66
+ For details on how to use the methods, please examine the comments in
67
+ `ext/digest/kangarootwelve/ext.c`, or try to run
68
+ `ri 'Digest::KangarooTwelve'` or
69
+ `ri 'Digest::KangarooTwelve::<method_name>'`. I'll try to provide a more
70
+ readable format of the documentation for the API soon.
71
+
72
+ You can use the implementation classes produced by `[]`, `default` or
73
+ `implement`, just like any other implementation class in `Digest`
74
+ (e.g. `Digest::SHA1`, `Digest::SHA512`), since they are also derived from
75
+ `Digest::Base`, and are programmed to work the way an implementation class
76
+ that's based on the `Digest` framework should.
77
77
 
78
78
  ## Contributing
79
79
 
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ["konsolebox@gmail.com"]
12
12
  spec.summary = "KangarooTwelve for Ruby"
13
13
  spec.description = "An implementation of KangarooTwelve for Ruby that works on top of Digest::Base."
14
- spec.homepage = "https://github.com/konsolebox/digest-kangaootwelve-ruby"
14
+ spec.homepage = "https://github.com/konsolebox/digest-kangarootwelve-ruby"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.required_ruby_version = '>= 2.2'
@@ -1,5 +1,5 @@
1
1
  module Digest
2
2
  class KangarooTwelve
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: digest-kangarootwelve
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - konsolebox
@@ -88,7 +88,7 @@ files:
88
88
  - ext/digest/kangarootwelve/extconf.rb
89
89
  - lib/digest/kangarootwelve/version.rb
90
90
  - test/test.rb
91
- homepage: https://github.com/konsolebox/digest-kangaootwelve-ruby
91
+ homepage: https://github.com/konsolebox/digest-kangarootwelve-ruby
92
92
  licenses:
93
93
  - MIT
94
94
  metadata: {}