succession 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +4 -2
  2. data/lib/succession/version.rb +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Succession
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/succession.png)](http://badge.fury.io/rb/succession)
4
+ [![Build Status](https://travis-ci.org/fadendaten/succession.png?branch=master)](https://travis-ci.org/fadendaten/succession)
5
+ [![Dependency Status](https://gemnasium.com/fadendaten/succession.png)](https://gemnasium.com/fadendaten/succession)
4
6
 
5
7
  Manage the Rails object succession easily.
6
8
 
@@ -18,7 +20,7 @@ After the installation type into your terminal:
18
20
 
19
21
  rake succession:install:migrations
20
22
 
21
- to execute the gem's migrations.
23
+ to move the gem's migrations into your application.
22
24
 
23
25
  ## Usage
24
26
 
@@ -49,7 +51,7 @@ For down rating:
49
51
 
50
52
  <%= down_link_to "rate up", @post%>
51
53
 
52
- #### 1. up_link_to, down_link_to
54
+ #### 2. up_button_to, down_button_to
53
55
 
54
56
  If you are more the button type, use this:
55
57
 
@@ -1,3 +1,3 @@
1
1
  module Succession
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: succession
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 3.2.14
21
+ version: 4.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 3.2.14
29
+ version: 4.0.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: jquery-rails
32
32
  requirement: !ruby/object:Gem::Requirement