around_the_world 0.6.3 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -3
- data/lib/around_the_world/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd3a8cae8013b3cd130367a2460359cec405089715dfe6f784b2224c85bfbabc
|
4
|
+
data.tar.gz: a725cf8d7d6e411200a5ac8bd830b76228fe7522485d80dcb75825f8027f5224
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54dc579f73fb1826b4a747dea6d137615f03a7ddd993a3229d1fc79143e749baeb95b1869124bf9715430e4d79e23fe21f970c9946f7b10d29e21b59e610e254
|
7
|
+
data.tar.gz: ba0b8ee26d7d72ebfbfc432bae485588b1d2f3ec6ac53fdf0c0a15228187ece847b7812499cf2687c69dc40538c1db874412e37a2dc20c8ef33df8e5a2fec689
|
data/README.md
CHANGED
@@ -5,9 +5,11 @@
|
|
5
5
|
[![Maintainability](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/maintainability)](https://codeclimate.com/github/Freshly/spicerack/maintainability)
|
6
6
|
[![Test Coverage](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/test_coverage)](https://codeclimate.com/github/Freshly/spicerack/test_coverage)
|
7
7
|
|
8
|
-
|
9
|
-
|
10
|
-
|
8
|
+
* [Installation](#installation)
|
9
|
+
* [Usage](#usage)
|
10
|
+
* [Development](#development)
|
11
|
+
* [Contributing](#contributing)
|
12
|
+
* [License](#license)
|
11
13
|
|
12
14
|
## Installation
|
13
15
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: around_the_world
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Allen Rettberg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|