mongoid_taggable_with_context 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/mongoid_taggable_with_context.gemspec +5 -5
- metadata +7 -5
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "mongoid_taggable_with_context"
|
|
8
|
-
s.version = "1.0.
|
|
8
|
+
s.version = "1.0.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["Aaron Qian"]
|
|
12
|
-
s.date = "
|
|
11
|
+
s.authors = ["Aaron Qian"] #["Johnny Shields", "Steve Chung", "Luca G. Soave", "Aaron Qian"]
|
|
12
|
+
s.date = "2013-02-18"
|
|
13
13
|
s.description = "It provides some helpers to create taggable documents with context."
|
|
14
|
-
s.email = "aq1018@gmail.com"
|
|
14
|
+
s.email = ["aq1018@gmail.com"]
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
17
17
|
"README.md"
|
|
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
|
|
|
35
35
|
"spec/mongoid_taggable_with_context_spec.rb",
|
|
36
36
|
"spec/spec_helper.rb"
|
|
37
37
|
]
|
|
38
|
-
s.homepage = "http://github.com/
|
|
38
|
+
s.homepage = "http://github.com/lgs/mongoid_taggable_with_context"
|
|
39
39
|
s.licenses = ["MIT"]
|
|
40
40
|
s.require_paths = ["lib"]
|
|
41
41
|
s.rubygems_version = "1.8.24"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mongoid_taggable_with_context
|
|
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:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-02-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: mongoid
|
|
@@ -108,7 +108,8 @@ dependencies:
|
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: '0'
|
|
110
110
|
description: It provides some helpers to create taggable documents with context.
|
|
111
|
-
email:
|
|
111
|
+
email:
|
|
112
|
+
- aq1018@gmail.com
|
|
112
113
|
executables: []
|
|
113
114
|
extensions: []
|
|
114
115
|
extra_rdoc_files:
|
|
@@ -132,7 +133,7 @@ files:
|
|
|
132
133
|
- mongoid_taggable_with_context.gemspec
|
|
133
134
|
- spec/mongoid_taggable_with_context_spec.rb
|
|
134
135
|
- spec/spec_helper.rb
|
|
135
|
-
homepage: http://github.com/
|
|
136
|
+
homepage: http://github.com/lgs/mongoid_taggable_with_context
|
|
136
137
|
licenses:
|
|
137
138
|
- MIT
|
|
138
139
|
post_install_message:
|
|
@@ -153,10 +154,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
153
154
|
version: '0'
|
|
154
155
|
requirements: []
|
|
155
156
|
rubyforge_project:
|
|
156
|
-
rubygems_version: 1.8.
|
|
157
|
+
rubygems_version: 1.8.25
|
|
157
158
|
signing_key:
|
|
158
159
|
specification_version: 3
|
|
159
160
|
summary: Mongoid taggable behaviour
|
|
160
161
|
test_files:
|
|
161
162
|
- spec/mongoid_taggable_with_context_spec.rb
|
|
162
163
|
- spec/spec_helper.rb
|
|
164
|
+
has_rdoc:
|