liquid-ext 3.3.9 → 3.3.10

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
  SHA1:
3
- metadata.gz: 40bf852abb2f0f232f2e29b0a7d85a2c90ecb6af
4
- data.tar.gz: dd07bd17f888369f8fbcbbbaee8b4f3e945231e4
3
+ metadata.gz: 82683e832321797e925551d1f081800e946faa58
4
+ data.tar.gz: 317a7df5e313e446574b729999fe625926f97bb1
5
5
  SHA512:
6
- metadata.gz: b83f7b937994bf9cc31353cd5eee914acfe5da11ed30158e9a0df31f3cf1567a19d75a4322266d557fcd3147d2bd0a1a61f07543c0fad915cca5380839df0179
7
- data.tar.gz: 6eb3d9ae58d721839c6db7821fd400208391a027902d8d6f7461c2e8d0c46296879c36664b8fe2d4e65f584002feb5c32905d71ea4034b7cd53591875e0d1d0a
6
+ metadata.gz: 766ba305e8574151e6b28d75f1d94cc9a8a4ac2205fc40819f2c3ddad7cd91f770b82ddeeeb08d75e490563f5c42f4626900e51113879a3c6666471288ec26f3
7
+ data.tar.gz: 88ef9d4567fd9c5f56bf4dc1f98a982c1d50d0b7366fcef59ac672b3179fec1aca02cef8fa591c333feef7706fcd9149a5ce48bece9e09b94f4834ebc0e6e1d3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- liquid-ext (3.3.9)
4
+ liquid-ext (3.3.10)
5
5
  activesupport
6
6
  erubis
7
7
  jmx4r
data/lib/liquid/boot.rb CHANGED
@@ -32,6 +32,8 @@ require 'active_support/all'
32
32
  require 'cgi'
33
33
  require 'date'
34
34
  require 'json'
35
+ require 'set'
36
+ require 'singleton'
35
37
  require 'socket'
36
38
  require 'time'
37
39
 
Binary file
data/liquid-ext.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "liquid-ext"
5
- spec.version = "3.3.9"
5
+ spec.version = "3.3.10"
6
6
  spec.authors = ["LiquidM, Inc."]
7
7
  spec.email = ["opensource@liquidm.com"]
8
8
  spec.description = %q{Ruby core extensions and helper libraries}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liquid-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.9
4
+ version: 3.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - LiquidM, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-20 00:00:00.000000000 Z
11
+ date: 2014-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -124,6 +124,7 @@ files:
124
124
  - lib/liquid/curator-client-2.4.1.jar
125
125
  - lib/liquid/curator-framework-2.4.1.jar
126
126
  - lib/liquid/curator-recipes-2.4.1.jar
127
+ - lib/liquid/curator-test-2.4.1.jar
127
128
  - lib/liquid/environment.rb
128
129
  - lib/liquid/ext/array.rb
129
130
  - lib/liquid/ext/enumerable.rb