mongoid_hash_query 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mongoid_hash_query/version.rb +1 -1
- data/mongoid_hash_query.gemspec +2 -2
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e0cfb1ace155077ca3413cb5e1df0a98d5fc63b
|
4
|
+
data.tar.gz: fb93593ef0fa27b9fcd99ec475e330938cef78b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 755d29749de18b3ce75a9d982b35b200c03bcf7c13cc571895e1cadba562316573a02af9217c67200a8041bbfa23a5db2aeaa5dc116d5e1a144c10a72766878f
|
7
|
+
data.tar.gz: 8ff77fb0aa5dab50c9a73464db8fc49379022ac0bd05405f03b96983f898475df4413df36a8a8d6eac8f3b522a15fe2fc67d46521607cd6d9e8610f7dff7f044
|
data/mongoid_hash_query.gemspec
CHANGED
@@ -6,8 +6,8 @@ require 'mongoid_hash_query/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "mongoid_hash_query"
|
8
8
|
spec.version = MongoidHashQuery::VERSION
|
9
|
-
spec.authors = ["Filippos Vasilakis"]
|
10
|
-
spec.email = ["vasilakisfil@gmail.com"]
|
9
|
+
spec.authors = ["Filippos Vasilakis", "Kollegorna"]
|
10
|
+
spec.email = ["vasilakisfil@gmail.com", "admin@kollegorna.se"]
|
11
11
|
|
12
12
|
spec.summary = %q{Simple gem that allows you to run any Mongoid query using a hash API. Perfect for RESTful APIs}
|
13
13
|
spec.description = %q{Simple gem that allows you to run any Mongoid query using a hash API. Perfect for RESTful APIs}
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mongoid_hash_query
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Filippos Vasilakis
|
8
|
+
- Kollegorna
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2015-
|
12
|
+
date: 2015-10-06 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: bundler
|
@@ -42,6 +43,7 @@ description: Simple gem that allows you to run any Mongoid query using a hash AP
|
|
42
43
|
Perfect for RESTful APIs
|
43
44
|
email:
|
44
45
|
- vasilakisfil@gmail.com
|
46
|
+
- admin@kollegorna.se
|
45
47
|
executables: []
|
46
48
|
extensions: []
|
47
49
|
extra_rdoc_files: []
|