flex-scopes 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/flex-scopes.gemspec +1 -1
- metadata +5 -5
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.4
|
data/flex-scopes.gemspec
CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
|
|
5
5
|
s.name = 'flex-scopes'
|
6
6
|
s.summary = 'ActiveRecord-like chainable scopes and finders for Flex.'
|
7
7
|
s.description = 'Provides an easy to use ruby API to search elasticsearch with ActiveRecord-like chainable and mergeables scopes.'
|
8
|
-
s.homepage = 'http://github.com/ddnexus/flex
|
8
|
+
s.homepage = 'http://github.com/ddnexus/flex'
|
9
9
|
s.authors = ["Domizio Demichelis"]
|
10
10
|
s.email = 'dd.nexus@gmail.com'
|
11
11
|
s.files = `git ls-files -z`.split("\0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flex-scopes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-08-
|
12
|
+
date: 2013-08-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: flex
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 1.0.
|
21
|
+
version: 1.0.4
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 1.0.
|
29
|
+
version: 1.0.4
|
30
30
|
description: Provides an easy to use ruby API to search elasticsearch with ActiveRecord-like
|
31
31
|
chainable and mergeables scopes.
|
32
32
|
email: dd.nexus@gmail.com
|
@@ -47,7 +47,7 @@ files:
|
|
47
47
|
- lib/flex/scope/utils.rb
|
48
48
|
- lib/flex/scope/vars_methods.rb
|
49
49
|
- lib/flex/scopes.rb
|
50
|
-
homepage: http://github.com/ddnexus/flex
|
50
|
+
homepage: http://github.com/ddnexus/flex
|
51
51
|
licenses:
|
52
52
|
- MIT
|
53
53
|
post_install_message:
|