local_pac 0.10.1 → 0.10.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- local_pac (0.10.1)
4
+ local_pac (0.10.2)
5
5
  activesupport
6
6
  addressable
7
7
  compass
data/config.ru CHANGED
@@ -10,6 +10,8 @@ LocalPac.config.access_log = ENV['ACCESS_LOG'] if ENV['ACCESS_LOG']
10
10
  LocalPac.ui_logger.level = LocalPac.config.log_level
11
11
 
12
12
  require File.expand_path('../app/controllers/application_controller.rb', __FILE__)
13
+ require File.expand_path('../app/controllers/file_serve_controller.rb', __FILE__)
14
+ require File.expand_path('../app/controllers/lookup_controller.rb', __FILE__)
13
15
  Dir.glob(::File.expand_path('../app/controllers/*.rb', __FILE__)).each { |f| require f }
14
16
 
15
17
 
@@ -1,4 +1,4 @@
1
1
  #main LocalPac
2
2
  module LocalPac
3
- VERSION = '0.10.1'
3
+ VERSION = '0.10.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.10.1
4
+ version: 0.10.2
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: 2014-03-13 00:00:00.000000000 Z
12
+ date: 2014-03-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -1121,7 +1121,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1121
1121
  version: '0'
1122
1122
  segments:
1123
1123
  - 0
1124
- hash: -4100875363440135804
1124
+ hash: 1684195266714898322
1125
1125
  required_rubygems_version: !ruby/object:Gem::Requirement
1126
1126
  none: false
1127
1127
  requirements:
@@ -1130,7 +1130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1130
1130
  version: '0'
1131
1131
  segments:
1132
1132
  - 0
1133
- hash: -4100875363440135804
1133
+ hash: 1684195266714898322
1134
1134
  requirements: []
1135
1135
  rubyforge_project:
1136
1136
  rubygems_version: 1.8.23