local_pac 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- local_pac (0.5.0)
4
+ local_pac (0.6.1)
5
5
  activesupport
6
6
  addressable
7
7
  bootstrap-sass
@@ -16,7 +16,7 @@ module LocalPac
16
16
  Actions::ShowApplicationStatus.new.run
17
17
  end
18
18
 
19
- desc 'pac_fiel', 'Show pac file.'
19
+ desc 'pac_file', 'Show pac file.'
20
20
  def pac_file(file)
21
21
  LocalPac.config = LocalPac::Config.new(options[:config_file]) if options[:config_file]
22
22
  LocalPac.config.log_level = options[:log_level] if options[:log_level]
@@ -1,4 +1,4 @@
1
1
  #main LocalPac
2
2
  module LocalPac
3
- VERSION = '0.6.1'
3
+ VERSION = '0.6.2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: local_pac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: