around_the_world 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- 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: 98da5e8b7126b8569b18bd4b414ea4a04f8d24a1e4276959a1d70a4528459c5e
|
4
|
+
data.tar.gz: c17d91ddea2aa5853400edea162eb43d3a7bc7b245bd857b141b0bb3913f0e76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af552992b2aed748fa0a6aee3128a6fecd507bbf732e39717b14dad62c1206ef26b50c7cbfc54f61042f81798dd08b1abc7a70faefde6524198e3aa49566f580
|
7
|
+
data.tar.gz: 00e7c62dc2eebbfbaf76aee2c38c7c42e29d399564383c90b92f627b6a022b33f17a97443c84736a89d408bc53fa0d6c49a09926d7d16991089af829f4fc0156
|
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
# AroundTheWorld
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/around_the_world.svg)](https://badge.fury.io/rb/around_the_world)
|
3
4
|
[![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/master/badge.svg)](https://semaphoreci.com/freshly/spicerack)
|
4
5
|
[![Maintainability](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/maintainability)](https://codeclimate.com/github/Freshly/spicerack/maintainability)
|
5
6
|
[![Test Coverage](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/test_coverage)](https://codeclimate.com/github/Freshly/spicerack/test_coverage)
|
@@ -13,7 +14,7 @@ TODO: Delete this and the text above, and describe your gem
|
|
13
14
|
Add this line to your application's Gemfile:
|
14
15
|
|
15
16
|
```ruby
|
16
|
-
gem
|
17
|
+
gem "around_the_world"
|
17
18
|
```
|
18
19
|
|
19
20
|
And then execute:
|
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.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Allen Rettberg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Why metaprogram like a chump when you can do it like a champ!
|
14
14
|
email:
|