proxes 0.8.5 → 0.8.6

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
  SHA1:
3
- metadata.gz: 32dfc0bf135b58396f6425bab73d3c93712c8e1b
4
- data.tar.gz: 65e8bc0358e0fb03d07d366504f462f127e4c541
3
+ metadata.gz: e7b7c52c422b4f1db10219b5d5aa74ad90d01f69
4
+ data.tar.gz: 82b0e0202f5ebee69d7389471a8fe9194e11d201
5
5
  SHA512:
6
- metadata.gz: b042e47673ab0b50987e9485f8263eeabc3c0989661dab8ea0ea096f9927e1765d6b393c028a0227152ad9f3c4473a07727b7f286e13aee9f7a5b20bcdc9769d
7
- data.tar.gz: 94950e321514ba200c45ba65da960b8c2f1d31a2ec45ce199d3a3188efde2f03a90c67d1b026fcb73e810b99d0df641c7b8ef5f1a60aa8b63d460cfc5c2eaab8
6
+ metadata.gz: 6956c1f9b7ac1eb8b522f6c84fdbe20eeeb2753ede326505113cca2d21002a1d3601a535ff6276c86bf406cf7900f8a8b4c50e69efeca519552ad73c60a0b866
7
+ data.tar.gz: 9c2b65a7e400cd672684e4b1f53bbfc8237e0430632384ed5accfb42cce94d0631f4ec7883557d2d56f7f163cf2444b7ac47795a83807f6a4bcffcede9e1849c
@@ -1,9 +1,10 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.4.0
5
- - 2.3.3
6
- - 2.2.6
4
+ - 2.5.0
5
+ - 2.4.3
6
+ - 2.3.6
7
+ - 2.2.9
7
8
  gemfile: Gemfile.ci
8
9
  env:
9
10
  - DATABASE_URL="sqlite::memory:" ELASTICSEARCH_URL="http://localhost:9200" RACK_ENV=test
data/Gemfile.ci CHANGED
@@ -4,8 +4,7 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  gem 'codeclimate-test-reporter', '~> 1.0.0'
7
- #gem 'ditty', git: 'https://github.com/EagerELK/ditty.git', branch: 'master'
8
- gem 'ditty', path: '../ditty'
7
+ gem 'ditty', git: 'https://github.com/EagerELK/ditty.git', branch: 'master'
9
8
  gem 'dotenv'
10
9
  gem 'rspec'
11
10
  gem 'rubocop'
@@ -4,7 +4,6 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  gem 'rerun', git: 'https://github.com/alexch/rerun.git', branch: 'master'
7
- gem 'ditty', path: '../ditty'
8
7
  gem 'sqlite3'
9
8
  gem 'simplecov'
10
9
  gem 'pry-byebug'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ProxES
4
- VERSION = '0.8.5'.freeze
4
+ VERSION = '0.8.6'.freeze
5
5
  end
data/startup.sh CHANGED
@@ -11,7 +11,6 @@ then
11
11
  bundle exec rake ditty:generate_tokens
12
12
  bundle exec rake ditty:migrate
13
13
  bundle exec rake ditty:seed
14
- bundle exec whenever --update-crontab
15
14
  crond
16
15
  exec bundle exec pumactl start "$@"
17
16
  fi
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurgens du Toit
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-10 00:00:00.000000000 Z
11
+ date: 2018-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler