decent_exposure 1.0.0 → 1.0.1

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/README.md CHANGED
@@ -146,3 +146,11 @@ Ryan Tomayko's [excellent treatise][treatise] on the subject).
146
146
  [treatise]: http://tomayko.com/writings/require-rubygems-antipattern
147
147
  [converting]: http://github.com/voxdolo/decent_exposure/wiki/Examples
148
148
  [diatribe]: http://blog.voxdolo.me/a-diatribe-on-maintaining-state.html
149
+
150
+ Contributors
151
+ ------------
152
+
153
+ Thanks to everyone that's helped out with `decent_exposure`! You can see a full
154
+ list here:
155
+
156
+ <http://github.com/voxdolo/decent_exposure/contributors>
data/init.rb ADDED
@@ -0,0 +1,2 @@
1
+ require 'decent_exposure/railtie'
2
+ DecentExposure::Railtie.insert
@@ -1,3 +1,3 @@
1
1
  module DecentExposure #:nodoc
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -0,0 +1 @@
1
+ Kernel.load File.join(File.dirname(__FILE__), '..', 'init.rb')
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Stephen Caudill
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-04 00:00:00 -05:00
18
+ date: 2011-02-27 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -89,6 +89,8 @@ files:
89
89
  - lib/decent_exposure.rb
90
90
  - README.md
91
91
  - COPYING
92
+ - init.rb
93
+ - rails/init.rb
92
94
  has_rdoc: true
93
95
  homepage: http://github.com/voxdolo/decent_exposure
94
96
  licenses: []