catchy 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YWYxMWU2ZWU0YWRhNWVkOGQ2MjBhYjBhNjI1NDcyNDcyZDJkOTg4YQ==
4
+ YjQyMzYzNzE1MzAzZmYwNDgyMDNlZGUzNzg4ZDc4NDcxZWIxZDhmOA==
5
5
  data.tar.gz: !binary |-
6
- YWQwMTIxNzAzMTQwZTQ3NDI2MjEwZjJmZTZiYzdjYjdjYjAxYjQ4MA==
6
+ OWU3NDZiNmFkNTNhYjZmZDhjZmYzZDhiNTRlZWY0YWI5OTYyZDNlZA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZjRjMzk1MzlkYmQ3ZThjYzUzNWJiODIzN2QwNzc5YTM1ZWM0ZTkwN2I3Nzll
10
- ZmY5ZjM4ZWVkYzQwNDM4Mjc4MGYyNGUxNzk5YTgxYjUwMTA0MmY0MTkwMzU3
11
- ZTgyNzg3OWU3NzNjNDU2NWI0MjAwMGQ4MGRlZTE5MGY5ZDRhNjg=
9
+ NzI5ZTZhMjBlN2M3NzdkMWEwNWQ0MWYyZWEyZjJmMTE4MDdmNDdjYjhjOWMx
10
+ ZTUzYjE4NDNkMzFjZWE5NDQ5MWYxZDc1OGI5MjdhNzM1MjAwZThkYjRkYTJh
11
+ YWYyNDEwYzRkYzM4MGY0YmY5Mjg5OGRjZTg5YjJhMjA3NTViNGE=
12
12
  data.tar.gz: !binary |-
13
- NDYxMzVmYzQ3ZjRmZTk1YTA2ZTE3ZmM4MmQ5OGMwYTQ3MjEzZWY4ZmFhYzcy
14
- ODgzMjQzOWRkZjEyYmEwMDliN2MzY2RiOGM2MTNiNGRkNWE5NWMzOGMzN2Nm
15
- NWRmYWMyMGE1ODcyYTdkYzJjMzgwYjdjZTRjN2IwN2ExOTAyNTc=
13
+ ZjcyMDU0MjY4ZGNhZjRjMjFkOTJjZmQ5ZDFjMWE0MTJkZjVkNDhjY2EzYTFk
14
+ YWI0MjBjYTRiZjUyNmU5ZWUwNjEyMDBkMzFlMmE2MzZkNGU3MTA1ZTFiYjM1
15
+ YzA1ZTAwOTM1NDZkZGI4ODJiM2I0ZWE0MWYyZWQyYjAxMjc3YmM=
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Catchy
2
2
 
3
- This is a simple gem to capture chains of method calls.
3
+ catchy: Instantly appealing and memorable, a gem to capture chains of method calls.
4
4
 
5
5
  [![Build Status](https://travis-ci.org/my-codeworks/catchy.png)](https://travis-ci.org/my-codeworks/catchy)
6
6
  [![Gem Version](https://badge.fury.io/rb/catchy.png)](http://badge.fury.io/rb/catchy)
@@ -10,7 +10,7 @@ This is a simple gem to capture chains of method calls.
10
10
 
11
11
  Add this line to your application's Gemfile:
12
12
 
13
- gem 'method_chain_proxy'
13
+ gem 'catchy'
14
14
 
15
15
  And then execute:
16
16
 
@@ -18,7 +18,7 @@ And then execute:
18
18
 
19
19
  Or install it yourself as:
20
20
 
21
- $ gem install method_chain_proxy
21
+ $ gem install catchy
22
22
 
23
23
  ## Usage
24
24
 
data/catchy.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Jonas Schubert Erlandsson"]
10
10
  spec.email = ["jonas.schubert.erlandsson@my-codeworks.com"]
11
11
  spec.description = "Allows you to create an object that captures any chain of methods called on it and then displays them when turned into a string."
12
- spec.summary = "Ruby gem to capture chains of method calls."
12
+ spec.summary = "catchy: Instantly appealing and memorable, a gem to capture chains of method calls."
13
13
  spec.homepage = "https://github.com/my-codeworks/catchy"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Catchy
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catchy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Schubert Erlandsson
@@ -111,7 +111,8 @@ rubyforge_project:
111
111
  rubygems_version: 2.0.3
112
112
  signing_key:
113
113
  specification_version: 4
114
- summary: Ruby gem to capture chains of method calls.
114
+ summary: ! 'catchy: Instantly appealing and memorable, a gem to capture chains of
115
+ method calls.'
115
116
  test_files:
116
117
  - spec/lib/catchy/method_chain_spec.rb
117
118
  - spec/lib/catchy_spec.rb