around_the_world 0.1.9 → 0.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2cba214b42e70f790db221edec89d0fb53cc95b1b4ca9222eab447ee5a2a09cc
4
- data.tar.gz: ff7aaba12837ffd959bf77aa5a57cc0f30e0b321017acbc3f5274c38f0fc7b42
3
+ metadata.gz: 98da5e8b7126b8569b18bd4b414ea4a04f8d24a1e4276959a1d70a4528459c5e
4
+ data.tar.gz: c17d91ddea2aa5853400edea162eb43d3a7bc7b245bd857b141b0bb3913f0e76
5
5
  SHA512:
6
- metadata.gz: 3f489f2fa9e4d6b3486b330189807919890be76289ca39e9a8a37991993b61153ec18c124f39f4de8245899bb190e66555fce7e3e9633508fe140f3153b18873
7
- data.tar.gz: 787d1961c2c8896f4a01323b059a9196d305510a072779d2d6332c82f6aea7171f1898d548de290284bfecd7341a860624fd739a6aea8c818f78c32dff91b071
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 'around_the_world'
17
+ gem "around_the_world"
17
18
  ```
18
19
 
19
20
  And then execute:
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AroundTheWorld
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.1.9"
5
+ VERSION = "0.2.0"
6
6
  end
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.1.9
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-09-18 00:00:00.000000000 Z
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: