Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Correct files array in alpha sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Birkner committed Nov 29, 2017
1 parent dc90610 commit c3f6c20
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions rmc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,27 @@ Gem::Specification.new do |s|
]
s.files = [
"lib/rmc.rb",
"lib/rmc/item/backup_policy.rb",
"lib/rmc/item/backup_system.rb",
"lib/rmc/item/express_protect.rb",
"lib/rmc/item/host.rb",
"lib/rmc/item/recovery_set.rb",
"lib/rmc/item/schedule.rb",
"lib/rmc/item/snapshot_set.rb",
"lib/rmc/item/storage_pool.rb",
"lib/rmc/item/storage_system.rb",
"lib/rmc/item/task.rb",
"lib/rmc/item/volume.rb",
"lib/rmc/backup_policies.rb",
"lib/rmc/backup_systems.rb",
"lib/rmc/connection.rb",
"lib/rmc/scheduler.rb",
"lib/rmc/express_protects.rb",
"lib/rmc/recovery_sets.rb",
"lib/rmc/scheduler.rb",
"lib/rmc/snapshot_sets.rb",
"lib/rmc/express_protects.rb",
"lib/rmc/volumes.rb",
"lib/rmc/storage_systems.rb",
"lib/rmc/backup_systems.rb",
"lib/rmc/backup_policies.rb",
"lib/rmc/item/schedule.rb",
"lib/rmc/item/recovery_set.rb",
"lib/rmc/item/express_protect.rb",
"lib/rmc/item/storage_pool.rb",
"lib/rmc/item/volume.rb",
"lib/rmc/item/snapshot_set.rb",
"lib/rmc/item/backup_policy.rb",
"lib/rmc/item/host.rb",
"lib/rmc/tasks.rb",
"lib/rmc/volumes.rb",
]
s.homepage = "https://github.com/nitrado/ruby-rmc"
s.rubygems_version = "2.4.8"
Expand Down

0 comments on commit c3f6c20

Please sign in to comment.