smart_proxy_dynflow 0.1.3 → 0.1.4

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: 706cb881e90f4d3c7a3553b1b2a078320d7210c6
4
- data.tar.gz: 700fbaf5da5a1817efe85e80e7dbf238fbe640e0
3
+ metadata.gz: 830e57b27531ff63ddefbe96c43cc2404c919184
4
+ data.tar.gz: 21eb2a9e480fc664ed6a233e9ed7e6ecf9fe2411
5
5
  SHA512:
6
- metadata.gz: 7aa219682cb40b61da1103ca4a7e708b7f12c0c44c840e31dd06af05d67981c1b616ecd294bb2f5a95d70e0998a865eae73bb378fe1fd44ca85300ff321d5059
7
- data.tar.gz: df5dc500e1d5c45b1b13770d3a14c8c5dc5749755060db4ca0ada823d633950178722dba6681cb7982aafc5792f4744a22127cfad580daa316b5d8831c428260
6
+ metadata.gz: 0a12fb70695a9961b31acd0947bed96ba3ab4da68bc7469dbae782ff6ba87da83d6e630fcdefaf35dc6319bc8044116be49c9626981233047343cbca77bab87e
7
+ data.tar.gz: 25193fc4f4b87b8b9a57d43f707a3b29b39d77bb68570b2b4cab51b8a5638572d4704bcd0a5738a629e4246faa0fecf1ce7c79d60f0c10591be1cd3a70983351
data/Gemfile CHANGED
@@ -11,6 +11,12 @@ group :test do
11
11
  gem 'smart_proxy', :git => "https://github.com/theforeman/smart-proxy", :branch => "develop"
12
12
  end
13
13
 
14
+ if RUBY_VERSION < "2.0"
15
+ gem 'json', '< 2.0.0'
16
+ gem 'rest-client', '< 1.7'
17
+ gem 'mime-types', '~> 1.0'
18
+ end
19
+
14
20
  # load bundler.d
15
21
  Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle|
16
22
  self.instance_eval(Bundler.read_file(bundle))
@@ -14,6 +14,7 @@ class Proxy::Dynflow
14
14
  https_rackup_path File.expand_path(rackup_path, File.expand_path("../", __FILE__))
15
15
 
16
16
  settings_file "dynflow.yml"
17
+ requires :foreman_proxy, ">= 1.12.0"
17
18
  default_settings :core_url => 'http://localhost:8008'
18
19
  plugin :dynflow, Proxy::Dynflow::VERSION
19
20
  end
@@ -1,5 +1,5 @@
1
1
  module Proxy
2
2
  class Dynflow
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
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.3
4
+ version: 0.1.4
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: 2016-06-20 00:00:00.000000000 Z
11
+ date: 2016-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  version: '0'
150
150
  requirements: []
151
151
  rubyforge_project:
152
- rubygems_version: 2.4.8
152
+ rubygems_version: 2.4.5
153
153
  signing_key:
154
154
  specification_version: 4
155
155
  summary: Dynflow runtime for Foreman smart proxy