Skip to content

Commit

Permalink
update disk stats plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Oct 9, 2018
1 parent b257197 commit cb43123
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/controllers/disks_info_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class DisksInfoController < ApplicationController
before_filter :admin_required
before_action :admin_required

def index
@page_title =t('Disk Stats')
Expand Down
6 changes: 3 additions & 3 deletions disks.gemspec → disks-stats.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Gem::Specification.new do |s|
s.email = ["[email protected]"]
s.homepage = "http://www.amahi.org/"
s.license = "AGPLv3"
s.summary = %{Disk information for the Amahi iplatform(Enhanced).}
s.description = %{This is an Amahi 7 platform plugin that allows the viewing of disk related information(Enhanced).}
s.summary = %{Disk information for the Amahi platform.}
s.description = %{This is an Amahi platform plugin that allows the viewing of disk related information(Enhanced).}

s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 3.2.12"
s.add_dependency "rails", "~> 5.2.0"
s.add_dependency "jquery-rails"

s.add_development_dependency "sqlite3"
Expand Down
2 changes: 1 addition & 1 deletion lib/disks_info/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DisksInfo
VERSION = "0.0.1"
VERSION = "0.2"
end

0 comments on commit cb43123

Please sign in to comment.