1
1
# Generated by jeweler
2
2
# DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile , and run 'rake gemspec'
3
+ # Instead, edit Jeweler::Tasks in rakefile , and run 'rake gemspec'
4
4
# -*- encoding: utf-8 -*-
5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = "mongoid_taggable_with_context"
8
- s . version = "1.0.1 "
8
+ s . version = "1.1.0 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
- s . authors = [ "Aaron Qian" ] #["Johnny Shields", "Steve Chung", "Luca G. Soave", "Aaron Qian"]
12
- s . date = "2013-02-18"
13
- s . description = "It provides some helpers to create taggable documents with context."
14
-
11
+ s . authors = [ "Aaron Qian" , "Luca G. Soave" , "John Shields" , "Wilker Lucio" , "Ches Martin" ]
12
+ s . date = "2013-05-18"
13
+ s . description = "Add multiple tag fields on Mongoid documents with aggregation capability."
15
14
s . extra_rdoc_files = [
16
15
"LICENSE.txt" ,
17
16
"README.md"
@@ -23,13 +22,13 @@ Gem::Specification.new do |s|
23
22
"LICENSE.txt" ,
24
23
"README.md" ,
25
24
"Rakefile" ,
26
- "VERSION" ,
27
25
"init.rb" ,
28
26
"lib/mongoid/taggable_with_context.rb" ,
29
27
"lib/mongoid/taggable_with_context/aggregation_strategy/map_reduce.rb" ,
30
28
"lib/mongoid/taggable_with_context/aggregation_strategy/real_time.rb" ,
31
29
"lib/mongoid/taggable_with_context/group_by/aggregation_strategy/real_time.rb" ,
32
30
"lib/mongoid/taggable_with_context/group_by/taggable_with_context.rb" ,
31
+ "lib/mongoid/taggable_with_context/version.rb" ,
33
32
"lib/mongoid_taggable_with_context.rb" ,
34
33
"mongoid_taggable_with_context.gemspec" ,
35
34
"spec/mongoid_taggable_with_context_spec.rb" ,
@@ -40,10 +39,6 @@ Gem::Specification.new do |s|
40
39
s . require_paths = [ "lib" ]
41
40
s . rubygems_version = "1.8.24"
42
41
s . summary = "Mongoid taggable behaviour"
43
- s . test_files = [
44
- "spec/mongoid_taggable_with_context_spec.rb" ,
45
- "spec/spec_helper.rb"
46
- ]
47
42
48
43
if s . respond_to? :specification_version then
49
44
s . specification_version = 3
0 commit comments