foreman_hosts 1.0.0 → 1.0.1

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.
@@ -42,6 +42,6 @@
42
42
  datatype: 'table',
43
43
  returnUri: true
44
44
  });
45
- $("#btnExport").attr('download', '项目工时.xlsx').attr('href', uri).attr('target', '_blank');
45
+ $("#btnExport").attr('download', 'hosts.xlsx').attr('href', uri).attr('target', '_blank');
46
46
  }
47
47
  </script>
@@ -1,3 +1,3 @@
1
1
  module ForemanHosts
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_hosts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-27 00:00:00.000000000 Z
12
+ date: 2015-09-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop
@@ -50,33 +50,33 @@ executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
- - app/models/concerns/foreman_hosts/host_extensions.rb
54
- - app/overrides/dashboard/index/sample_override.html.erb.deface
55
- - app/helpers/concerns/foreman_hosts/hosts_helper_extensions.rb
56
53
  - app/views/dashboard/_foreman_hosts_widget.html.erb
57
54
  - app/views/foreman_hosts/layouts/layouts/new_layout.html.erb
58
55
  - app/views/foreman_hosts/layouts/new_layout.html.erb
59
- - app/views/foreman_hosts/hosts/new_action.html.erb
60
- - app/views/foreman_hosts/hosts/report_index.html.erb
61
56
  - app/views/foreman_hosts/hosts/export.xlsx.axlsx
57
+ - app/views/foreman_hosts/hosts/report_index.html.erb
62
58
  - app/views/foreman_hosts/hosts/hosts/new_action.html.erb
59
+ - app/views/foreman_hosts/hosts/new_action.html.erb
60
+ - app/overrides/dashboard/index/sample_override.html.erb.deface
63
61
  - app/controllers/foreman_hosts/hosts_controller.rb
62
+ - app/helpers/concerns/foreman_hosts/hosts_helper_extensions.rb
63
+ - app/models/concerns/foreman_hosts/host_extensions.rb
64
64
  - bin/foreman-hosts
65
65
  - config/routes.rb
66
+ - lib/tasks/foreman_hosts_tasks.rake
66
67
  - lib/foreman_hosts.rb
67
- - lib/foreman_hosts/engine.rb
68
68
  - lib/foreman_hosts/version.rb
69
- - lib/tasks/foreman_hosts_tasks.rake
69
+ - lib/foreman_hosts/engine.rb
70
70
  - locale/gemspec.rb
71
- - locale/foreman_hosts.pot
72
71
  - locale/en/foreman_hosts.po
73
72
  - locale/Makefile
73
+ - locale/foreman_hosts.pot
74
74
  - LICENSE
75
75
  - Rakefile
76
76
  - README.md
77
- - test/factories/foreman_hosts_factories.rb
78
- - test/unit/foreman_hosts_test.rb
79
77
  - test/test_plugin_helper.rb
78
+ - test/unit/foreman_hosts_test.rb
79
+ - test/factories/foreman_hosts_factories.rb
80
80
  homepage: https://github.com/stdtnt/foreman_hosts
81
81
  licenses: []
82
82
  post_install_message:
@@ -97,11 +97,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  requirements: []
99
99
  rubyforge_project:
100
- rubygems_version: 1.8.23
100
+ rubygems_version: 1.8.23.2
101
101
  signing_key:
102
102
  specification_version: 3
103
103
  summary: Summary of ForemanHosts.
104
104
  test_files:
105
- - test/factories/foreman_hosts_factories.rb
106
- - test/unit/foreman_hosts_test.rb
107
105
  - test/test_plugin_helper.rb
106
+ - test/unit/foreman_hosts_test.rb
107
+ - test/factories/foreman_hosts_factories.rb