blakstar_like 1.0.0 → 1.0.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.
- data/README.textile +3 -1
- data/VERSION +1 -1
- data/blakstar_like.gemspec +1 -1
- metadata +2 -2
data/README.textile
CHANGED
|
@@ -7,9 +7,11 @@ h2. Examples
|
|
|
7
7
|
|
|
8
8
|
First, generate the migration file.
|
|
9
9
|
<pre><code>
|
|
10
|
-
|
|
10
|
+
rails generate migration blakstar_like_migration
|
|
11
11
|
</code></pre>
|
|
12
12
|
|
|
13
|
+
Generator is missing right now!
|
|
14
|
+
|
|
13
15
|
Include blakstar_like in a model you want to like.
|
|
14
16
|
<pre><code>Class Post < ActiveRecord::Base
|
|
15
17
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.1
|
data/blakstar_like.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blakstar_like
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -147,7 +147,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
147
147
|
version: '0'
|
|
148
148
|
segments:
|
|
149
149
|
- 0
|
|
150
|
-
hash:
|
|
150
|
+
hash: -819560643
|
|
151
151
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
152
|
none: false
|
|
153
153
|
requirements:
|