smart_proxy_dynflow 0.1.8 → 0.1.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
  SHA1:
3
- metadata.gz: 7fdf29f36672a7e1ef81b0f3c9203d4e2d8e002b
4
- data.tar.gz: 76f9c607b27caa6c7c82479a5979bc8a3e6bc8a6
3
+ metadata.gz: f4dca7f1f2cf34f08c3b9c8b0cac60b3fe3d6d95
4
+ data.tar.gz: c5be9af0f121c33f4b79d2892057937c04b66af9
5
5
  SHA512:
6
- metadata.gz: a7c84a6a1ef2fd66b804130cf05c83dd77151e6e0fb2541cbc74fe5932bbdd3ce493bfe4385b5af843478773ef9639c3a570f9150b02f9398d3e49aa6abd1f53
7
- data.tar.gz: 147474da3ada8c3f12ecbaf128c31fa078006ca7d4b4b9b0bc90a2cdb5d94286d281bfa6cbf2bc94b2a345fa7c0ec84666eb731479012c69e981d900ead5d2b4
6
+ metadata.gz: ee97c78ea7c65eb0b2f67fcd0c82c3f7a06a4fe1e9414c51e69989102ab0baef691c7eb8fed67483cc046a458a8d7313a38ea3e9fc653734d71a3b934c51327b
7
+ data.tar.gz: 5435686606d5eec7e9641aa589829fc71f36264220cdf1b9bd86e2385242e7a28e0f13a503e2124eb39456692866c5b7e9a3cef69bc2769a5cc5e7caab30127d
data/Gemfile CHANGED
@@ -9,12 +9,26 @@ end
9
9
  group :test do
10
10
  gem 'smart_proxy_dynflow', :path => '.'
11
11
  gem 'smart_proxy', :git => "https://github.com/theforeman/smart-proxy", :branch => "develop"
12
+
13
+ if RUBY_VERSION < '2.1'
14
+ gem 'public_suffix', '< 3'
15
+ else
16
+ gem 'public_suffix'
17
+ end
18
+
19
+ if RUBY_VERSION < '2.2'
20
+ gem 'rack-test', '< 0.8'
21
+ else
22
+ gem 'rack-test'
23
+ end
12
24
  end
13
25
 
14
- if RUBY_VERSION < "2.0"
15
- gem 'json', '< 2.0.0'
16
- gem 'rest-client', '< 1.7'
17
- gem 'mime-types', '~> 1.0'
26
+ if RUBY_VERSION < '2.2'
27
+ gem 'sinatra', '< 2'
28
+ gem 'rack', '>= 1.1', '< 2.0.0'
29
+ else
30
+ gem 'sinatra'
31
+ gem 'rack', '>= 1.1'
18
32
  end
19
33
 
20
34
  # load bundler.d
@@ -1,5 +1,5 @@
1
1
  module Proxy
2
2
  class Dynflow
3
- VERSION = '0.1.8'
3
+ VERSION = '0.1.9'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_dynflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-04 00:00:00.000000000 Z
11
+ date: 2018-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -108,8 +108,7 @@ dependencies:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
110
  version: 0.32.1
111
- description: |2
112
- Use the Dynflow inside Foreman smart proxy
111
+ description: " Use the Dynflow inside Foreman smart proxy\n"
113
112
  email:
114
113
  - inecas@redhat.com
115
114
  executables: []