plunk 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +15 -5
  3. data/plunk.gemspec +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5efb7de164143cec1cad9a463333777a36d30e3
4
- data.tar.gz: 4aca7635698f180d0510ddd8e89a78c5d71b75cf
3
+ metadata.gz: 9995468d364aaf1391ad67f6d1f8ddb4e65a6553
4
+ data.tar.gz: f1594cf5f75541b1cfec6a2d82fa9eb55d243345
5
5
  SHA512:
6
- metadata.gz: 9c411eb71aee6b4495c5939d9bb58e12d421b227a97d3ce2ac33fb5c939bacfe933f883879097ba526f8d02e027b146f7ee774ab53c797f2c695e8853a3f2151
7
- data.tar.gz: 58a3d1155ae86ab62be314f16f9c013600c7704e9f67e75f7abf8b4ca69b15c352ee5226d55aa28d4bfdd054d21009f6776a4b39d4b1b9809a15773c987acbf7
6
+ metadata.gz: 26187e0add2cc39f6fe1e915e701bf237a8638c61d81331c430c934f98f588a89007edf2813765dde894c3da5238b86dadb671f3b7e408a03ee24e8a99d64117
7
+ data.tar.gz: 95473787d59e19a6d984a170a78f64ff8dad05e9f69592ffdc57c33d0a5fe4e6bc548328af6c25719c8083e25e3b89d294cec53b3a912f02cb4ecc25c6703d03
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- plunk (0.0.5)
5
- active_support
4
+ plunk (0.0.6)
5
+ activesupport
6
6
  json
7
7
  parslet
8
8
  rest-client
@@ -10,13 +10,20 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- active_support (3.0.0)
14
- activesupport (= 3.0.0)
15
- activesupport (3.0.0)
13
+ activesupport (4.0.2)
14
+ i18n (~> 0.6, >= 0.6.4)
15
+ minitest (~> 4.2)
16
+ multi_json (~> 1.3)
17
+ thread_safe (~> 0.1)
18
+ tzinfo (~> 0.3.37)
19
+ atomic (1.1.14)
16
20
  blankslate (2.1.2.4)
17
21
  diff-lcs (1.2.5)
22
+ i18n (0.6.9)
18
23
  json (1.8.1)
19
24
  mime-types (2.0)
25
+ minitest (4.7.5)
26
+ multi_json (1.8.2)
20
27
  parslet (1.5.0)
21
28
  blankslate (~> 2.0)
22
29
  rest-client (1.6.7)
@@ -29,6 +36,9 @@ GEM
29
36
  rspec-expectations (2.14.4)
30
37
  diff-lcs (>= 1.1.3, < 2.0)
31
38
  rspec-mocks (2.14.4)
39
+ thread_safe (0.1.3)
40
+ atomic
41
+ tzinfo (0.3.38)
32
42
 
33
43
  PLATFORMS
34
44
  ruby
data/plunk.gemspec CHANGED
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "plunk"
3
- s.version = "0.0.6"
3
+ s.version = "0.0.7"
4
4
  s.date = "2013-12-03"
5
5
  s.add_runtime_dependency "json"
6
6
  s.add_runtime_dependency "parslet"
7
7
  s.add_runtime_dependency "rest-client"
8
- s.add_runtime_dependency "active_support"
8
+ s.add_runtime_dependency "activesupport"
9
9
  s.add_development_dependency "rspec"
10
10
  s.summary = "Elasticsearch query language"
11
11
  s.description = "Human-friendly query language for Elasticsearch"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plunk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ram Mehta
@@ -54,7 +54,7 @@ dependencies:
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  - !ruby/object:Gem::Dependency
57
- name: active_support
57
+ name: activesupport
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - '>='