comment_me 0.1.0alpha → 0.1.1alpha

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
  SHA256:
3
- metadata.gz: 7f5501f6b8825f7338a5427d4eb7f236d1b6ebee7ffd30fcec3da8ee44260f14
4
- data.tar.gz: b36b31c3fb04311c0f43fbbf0f425b0f85d9a3379a3446424c002f838b6bbfc2
3
+ metadata.gz: 6baa29f00200bd82232ed816437851fabce25e6d994c40ca83b98f88a4092e06
4
+ data.tar.gz: d93fd6a25223cc0db5b85457d59abd88ca1be154e2c39545fa283c48b6d80ef0
5
5
  SHA512:
6
- metadata.gz: f007142bb33a78053df1c3e4dec214a1712f0c349e8109337c374568722bd1da00c7738322c978b0f50ae1ffb5f4ffdd82d5c2986fb504794a9d78b2591a1426
7
- data.tar.gz: 4186378b2a18462b2e6a789a5d5dda512f26276cef300d2fbea9689ecc3bd4d9524dc72882135fecf6b605b2abe461b39ab29608d891d03a298c297b7f608f2d
6
+ metadata.gz: dd5a3787bec239eb1df2cbfd1a5d8c667c80c72b4a015774ebbff8ff37425b97de7baa5c8132d17b4e2f12fa652366c6724ae6f7eca82b63423b681838cbcd02
7
+ data.tar.gz: e3594f67f22a06f1f5f509f3875259f1b6abc6d4827f972ee650896b8c945d0fd06a57d4807a0501abf67c3da2b66e9e6d40ed1782dd5d34c042164ef0675893
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Attached comments for ActiveRecord models
4
4
 
5
- [![Build Status](https://travis-ci.org/Kinedu/comment_me.svg?branch=master)](https://travis-ci.org/Kinedu/comment_me)
5
+ [![Build Status](https://travis-ci.org/Kinedu/comment_me.svg?branch=master)](https://travis-ci.org/Kinedu/comment_me) [![Coverage Status](https://coveralls.io/repos/github/Kinedu/comment_me/badge.svg?branch=master)](https://coveralls.io/github/Kinedu/comment_me?branch=master)
6
6
 
7
7
  ## Installation
8
8
  Add this line to your application's Gemfile:
@@ -23,6 +23,12 @@ In the root directory:
23
23
  $ rails generate comment_me
24
24
  ```
25
25
 
26
+ Then migrate the database:
27
+
28
+ ```bash
29
+ $ rails db:migrate
30
+ ``
31
+
26
32
  ## Usage
27
33
 
28
34
  The plugin generates a comment structure mounted on ActiveRecord models. Comments can be associated with any model (any model can have the functionality).
@@ -1,3 +1,3 @@
1
1
  module CommentMe
2
- VERSION = '0.1.0alpha'
2
+ VERSION = '0.1.1alpha'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comment_me
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0alpha
4
+ version: 0.1.1alpha
5
5
  platform: ruby
6
6
  authors:
7
7
  - Armando Alejandre