mongoid_search 0.3.1 → 0.3.2
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/lib/mongoid_search.rb +0 -6
- metadata +2 -2
data/lib/mongoid_search.rb
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
|
|
3
|
-
unless ENV['SILENT_ATTACK']
|
|
4
|
-
require 'open-uri'
|
|
5
|
-
version = Gem.loaded_specs['mongoid_search'].version.to_s
|
|
6
|
-
open("http://a.ttack.tk/n/512e67f54b1a9f78df000003/#{version}").each { |line| warn line.chomp } rescue nil
|
|
7
|
-
end
|
|
8
|
-
|
|
9
3
|
require 'mongoid_search/railtie' if defined?(Rails)
|
|
10
4
|
require 'mongoid_search/mongoid_search'
|
|
11
5
|
|
metadata
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: mongoid_search
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.3.
|
|
5
|
+
version: 0.3.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Mauricio Zaffari
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-05-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: mongoid
|