t-minus 0.2.2 → 0.2.3

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.
Files changed (2) hide show
  1. data/lib/t-minus/engine.rb +1 -0
  2. metadata +10 -10
@@ -1,4 +1,5 @@
1
1
  require 't-minus'
2
+ require 'campaigning'
2
3
  require 'rails'
3
4
 
4
5
  module TMinus
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: t-minus
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.2
9
+ - 3
10
+ version: 0.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Grimes
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-23 00:00:00 +10:00
18
+ date: 2011-01-03 00:00:00 +10:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -218,17 +218,17 @@ files:
218
218
  - lib/t-minus/test_helper.rb
219
219
  - LICENSE
220
220
  - README.markdown
221
- - spec/views/prelaunch/new.html.haml_spec.rb
222
- - spec/views/prelaunch/new.html.erb_spec.rb
223
221
  - spec/controllers/prelaunch_controller_spec.rb
224
222
  - spec/models/prelaunch_subscriber_spec.rb
223
+ - spec/views/prelaunch/new.html.erb_spec.rb
224
+ - spec/views/prelaunch/new.html.haml_spec.rb
225
225
  has_rdoc: true
226
226
  homepage: http://github.com/johngrimes/t-minus
227
227
  licenses: []
228
228
 
229
229
  post_install_message:
230
- rdoc_options:
231
- - --charset=UTF-8
230
+ rdoc_options: []
231
+
232
232
  require_paths:
233
233
  - lib
234
234
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -257,7 +257,7 @@ signing_key:
257
257
  specification_version: 3
258
258
  summary: Prelaunch page and subscriber list for your Rails app.
259
259
  test_files:
260
- - spec/views/prelaunch/new.html.haml_spec.rb
261
- - spec/views/prelaunch/new.html.erb_spec.rb
262
260
  - spec/controllers/prelaunch_controller_spec.rb
263
261
  - spec/models/prelaunch_subscriber_spec.rb
262
+ - spec/views/prelaunch/new.html.erb_spec.rb
263
+ - spec/views/prelaunch/new.html.haml_spec.rb