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 +8 -8
- data/README.md +3 -3
- data/catchy.gemspec +1 -1
- data/lib/catchy/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjQyMzYzNzE1MzAzZmYwNDgyMDNlZGUzNzg4ZDc4NDcxZWIxZDhmOA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OWU3NDZiNmFkNTNhYjZmZDhjZmYzZDhiNTRlZWY0YWI5OTYyZDNlZA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzI5ZTZhMjBlN2M3NzdkMWEwNWQ0MWYyZWEyZjJmMTE4MDdmNDdjYjhjOWMx
|
10
|
+
ZTUzYjE4NDNkMzFjZWE5NDQ5MWYxZDc1OGI5MjdhNzM1MjAwZThkYjRkYTJh
|
11
|
+
YWYyNDEwYzRkYzM4MGY0YmY5Mjg5OGRjZTg5YjJhMjA3NTViNGE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZjcyMDU0MjY4ZGNhZjRjMjFkOTJjZmQ5ZDFjMWE0MTJkZjVkNDhjY2EzYTFk
|
14
|
+
YWI0MjBjYTRiZjUyNmU5ZWUwNjEyMDBkMzFlMmE2MzZkNGU3MTA1ZTFiYjM1
|
15
|
+
YzA1ZTAwOTM1NDZkZGI4ODJiM2I0ZWE0MWYyZWQyYjAxMjc3YmM=
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Catchy
|
2
2
|
|
3
|
-
|
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 '
|
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
|
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 = "
|
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
|
|
data/lib/catchy/version.rb
CHANGED
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.
|
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:
|
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
|