publicious 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/publicious.rb +1 -1
  2. data/publicious.gemspec +2 -2
  3. metadata +3 -3
@@ -5,7 +5,7 @@ end
5
5
 
6
6
  require 'logger'
7
7
  require 'rubygems'
8
- require 'active_support/core_ext/class'
8
+ require 'active_support/all'
9
9
 
10
10
  class Publicious
11
11
  FILE_METHODS = %w(GET HEAD).freeze
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{publicious}
3
- s.version = "0.3.2"
3
+ s.version = "0.3.3"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Justin French", "Daniel Neighman"]
7
- s.date = %q{2010-07-22}
7
+ s.date = %q{2010-07-29}
8
8
  s.description = %q{A Rails 3 gem plugin for plugins to serve images, javascripts and stylesheets from thier own public directory}
9
9
  s.summary = %q{A Rails gem plugin for plugins to serve images, javascripts and stylesheets from thier own public directory}
10
10
  s.email = %q{justin@indent.com.au}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 2
9
- version: 0.3.2
8
+ - 3
9
+ version: 0.3.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Justin French
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-22 00:00:00 +10:00
18
+ date: 2010-07-29 00:00:00 +10:00
19
19
  default_executable:
20
20
  dependencies: []
21
21