cipher_word 1.0.0 → 1.0.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
  SHA1:
3
- metadata.gz: d1532b39d453588519a38e7006911d362f7efae8
4
- data.tar.gz: 503dc4e3d84a84a68e1d5219f3addd3d31162dc2
3
+ metadata.gz: 78b74b7488a771beb76727b4448e26efe5b6be12
4
+ data.tar.gz: a761371ca939dd65146ed3b6540fd369cb60a299
5
5
  SHA512:
6
- metadata.gz: caaccb65568bef133ec25e6aef05566ad26acaa623179d1529c3bdd4343c3c7dac1fe3e55791b25ade50856c6e4e0ceb3b965da15a3a8b58fca577344a07b487
7
- data.tar.gz: 192f3ec6ca1fef35168016401ae32cc126d434e28db3faba6d43f4869128c2ecf7f7ac787ee66b4d063bf8b452e88aeb779ca0f629b26469f0f893282b91b18a
6
+ metadata.gz: 8c94178369cdcf18157f8d416e211d5a48914330f8a07ba6cc0c3971f1c54c901442c2ea538d184a1b6db2e28c01fed34794b7b44941b7c94d4e74de05d31230
7
+ data.tar.gz: 4beac9c6be0105d7194b9480cf5f668f47f018b5414cac97fdeebf5a39c185fc84041afa74709301249a28e2774b5887888ce3cdb9ccd487bc8e651cb22a2342
data/cipher_word.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["yutainoue009@gmail.com"]
11
11
  spec.summary = %q{For decryption and encryption of the word}
12
12
  spec.description = %q{For decryption and encryption of the word}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/yutainoue0077/cipher_word"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module CipherWord
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cipher_word
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - yutainoue
@@ -53,7 +53,7 @@ files:
53
53
  - cipher_word.gemspec
54
54
  - lib/cipher_word.rb
55
55
  - lib/cipher_word/version.rb
56
- homepage: ''
56
+ homepage: https://github.com/yutainoue0077/cipher_word
57
57
  licenses:
58
58
  - MIT
59
59
  metadata: {}