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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd3a8cae8013b3cd130367a2460359cec405089715dfe6f784b2224c85bfbabc
4
- data.tar.gz: a725cf8d7d6e411200a5ac8bd830b76228fe7522485d80dcb75825f8027f5224
3
+ metadata.gz: 75b4b52a5e59536c62e6b4705323e3622f98a38ca67e65021ce8bef43bb8f9fd
4
+ data.tar.gz: 04a4d142a736ec0a1cef59871122c45132a57b60f6d49a6992d2781779beddc4
5
5
  SHA512:
6
- metadata.gz: 54dc579f73fb1826b4a747dea6d137615f03a7ddd993a3229d1fc79143e749baeb95b1869124bf9715430e4d79e23fe21f970c9946f7b10d29e21b59e610e254
7
- data.tar.gz: ba0b8ee26d7d72ebfbfc432bae485588b1d2f3ec6ac53fdf0c0a15228187ece847b7812499cf2687c69dc40538c1db874412e37a2dc20c8ef33df8e5a2fec689
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
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
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
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module AroundTheWorld
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.6.4"
5
+ VERSION = "0.7.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.6.4
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-12 00:00:00.000000000 Z
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: Why metaprogram like a chump when you can do it like a champ!
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: A metaprogramming module which allows you to wrap any method easily.
65
+ summary: Allows you to easily wrap methods with custom logic on any class
66
66
  test_files: []