publicious 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/publicious.rb CHANGED
@@ -4,7 +4,6 @@ Mime::Type.register "image/png", :png
4
4
 
5
5
  module Publicious
6
6
  class Engine < Rails::Engine
7
- engine_name :publicious
8
7
  end
9
8
  end
10
9
 
data/publicious.gemspec CHANGED
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{publicious}
3
- s.version = "0.2.1"
3
+ s.version = "0.2.2"
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-02}
7
+ s.date = %q{2010-07-12}
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
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
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-02 00:00:00 +10:00
18
+ date: 2010-07-12 00:00:00 +10:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -32,7 +32,6 @@ files:
32
32
  - lib/publicious/responder.rb
33
33
  - lib/publicious.rb
34
34
  - MIT-LICENSE
35
- - publicious-0.2.0.gem
36
35
  - publicious.gemspec
37
36
  - Rakefile
38
37
  - README.textile
data/publicious-0.2.0.gem DELETED
Binary file