glebtv_mongoid_taggable_with_context 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e5d9045dcccb4e3ecbd7967e81ef954ec970a8d2e35e48f201b512f79a3a117
4
- data.tar.gz: 596291220d50a02651f0a12ba148d89536c7e2cd951b90a7005fa6653d402253
3
+ metadata.gz: 5d550582ea933eb40e4b94d70bdb7b74fc9752c3f73046201a460290bb965c42
4
+ data.tar.gz: 5ee8793fca6474d33d78a22147d244896383954e796cf4bbfaba6514afcca9d0
5
5
  SHA512:
6
- metadata.gz: 44048b42dcb273e5ba92dc2c4cca427670e1e18c90b0a335bbc16ada5129dd6a815fe2e8d4d58425242ee943f0164781eec65ff217638009dc42e04bbd03c8e8
7
- data.tar.gz: a675d4701c60ad10d09947bebbfe99bacbecb9dde36c995406fdf7f2d8ca188cd384b16ad887d6db72735f42afa79c935a8030aeff58ec179ea7f8830c90dd4b
6
+ metadata.gz: 792997d5f9b50c126473f3d8fb4ef489f2ca6a7c5e80f860617571554c77f62ec8b5e6c806db41297b818fd65c29b1facbff4b0d5340dce1aca92193fee0fa69
7
+ data.tar.gz: '07873b02c300d8f685dbfb704b9a1342cc56868fab148f638ab31e63969b71ba1e9fc198c8fcdf3c6289b0cdcfa8bd4272eecc9897bc67b731d0412c17a589f1'
@@ -0,0 +1,2 @@
1
+ require 'mongoid_taggable_with_context'
2
+
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  module Mongoid
3
3
  module TaggableWithContext
4
- VERSION = '1.1.4'
4
+ VERSION = '1.1.5'
5
5
  end
6
6
  end
@@ -1,8 +1,8 @@
1
1
  require 'active_support/concern'
2
2
 
3
- require File.join(File.dirname(__FILE__), 'mongoid/taggable_with_context')
4
- require File.join(File.dirname(__FILE__), 'mongoid/taggable_with_context/aggregation_strategy/map_reduce')
5
- require File.join(File.dirname(__FILE__), 'mongoid/taggable_with_context/aggregation_strategy/real_time')
6
- require File.join(File.dirname(__FILE__), 'mongoid/taggable_with_context/aggregation_strategy/real_time_group_by')
7
- require File.join(File.dirname(__FILE__), 'mongoid/taggable_with_context/deprecations')
8
- require File.join(File.dirname(__FILE__), 'mongoid/taggable_with_context/version')
3
+ require 'mongoid/taggable_with_context'
4
+ require 'mongoid/taggable_with_context/aggregation_strategy/map_reduce'
5
+ require 'mongoid/taggable_with_context/aggregation_strategy/real_time'
6
+ require 'mongoid/taggable_with_context/aggregation_strategy/real_time_group_by'
7
+ require 'mongoid/taggable_with_context/deprecations'
8
+ require 'mongoid/taggable_with_context/version'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glebtv_mongoid_taggable_with_context
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Qian
@@ -86,6 +86,7 @@ files:
86
86
  - Rakefile
87
87
  - glebtv_mongoid_taggable_with_context.gemspec
88
88
  - init.rb
89
+ - lib/glebtv_mongoid_taggable_with_context.rb
89
90
  - lib/mongoid/taggable_with_context.rb
90
91
  - lib/mongoid/taggable_with_context/aggregation_strategy/map_reduce.rb
91
92
  - lib/mongoid/taggable_with_context/aggregation_strategy/real_time.rb