acts_as_favourites 1.0.0 → 1.1.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
  SHA1:
3
- metadata.gz: af08814ec9d098191b68eec475713a9b82c9f90a
4
- data.tar.gz: e2c1ad6eab2d6e75c98bdeea779743786517cf94
3
+ metadata.gz: 4215c3c50344bf1b370dc0ef013043784909018c
4
+ data.tar.gz: 70412344be5e4360608710e2318129695d1d06f5
5
5
  SHA512:
6
- metadata.gz: 133779855d6b987b050a953473bbea495d431db8f124e3b9c571787112aa6f8264baff1ed758477b22d8f6ff5ee6710bb487c28ac2cb9e69ba727041a1ced148
7
- data.tar.gz: bd8079991854c7af3aec4bd51fbdeee0a15d3d572ec3a9a1dbf75a513904302d43d7d86607c88f5b6e2b93dea626988feffc8903a615d2b95a6a06e278443cb7
6
+ metadata.gz: c53e60f6854718373f786f709e06bccec7cd404dd1b6aafe218b94178b8b31a3e47a585f44ec6dcd8767e9fc487adf3c2d863ed33971de6c4912b4f5e5806b6b
7
+ data.tar.gz: 95ce6d9341153139201873ac287c067049b249db3c297232342a5d9bd6759f8d34d5cc2dea6c819282c9781b24d107efc1094d41aca38cffe1c382b03d869c59
@@ -0,0 +1,2 @@
1
+ service_name: travis-pro
2
+ repo_token: TcmyXeSfyKD7Yb7RQOq3R1gucMXBw04cs
@@ -2,4 +2,5 @@ language: ruby
2
2
  cache: bundler
3
3
 
4
4
  rvm:
5
+ - 2.0.0
5
6
  - 2.1.1
data/README.md CHANGED
@@ -1,3 +1,6 @@
1
+
2
+ #ActsAsFavourites [![Build Status](https://travis-ci.org/rajcybage/acts_as_favourites.svg)](https://travis-ci.org/rajcybage/acts_as_favourites)
3
+
1
4
  Add favorite fuctionalities to any Active Record models through polymorphic association.
2
5
 
3
6
 
@@ -43,6 +46,7 @@ class User < ActiveRecord::Base
43
46
  end
44
47
  ```
45
48
 
49
+
46
50
  It is not necessary to use both `acts_as_favorable` and `acts_as_favoriter` . You can use one to execute.
47
51
 
48
52
  ### API
@@ -1,3 +1,3 @@
1
1
  module Favorable
2
- VERSION = "1.0.0"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_favourites
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rajarshi Das
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-08 00:00:00.000000000 Z
11
+ date: 2015-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -143,6 +143,7 @@ executables: []
143
143
  extensions: []
144
144
  extra_rdoc_files: []
145
145
  files:
146
+ - ".coveralls.yml"
146
147
  - ".gitignore"
147
148
  - ".rspec"
148
149
  - ".travis.yml"
@@ -152,7 +153,6 @@ files:
152
153
  - README.md
153
154
  - Rakefile
154
155
  - acts_as_favorite.gemspec
155
- - converalls.yml
156
156
  - lib/acts_as_favorite.rb
157
157
  - lib/acts_as_favorite/favor.rb
158
158
  - lib/acts_as_favorite/favoriter.rb
@@ -1 +0,0 @@
1
- service_name: travis-ci