help_me_p 0.2.0 → 0.2.1

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
  SHA1:
3
- metadata.gz: 721ec91ee422cb3b857b1dc5d9a139cf90f924e0
4
- data.tar.gz: 04bfd7870f953a1ecd86bb62ee206ae9135ed275
3
+ metadata.gz: 880a519a0e63798a4d2fa336ddee8536cf91caa9
4
+ data.tar.gz: 22340d6f0cd0e09b28b155bb8fc7d33563b2f3cb
5
5
  SHA512:
6
- metadata.gz: b99ba3987892def9306fe0ceaa404e509e860b310d810b4b47f0bbbef72322cd76953f251d1564f4f8be02e54b54fa5751bc338a1d59ff4ed716116a1a242ee1
7
- data.tar.gz: 1fbe38dbc748d389be313c0c19739ccf4ee65751f8b5d2d696d713eefaab45cd9aeb1d42fcc5a5b4200c9030e33445a59903a1aadb01b268224ffc9fd49d93be
6
+ metadata.gz: 4b993c995c06ab42421de38bdd98a38c94a663fec398aea28d7ed773f92c2186f936a835aa9a52dbe7bd66cfa366cd9424e02c6f39b92454a55252f7cbabce7b
7
+ data.tar.gz: fd5c254d589ba902b37cfa9241f3df60a9e5ee966b17fd118ba3ba48c59f87193ddb29e22b93d9a7530bab9b0d3ba5903a273e6f114ab6649dd4e144ff575414
data/Gemfile CHANGED
@@ -2,3 +2,5 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in help_me_p.gemspec
4
4
  gemspec
5
+
6
+ gem "awesome_print"
data/README.md CHANGED
@@ -18,7 +18,14 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ Locate the object you would like to print to the console:
22
+
23
+ ```ruby
24
+ def index
25
+ @articles = Article.all
26
+ --> pee(@articles)
27
+ end
28
+ ```
22
29
 
23
30
  ## Development
24
31
 
@@ -28,7 +35,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
28
35
 
29
36
  ## Contributing
30
37
 
31
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/help_me_p. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/vildevev/help_me_p. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
32
39
 
33
40
 
34
41
  ## License
@@ -1,3 +1,3 @@
1
1
  module HelpMeP
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: help_me_p
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "“Vilde"
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-21 00:00:00.000000000 Z
11
+ date: 2017-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler