mongoid_taggable 1.0.0.pre → 1.1.0
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 +8 -8
- data/README.textile +5 -1
- data/mongoid_taggable.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTlhZmEwYzJlMGFiNjA5MGM5YWE1ZTNmMThiMGQ0MDZkMDUyYzk0MQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OTQxZjU4MDQ1ZTY1ZDI2MWNlYTA1NzRiM2Y0NTlkMzE4M2MxZmM5Yw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDkwMzM0MjU1YTFlY2RjMGVjMGJjN2EwZTdiNWMzYWYxM2ZmNmJiZGYzODRm
|
|
10
|
+
ZTFlNWE5MjA2NTc0NGRjOGIyNDBmZTI5MzM2ZDI1N2FhYmU2OGVkOTFiNGJi
|
|
11
|
+
MjFiNTcxYTNmNjY5MzNmM2I3M2E0ZjQ0Y2I0ZTRlZWU2ODNlMmM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YzdlMzNiZmZiMTJhZDFjOTk3ZjEwM2Y0M2MyNzJmZGFhMmE1ZmY1YjkxMTE4
|
|
14
|
+
OGVlMTExMTRiOWNjOGFhMzJkMDQ1NzYxNGVhYWY4MmRiODRlNTY1M2Q0ODgy
|
|
15
|
+
ZTViNTg4ODI5NTJlMWQwZmVlOWEwOWMwZTA0NDc5ODM4OWRlYzU=
|
data/README.textile
CHANGED
|
@@ -4,7 +4,7 @@ Mongoid Taggable provides some helpers to create taggable documents.
|
|
|
4
4
|
|
|
5
5
|
h2. Installation
|
|
6
6
|
|
|
7
|
-
You can
|
|
7
|
+
You can install from rubygems:
|
|
8
8
|
|
|
9
9
|
bc. gem install mongoid_taggable
|
|
10
10
|
|
|
@@ -16,6 +16,10 @@ or as a Rails Plugin:
|
|
|
16
16
|
|
|
17
17
|
bc. script/plugin install git://github.com/wilkerlucio/mongoid_taggable.git
|
|
18
18
|
|
|
19
|
+
h2. Mongoid 2 vs Mongoid 3
|
|
20
|
+
|
|
21
|
+
All gem versions less than 1.x only support Mongoid 2 while versions 1.x and greater support Mongoid 3.
|
|
22
|
+
|
|
19
23
|
h2. Basic Usage
|
|
20
24
|
|
|
21
25
|
To make a document taggable you need to include @Mongoid::Taggable@ into your document:
|
data/mongoid_taggable.gemspec
CHANGED
|
@@ -4,11 +4,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |g|
|
|
6
6
|
g.name = 'mongoid_taggable'
|
|
7
|
-
g.version = '1.
|
|
7
|
+
g.version = '1.1.0'
|
|
8
8
|
g.date = '2013-03-22'
|
|
9
9
|
g.description = %q{Mongoid Taggable provides some helpers to create taggable documents.}
|
|
10
10
|
g.summary = %q{Mongoid taggable behaviour}
|
|
11
|
-
g.authors = ['
|
|
11
|
+
g.authors = ['Wilker Lucio', 'Kris Kowalik', 'Adam St. John', 'Caleb Clark']
|
|
12
12
|
g.email = ['cclark@mobilizationlabs.com']
|
|
13
13
|
g.homepage = 'http://github.com/wilkerlucio/mongoid_taggable'
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mongoid_taggable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Caleb Clark
|
|
8
|
-
- Adam St. John
|
|
9
7
|
- Wilker Lucio
|
|
10
8
|
- Kris Kowalik
|
|
9
|
+
- Adam St. John
|
|
10
|
+
- Caleb Clark
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
@@ -77,9 +77,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
77
77
|
version: '0'
|
|
78
78
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- - ! '
|
|
80
|
+
- - ! '>='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version:
|
|
82
|
+
version: '0'
|
|
83
83
|
requirements: []
|
|
84
84
|
rubyforge_project:
|
|
85
85
|
rubygems_version: 2.0.3
|