whoisxmlapi 0.2.0 → 0.2.1

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: 9b05d1a7615bab47a497d3477ba17fa179f0cc3e8e809e3f1f36e1b3f0ea7c32
4
- data.tar.gz: e84cde1481e9a264d463c37448f81018f3d8e5bf3b5082297709c97035b269e2
3
+ metadata.gz: 422423c1d8da9df48d34ada1a8b33e2a8fe75a743d252821244e7bebd9ac905a
4
+ data.tar.gz: bb6e4679c59f8aaf797575952d463a4f7d91228cbe4f86c0fa6e98c9f8bb5ca6
5
5
  SHA512:
6
- metadata.gz: 82e56f1e2ef9c718d61f0a25dd60b4489d44e18a84ffc7151e3afc5cbd77db96f732c4e01ffa6184889d307efe02497b04fe91ebd234994e8fc6e201ddfa4906
7
- data.tar.gz: fadb9d2de019b2ded47641fc3374b1970fe26dd6aa0862789503c0c8c71751586b637fcf688e8a057a727489249a9f60f9b5342ac3c2b018968c98dbb116eda4
6
+ metadata.gz: d0079675af6018a0c88aa73724e17ddd89e7afd05b9ed39ab1b1f14c12859b2b04e722dfaa2bdefef03646582c8f90dacf98fa5ca3bf93643fc894701f17bd18
7
+ data.tar.gz: 62cc0a41305a3cd6caf236e5125e7fd864df66bee99d2e5a81d1f8b769637fd1934a7067421e24b68d9dedc2bf2df29a8bab4a71bff40aaa4e9fad44d131d63f
@@ -5,10 +5,11 @@ module WhoisXMLAPI
5
5
 
6
6
  belongs_to :contactable, :polymorphic => true
7
7
  # Actual indexing is performed in db_mongoid_extend.rake
8
- index([
9
- [ :contactable_id, Mongo::ASCENDING ],
10
- [ :contactable_type, Mongo::ASCENDING ]
11
- ])
8
+ #index([
9
+ # [ :contactable_id, Mongo::ASCENDING ],
10
+ # [ :contactable_type, Mongo::ASCENDING ]
11
+ #])
12
+ index({contactable_id: 1, contactable_type: 1})
12
13
 
13
14
  field :name
14
15
  field :organization
@@ -1,3 +1,3 @@
1
1
  module WhoisXMLAPI
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/whoisxmlapi.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'whoisxmlapi/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "whoisxmlapi"
8
8
  spec.version = WhoisXMLAPI::VERSION
9
- spec.authors = ["Christopher Maujean", "David Hillard", "Matt Appel", "Chip Roberson"]
10
- spec.email = ["cmaujean@brandle.net", "dhillard@brandle.net", "mappel@brandle.net", "chip@brandle.net"]
9
+ spec.authors = ["Christopher Maujean", "David Hillard", "Matt Appel", "Chip Roberson", "Edgar Abadines"]
10
+ spec.email = ["cmaujean@brandle.net", "dhillard@brandle.net", "mappel@brandle.net", "chip@brandle.net", "ed@brandle.net"]
11
11
  spec.description = %q{Gem for accessing the Whois XML API via JSON, with caching}
12
12
  spec.summary = %q{whoisxmlapi.com access}
13
13
  spec.homepage = "http://brandle.net/"
metadata CHANGED
@@ -1,17 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whoisxmlapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Maujean
8
8
  - David Hillard
9
9
  - Matt Appel
10
10
  - Chip Roberson
11
+ - Edgar Abadines
11
12
  autorequire:
12
13
  bindir: bin
13
14
  cert_chain: []
14
- date: 2019-07-02 00:00:00.000000000 Z
15
+ date: 2019-07-03 00:00:00.000000000 Z
15
16
  dependencies:
16
17
  - !ruby/object:Gem::Dependency
17
18
  name: activesupport
@@ -103,6 +104,7 @@ email:
103
104
  - dhillard@brandle.net
104
105
  - mappel@brandle.net
105
106
  - chip@brandle.net
107
+ - ed@brandle.net
106
108
  executables: []
107
109
  extensions: []
108
110
  extra_rdoc_files: []