rubypitaya 1.2.7 → 1.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01e78050058f7e00777d3d9f168855354b46796eec352f1df99bc27e7c16af3d
4
- data.tar.gz: 7d875078ea6c1935a86ad06ca1e737ebdf2b1b7da14a8cc972d8e4d81c641542
3
+ metadata.gz: 2a34f05283342d1f35366034211370ce5564c8f7c1e033c69bf6efc5aa7cfde6
4
+ data.tar.gz: b1ec31931d1306144373921202b10882ea6942c77986dcaafb61800dab879ce3
5
5
  SHA512:
6
- metadata.gz: 816cc0dc23754b0624a9cba1dd450986b6d1e5570c44995c03779a91fd3118f17c4cc6104b2fbbc3660bb43bdf1695922acc73625c450335bf9bfc2aa263ca7d
7
- data.tar.gz: 3c2124c65a0c24e1c1bb3eebd4fd080b62f4938df37d161051df34522905087c42126d4bc764c3a4bb5bc79816035225241c316396cb0e90fdda469a03ff88e6
6
+ metadata.gz: 65b562f383a9c5d8f21ba37763a5f79a9fbab1f2af016f23e5f008178ff5917894daacc4df6b35819d7db6bbf91d45c53cb020ea41ef0ce382cb6d68606f4849
7
+ data.tar.gz: 83cf65e5020902691cd3149220efe2345123ae93a6c3bd057945e7b03a50642100e70f328fe13fcab8994047b9d67df0c9b94dadf593cc14952862f8a4b602e9
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '1.2.7'
3
+ gem 'rubypitaya', '1.2.9'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.12.2'
@@ -62,7 +62,7 @@ GEM
62
62
  diff-lcs (>= 1.2.0, < 2.0)
63
63
  rspec-support (~> 3.8.0)
64
64
  rspec-support (3.8.3)
65
- rubypitaya (1.2.7)
65
+ rubypitaya (1.2.9)
66
66
  activerecord (= 6.0.2)
67
67
  etcdv3 (= 0.10.2)
68
68
  eventmachine (= 1.2.7)
@@ -85,7 +85,7 @@ DEPENDENCIES
85
85
  pry (= 0.12.2)
86
86
  rake (= 10.0)
87
87
  rspec (= 3.8.0)
88
- rubypitaya (= 1.2.7)
88
+ rubypitaya (= 1.2.9)
89
89
 
90
90
  BUNDLED WITH
91
91
  1.17.2
@@ -1,7 +1,7 @@
1
1
  FROM ruby:2.6.6
2
2
 
3
3
  RUN apt update
4
- RUN apt install -y git vim docker.io postgresql-client --no-install-recommends
4
+ RUN apt install -y git vim postgresql-client --no-install-recommends
5
5
 
6
6
  WORKDIR /app/rubypitaya/
7
7
 
@@ -10,7 +10,7 @@ COPY . .
10
10
 
11
11
  FROM ruby:2.6.6-slim
12
12
 
13
- RUN apt update && apt install -y docker.io postgresql-client --no-install-recommends
13
+ RUN apt update && apt install -y postgresql-client --no-install-recommends
14
14
  RUN rm -rf /var/lib/apt/lists/*
15
15
 
16
16
  COPY --from=builder /usr/local/etc /usr/local/etc
@@ -56,8 +56,6 @@ services:
56
56
  working_dir: '/app/rubypitaya'
57
57
  volumes:
58
58
  - '.:/app/rubypitaya'
59
- - '/var/run/docker.sock:/var/run/docker.sock'
60
- privileged: true
61
59
  environment:
62
60
  SERVER_NAME: 'rubypitaya'
63
61
  RUBYPITAYA_ENV: 'development'
@@ -1,4 +1,4 @@
1
1
  module RubyPitaya
2
- VERSION = "1.2.7"
2
+ VERSION = "1.2.9"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubypitaya
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7
4
+ version: 1.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti