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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MWYwYTJhMzFiNDQ3ZGQ2NTdhMWM5MWFhOTEwYzFhNzRmYjA4YmM2Yg==
4
+ YTlhZmEwYzJlMGFiNjA5MGM5YWE1ZTNmMThiMGQ0MDZkMDUyYzk0MQ==
5
5
  data.tar.gz: !binary |-
6
- NGU5MWM3MDAxZTA2NDE5OGUxNzcxZmUzMzA1ZTI3Y2FhOWViMWFhZg==
6
+ OTQxZjU4MDQ1ZTY1ZDI2MWNlYTA1NzRiM2Y0NTlkMzE4M2MxZmM5Yw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZmE4NTQyZGM3MGUwY2VkODhmMjg4N2NjYjFlYTdlOTlhNDI3MjZhY2ZhZGYy
10
- M2NjYjQyY2EzMTU2MDc0ZjcyMjBlMGVjNzhlMmI2Yjk2N2YzNTVjMTdlZDFh
11
- OTllYmQ3NjBiYmM3ZjQ5NTJiMTJmNmRjNTUzNTQ1N2M5M2Y1OGI=
9
+ NDkwMzM0MjU1YTFlY2RjMGVjMGJjN2EwZTdiNWMzYWYxM2ZmNmJiZGYzODRm
10
+ ZTFlNWE5MjA2NTc0NGRjOGIyNDBmZTI5MzM2ZDI1N2FhYmU2OGVkOTFiNGJi
11
+ MjFiNTcxYTNmNjY5MzNmM2I3M2E0ZjQ0Y2I0ZTRlZWU2ODNlMmM=
12
12
  data.tar.gz: !binary |-
13
- M2NkOTU1NjE0ZjZhOTAxNWQ5ZjRiNjc3MzUxZjA0OTdiMWEyYWQ4NWYyOTFm
14
- Mjk5MDE0NDVkMTE1YTNlNmViYzZiOGE2OTUzN2Y0ZjFiNzdkMDM4MjFjNmU0
15
- Y2M3OWJkMzNhMDBlMDExMzMwMTcyMzQxNTQzOTFiZTc3ODMwNzY=
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 simple install from rubygems:
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:
@@ -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.0.0.pre'
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 = ['Caleb Clark', 'Adam St. John', 'Wilker Lucio', 'Kris Kowalik']
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.0.0.pre
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: 1.3.1
82
+ version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
85
  rubygems_version: 2.0.3