around_the_world 0.6.4 → 0.7.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 +3 -3
- data/lib/around_the_world/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75b4b52a5e59536c62e6b4705323e3622f98a38ca67e65021ce8bef43bb8f9fd
|
4
|
+
data.tar.gz: 04a4d142a736ec0a1cef59871122c45132a57b60f6d49a6992d2781779beddc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 935d5560878af2d2644868e900df25f9de07862239eda5dc706da4017b5293ea96bc2e61a1e899d3c3c801a7467a86dcdc01f008535a7264e4d7b0782dae8971
|
7
|
+
data.tar.gz: b9e7c153f050b0bf8f0aec4aa6e52a1095a8daa10fa0ef241652e4efb710345f243a81cdf3d142af9c652f44c902f94bedfc82f1e6c2d2000f1816abd30d0cd8
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# AroundTheWorld
|
2
2
|
|
3
|
+
A metaprogramming module which allows you to wrap any method easily.
|
4
|
+
|
3
5
|
[![Gem Version](https://badge.fury.io/rb/around_the_world.svg)](https://badge.fury.io/rb/around_the_world)
|
4
6
|
[![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/master/badge.svg)](https://semaphoreci.com/freshly/spicerack)
|
5
7
|
[![Maintainability](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/maintainability)](https://codeclimate.com/github/Freshly/spicerack/maintainability)
|
@@ -33,9 +35,7 @@ TODO: Write usage instructions here
|
|
33
35
|
|
34
36
|
## Development
|
35
37
|
|
36
|
-
|
37
|
-
|
38
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
38
|
+
Consult Spicerack's [development instructions](../README.md#development) for more info.
|
39
39
|
|
40
40
|
## Contributing
|
41
41
|
|
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.7.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: 2019-04-
|
11
|
+
date: 2019-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 5.2.1
|
27
|
-
description:
|
27
|
+
description: A metaprogramming module which allows you to wrap any method easily
|
28
28
|
email:
|
29
29
|
- allen.rettberg@freshly.com
|
30
30
|
executables: []
|
@@ -62,5 +62,5 @@ rubyforge_project:
|
|
62
62
|
rubygems_version: 2.7.6
|
63
63
|
signing_key:
|
64
64
|
specification_version: 4
|
65
|
-
summary:
|
65
|
+
summary: Allows you to easily wrap methods with custom logic on any class
|
66
66
|
test_files: []
|