elos 1.0.7 → 1.0.8
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/bin/push +1 -2
- data/elos-1.0.7.gem +0 -0
- data/lib/elos/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 870e5022796647d6698c361cebb9b5f93ce68dfa
|
4
|
+
data.tar.gz: 2547b617d92f588febb9b46b3376f62cc9f1c5fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02cc306003e4311a9eb9079f0c90f06e6201d75efdf2afe86baa5ad7bf520110a3ed1db730ee35f8b742bb53e7cae06a05ace20a5de96bcc8c7f8117e4317290
|
7
|
+
data.tar.gz: 90a2747a407b2f6f96ab659fd71264f99f934ace4416e66289386d2aea94d9b9cfc9b316731994b9ad66fe34ba4cbd9547f72b359537837dd03ebcf6eb424896
|
data/bin/push
CHANGED
data/elos-1.0.7.gem
ADDED
Binary file
|
data/lib/elos/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tetsuri Moriya
|
@@ -147,6 +147,7 @@ files:
|
|
147
147
|
- elos-1.0.4.gem
|
148
148
|
- elos-1.0.5.gem
|
149
149
|
- elos-1.0.6.gem
|
150
|
+
- elos-1.0.7.gem
|
150
151
|
- elos.gemspec
|
151
152
|
- lib/elos.rb
|
152
153
|
- lib/elos/configuration.rb
|