stretchy 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/stretchy/version.rb +1 -1
- data/lib/stretchy.rb +5 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d4b0615416277ad90eb59f3e4230a7782e787d7
|
4
|
+
data.tar.gz: 647032f0eb9730d825ca1fe8d750192e8deb5352
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f1cf69b896008b76a5aefe34b1faacaa77ee34a8c93e105e6971d147f599b406a765c57cbf7442bd4f7ac57147d8ae8156cbf5de3c628e18d7bab5fe68f7b65
|
7
|
+
data.tar.gz: b77b6a33a9d33556c4703fd70402873be9a833b3658a4922ccf138b119f9a79ef4c24ae57f54103e0240ff22fd355f3476044543f82001bce75d3e83dd964e30
|
data/lib/stretchy/version.rb
CHANGED
data/lib/stretchy.rb
CHANGED
@@ -4,10 +4,12 @@ require 'forwardable'
|
|
4
4
|
require 'excon'
|
5
5
|
require 'elasticsearch'
|
6
6
|
|
7
|
+
require 'stretchy/utils/configuration'
|
8
|
+
require 'stretchy/utils/client_actions'
|
9
|
+
|
7
10
|
module Stretchy
|
11
|
+
extend Stretchy::Utils::Configuration
|
12
|
+
extend Stretchy::Utils::ClientActions
|
8
13
|
end
|
9
14
|
|
10
15
|
Gem.find_files('stretchy/**/*.rb').reject{|f| f =~ /spec/ }.each {|f| require f }
|
11
|
-
|
12
|
-
Stretchy.send(:extend, Stretchy::Utils::Configuration)
|
13
|
-
Stretchy.send(:extend, Stretchy::Utils::ClientActions)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stretchy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- agius
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-05-
|
11
|
+
date: 2015-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: elasticsearch
|