koudoku 1.1.0 → 1.1.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.
- checksums.yaml +4 -4
- data/README.md +1 -2
- data/Rakefile +1 -1
- data/lib/koudoku/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6fb7002480ce761da291bb9511ba12ac0eece5e
|
|
4
|
+
data.tar.gz: ddeb8f62c7461dc500187012bb5c4c6e0c2971cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e2587f78205f6192ef5d8d2d863fb609fad4ddb6b222262ec4f20e3819982d5dba8a003ae90ca152849a00f979a0ef85fdb4f33ea244b09a0500abddb96c948
|
|
7
|
+
data.tar.gz: 0818bffc646d14eff2e22cf9c4a99df004a017d5fe4639390fed340a9e5b974ccc4c27f8e409451ba2dc40315152a1282c4e472e6896ebbcc3bfcf581fada80f
|
data/README.md
CHANGED
|
@@ -13,9 +13,8 @@ To see an example of Koudoku in action, please visit [Koudoku.org](http://koudok
|
|
|
13
13
|
Include the following in your `Gemfile`:
|
|
14
14
|
|
|
15
15
|
```ruby
|
|
16
|
-
gem 'koudoku'
|
|
16
|
+
gem 'koudoku'
|
|
17
17
|
```
|
|
18
|
-
**Note: ** For the time being, please use this repository directly and do *NOT* use the gem from RubyGems. The gem is really out of date and causing all kinds of trouble
|
|
19
18
|
|
|
20
19
|
After running `bundle install`, you can run a Rails generator to do the rest. Before installing, the model you'd like to have own subscriptions must already exist. (In many cases this will be `user`. It may also be something like `company`, etc.)
|
|
21
20
|
|
data/Rakefile
CHANGED
data/lib/koudoku/version.rb
CHANGED