acts_as_favourites 1.2.0 → 1.2.1

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: cea12a1bbd73ff240feb8afdd90bc5cc9325ce4a
4
- data.tar.gz: c2cd3bb3d6648ec6c68aa70245c3d3ca3da9b945
3
+ metadata.gz: b962041cadc43e173ecd80957f6e7dd5a88c3abc
4
+ data.tar.gz: c511ac26f57a53a59295c238738ae5ede9173b75
5
5
  SHA512:
6
- metadata.gz: e1b274ef5c18b9d619667ce672755e7c80bd78cf922521b77c6b4d325d29b3dc256f5bb627ad58816ff98de2a7a5c437672a87c873b4b1854065faac3ab1218d
7
- data.tar.gz: 87b9e1224311e8e8e6af22f2ee67f4ff9c34ba1418bfcfd76994d8507885e90827480445304e228b057280a2b87ba0e928eeebf79fe3e1f4b97bf98331c523a4
6
+ metadata.gz: ddfbaf9ab68a59f94d6076ac4a97c7105eeaa249525ab829bb79136a2d7f15c6c5503fe1e80722b7c145e08ab8bc57807e4848c16e67d8025d7fa1d97bcfc9a8
7
+ data.tar.gz: c4952d0b386a7767f354684939a41db05c92db0016c8473f3ea98e0ce00395df840cf461c8e873ee9ee58fc9e0d47f2d3d06c81bb828ecc4a60bef9cf848cb01
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- #ActsAsFavourites [![Build Status](https://travis-ci.org/rajcybage/acts_as_favourites.svg)](https://travis-ci.org/rajcybage/acts_as_favourites) [![Coverage Status](https://coveralls.io/repos/rajcybage/acts_as_favourites/badge.svg)](https://coveralls.io/r/rajcybage/acts_as_favourites
2
+ #ActsAsFavourites [![Build Status](https://travis-ci.org/rajcybage/acts_as_favourites.svg)](https://travis-ci.org/rajcybage/acts_as_favourites) [![Coverage Status](https://coveralls.io/repos/rajcybage/acts_as_favourites/badge.svg?branch=master%0A)](https://coveralls.io/r/rajcybage/acts_as_favourites?branch=master%0A)
3
3
 
4
4
  Add favorite fuctionalities to any Active Record models through polymorphic association.
5
5
 
@@ -9,7 +9,7 @@ Add favorite fuctionalities to any Active Record models through polymorphic asso
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'acts_as_favorite'
12
+ gem 'acts_as_favourites'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -83,4 +83,4 @@ It is not necessary to use both `acts_as_favorable` and `acts_as_favoriter` . Yo
83
83
 
84
84
  ## Contributing
85
85
 
86
- Issues and pull reqeusts are welcomed.
86
+ Issues and pull reqeusts are welcomed.
@@ -1,3 +1,3 @@
1
1
  module Favorable
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
@@ -2,10 +2,11 @@ require 'acts_as_favorite'
2
2
  require 'active_record'
3
3
  require 'support/models.rb'
4
4
  require 'coveralls'
5
- Coveralls.wear!
5
+
6
6
  require 'support/favorite_factory'
7
7
  ActiveRecord::Base.establish_connection adapter: 'sqlite3', database: ":memory"
8
8
  load 'support/schema.rb'
9
+ Coveralls.wear!
9
10
  #load 'support/models.rb'
10
11
  # This file was generated by the `rspec --init` command. Conventionally, all
11
12
  # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
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.2.0
4
+ version: 1.2.1
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-09 00:00:00.000000000 Z
11
+ date: 2015-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler