hugger 0.0.2 → 0.0.3
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 +4 -4
- data/Rakefile +2 -0
- data/hagoromo.gemspec +2 -2
- data/lib/hugger/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 453590cda1ef9c9ccc5d07560d2cfe8feb31adc1
|
|
4
|
+
data.tar.gz: 9459fc304ecb68267c504a133ba386b8eb436f8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f2c677b38b4ffab40723de74443118086adb16ad540c2b0535df5dac344bac15ed7b489888dde697f3d7cb36e07a119790c03f65b5df38a40ac0c4cd169b46d
|
|
7
|
+
data.tar.gz: e5a7af29087bcc2aae3c769c023af5fdae8b324cabc142c84fe854e61601739ec2ec1cac7881572dd3acb4074f182b33d55620a50f2c5330b1bcbeddf6e0910f
|
data/Rakefile
CHANGED
data/hagoromo.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ['Akira Takahashi']
|
|
10
10
|
spec.email = ['rike422@gmail.com']
|
|
11
11
|
|
|
12
|
-
spec.summary = '
|
|
13
|
-
spec.description = '
|
|
12
|
+
spec.summary = 'Collection of utility wrapper class for Ruby'
|
|
13
|
+
spec.description = 'Collection of utility wrapper class for Ruby'
|
|
14
14
|
spec.homepage = 'https://github.com/rike422/hugger'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
data/lib/hugger/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hugger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Akira Takahashi
|
|
@@ -150,7 +150,7 @@ dependencies:
|
|
|
150
150
|
- - ">="
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '0'
|
|
153
|
-
description:
|
|
153
|
+
description: Collection of utility wrapper class for Ruby
|
|
154
154
|
email:
|
|
155
155
|
- rike422@gmail.com
|
|
156
156
|
executables:
|
|
@@ -201,5 +201,5 @@ rubyforge_project:
|
|
|
201
201
|
rubygems_version: 2.6.11
|
|
202
202
|
signing_key:
|
|
203
203
|
specification_version: 4
|
|
204
|
-
summary:
|
|
204
|
+
summary: Collection of utility wrapper class for Ruby
|
|
205
205
|
test_files: []
|