forgery 0.3.8 → 0.3.9

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.markdown CHANGED
@@ -140,6 +140,8 @@ Thanks to the authors and contributors:
140
140
  * Andrew Selder (aselder)
141
141
  * Thomas Sinclair (anathematic)
142
142
  * Stafford Brunk (wingrunr21)
143
+ * SixArm (SixArm)
144
+ * Akira Matsuda (amatsuda)
143
145
 
144
146
  ## Notes
145
147
 
@@ -2,7 +2,7 @@ require 'forgery'
2
2
  require 'rails'
3
3
 
4
4
  class ForgeryRailtie < Rails::Railtie
5
- initializer "forgery_railtie.initialize" do
5
+ to_prepare do
6
6
  Forgery.load_from! "#{Rails.root}/lib/forgery"
7
7
  end
8
8
 
@@ -1,3 +1,3 @@
1
1
  class Forgery
2
- VERSION = "0.3.8"
2
+ VERSION = "0.3.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forgery
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 8
10
- version: 0.3.8
9
+ - 9
10
+ version: 0.3.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathan Sutton
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-04-26 00:00:00 -05:00
19
+ date: 2011-06-23 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  requirements: []
154
154
 
155
155
  rubyforge_project: forgery
156
- rubygems_version: 1.5.0
156
+ rubygems_version: 1.3.8
157
157
  signing_key:
158
158
  specification_version: 3
159
159
  summary: Easy and customizable generation of forged data.