wristband 1.1.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,8 +1,8 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- gem 'rails', '>=3.0.4'
4
- gem 'haml', '>=3.0.25'
5
- gem 'formatted_form'
3
+ gem 'rails', '>=3.1.0'
4
+ gem 'haml', '>=3.1.3'
5
+ gem 'formatted_form', '>=1.0.2'
6
6
 
7
7
  group :development, :test do
8
8
  gem 'sqlite3'
data/Gemfile.lock CHANGED
@@ -1,88 +1,104 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- abstract (1.0.0)
5
- actionmailer (3.0.4)
6
- actionpack (= 3.0.4)
7
- mail (~> 2.2.15)
8
- actionpack (3.0.4)
9
- activemodel (= 3.0.4)
10
- activesupport (= 3.0.4)
11
- builder (~> 2.1.2)
12
- erubis (~> 2.6.6)
4
+ actionmailer (3.1.0)
5
+ actionpack (= 3.1.0)
6
+ mail (~> 2.3.0)
7
+ actionpack (3.1.0)
8
+ activemodel (= 3.1.0)
9
+ activesupport (= 3.1.0)
10
+ builder (~> 3.0.0)
11
+ erubis (~> 2.7.0)
12
+ i18n (~> 0.6)
13
+ rack (~> 1.3.2)
14
+ rack-cache (~> 1.0.3)
15
+ rack-mount (~> 0.8.2)
16
+ rack-test (~> 0.6.1)
17
+ sprockets (~> 2.0.0)
18
+ activemodel (3.1.0)
19
+ activesupport (= 3.1.0)
20
+ bcrypt-ruby (~> 3.0.0)
21
+ builder (~> 3.0.0)
22
+ i18n (~> 0.6)
23
+ activerecord (3.1.0)
24
+ activemodel (= 3.1.0)
25
+ activesupport (= 3.1.0)
26
+ arel (~> 2.2.1)
27
+ tzinfo (~> 0.3.29)
28
+ activeresource (3.1.0)
29
+ activemodel (= 3.1.0)
30
+ activesupport (= 3.1.0)
31
+ activesupport (3.1.0)
32
+ multi_json (~> 1.0)
33
+ arel (2.2.1)
34
+ bcrypt-ruby (3.0.1)
35
+ builder (3.0.0)
36
+ erubis (2.7.0)
37
+ faker (1.0.0)
13
38
  i18n (~> 0.4)
14
- rack (~> 1.2.1)
15
- rack-mount (~> 0.6.13)
16
- rack-test (~> 0.5.7)
17
- tzinfo (~> 0.3.23)
18
- activemodel (3.0.4)
19
- activesupport (= 3.0.4)
20
- builder (~> 2.1.2)
21
- i18n (~> 0.4)
22
- activerecord (3.0.4)
23
- activemodel (= 3.0.4)
24
- activesupport (= 3.0.4)
25
- arel (~> 2.0.2)
26
- tzinfo (~> 0.3.23)
27
- activeresource (3.0.4)
28
- activemodel (= 3.0.4)
29
- activesupport (= 3.0.4)
30
- activesupport (3.0.4)
31
- arel (2.0.8)
32
- builder (2.1.2)
33
- erubis (2.6.6)
34
- abstract (>= 1.0.0)
35
- faker (0.9.5)
36
- i18n (~> 0.4)
37
- formatted_form (1.0.0)
39
+ formatted_form (1.0.2)
38
40
  git (1.2.5)
39
- haml (3.0.25)
40
- i18n (0.5.0)
41
- jeweler (1.5.2)
42
- bundler (~> 1.0.0)
41
+ haml (3.1.3)
42
+ hike (1.2.1)
43
+ i18n (0.6.0)
44
+ jeweler (1.6.4)
45
+ bundler (~> 1.0)
43
46
  git (>= 1.2.5)
44
47
  rake
45
- mail (2.2.15)
46
- activesupport (>= 2.3.6)
48
+ mail (2.3.0)
47
49
  i18n (>= 0.4.0)
48
50
  mime-types (~> 1.16)
49
51
  treetop (~> 1.4.8)
50
52
  mime-types (1.16)
51
- polyglot (0.3.1)
52
- rack (1.2.1)
53
- rack-mount (0.6.13)
53
+ multi_json (1.0.3)
54
+ polyglot (0.3.2)
55
+ rack (1.3.3)
56
+ rack-cache (1.0.3)
57
+ rack (>= 0.4)
58
+ rack-mount (0.8.3)
54
59
  rack (>= 1.0.0)
55
- rack-test (0.5.7)
60
+ rack-ssl (1.3.2)
61
+ rack
62
+ rack-test (0.6.1)
56
63
  rack (>= 1.0)
57
- rails (3.0.4)
58
- actionmailer (= 3.0.4)
59
- actionpack (= 3.0.4)
60
- activerecord (= 3.0.4)
61
- activeresource (= 3.0.4)
62
- activesupport (= 3.0.4)
64
+ rails (3.1.0)
65
+ actionmailer (= 3.1.0)
66
+ actionpack (= 3.1.0)
67
+ activerecord (= 3.1.0)
68
+ activeresource (= 3.1.0)
69
+ activesupport (= 3.1.0)
63
70
  bundler (~> 1.0)
64
- railties (= 3.0.4)
65
- railties (3.0.4)
66
- actionpack (= 3.0.4)
67
- activesupport (= 3.0.4)
71
+ railties (= 3.1.0)
72
+ railties (3.1.0)
73
+ actionpack (= 3.1.0)
74
+ activesupport (= 3.1.0)
75
+ rack-ssl (~> 1.3.2)
68
76
  rake (>= 0.8.7)
69
- thor (~> 0.14.4)
70
- rake (0.8.7)
71
- sqlite3 (1.3.3)
72
- test_dummy (0.2.6)
77
+ rdoc (~> 3.4)
78
+ thor (~> 0.14.6)
79
+ rake (0.9.2)
80
+ rdoc (3.9.4)
81
+ sprockets (2.0.0)
82
+ hike (~> 1.2)
83
+ rack (~> 1.0)
84
+ tilt (!= 1.3.0, ~> 1.1)
85
+ sqlite3 (1.3.4)
86
+ test_dummy (0.2.7)
73
87
  thor (0.14.6)
74
- treetop (1.4.9)
88
+ tilt (1.3.3)
89
+ treetop (1.4.10)
90
+ polyglot
75
91
  polyglot (>= 0.3.1)
76
- tzinfo (0.3.24)
92
+ tzinfo (0.3.29)
77
93
 
78
94
  PLATFORMS
79
95
  ruby
80
96
 
81
97
  DEPENDENCIES
82
98
  faker
83
- formatted_form
84
- haml (>= 3.0.25)
99
+ formatted_form (>= 1.0.2)
100
+ haml (>= 3.1.3)
85
101
  jeweler
86
- rails (>= 3.0.4)
102
+ rails (>= 3.1.0)
87
103
  sqlite3
88
104
  test_dummy
data/Rakefile CHANGED
@@ -12,9 +12,9 @@ begin
12
12
  gem.email = 'jack@theworkinggroup.ca'
13
13
  gem.homepage = 'http://github.com/twg/wristband'
14
14
  gem.authors = ['Jack Neto', 'The Working Group Inc']
15
- gem.add_dependency('rails', '>=3.0.4')
16
- gem.add_dependency('haml', '>=3.0.25')
17
- gem.add_dependency('formatted_form', '>=1.0.0')
15
+ gem.add_dependency('rails', '>=3.1.0')
16
+ gem.add_dependency('haml', '>=3.1.3')
17
+ gem.add_dependency('formatted_form', '>=1.0.2')
18
18
  end
19
19
  Jeweler::GemcutterTasks.new
20
20
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 2.0.0
data/config/boot.rb CHANGED
@@ -1,13 +1,6 @@
1
1
  require 'rubygems'
2
2
 
3
3
  # Set up gems listed in the Gemfile.
4
- gemfile = File.expand_path('../../Gemfile', __FILE__)
5
- begin
6
- ENV['BUNDLE_GEMFILE'] = gemfile
7
- require 'bundler'
8
- Bundler.setup
9
- rescue Bundler::GemNotFound => e
10
- STDERR.puts e.message
11
- STDERR.puts "Try running `bundle install`."
12
- exit!
13
- end if File.exist?(gemfile)
4
+ ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
5
+
6
+ require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
@@ -1,9 +1,9 @@
1
- Wristband::Application.configure do
1
+ defined?(Wristband::Application) && Wristband::Application.configure do
2
2
  # Settings specified here will take precedence over those in config/application.rb
3
3
 
4
4
  # In the development environment your application's code is reloaded on
5
5
  # every request. This slows down response time but is perfect for development
6
- # since you don't have to restart the webserver when you make code changes.
6
+ # since you don't have to restart the web server when you make code changes.
7
7
  config.cache_classes = false
8
8
 
9
9
  # Log error messages when you accidentally call methods on nil.
@@ -11,7 +11,6 @@ Wristband::Application.configure do
11
11
 
12
12
  # Show full error reports and disable caching
13
13
  config.consider_all_requests_local = true
14
- config.action_view.debug_rjs = true
15
14
  config.action_controller.perform_caching = false
16
15
 
17
16
  # Don't care if the mailer can't send
@@ -22,5 +21,10 @@ Wristband::Application.configure do
22
21
 
23
22
  # Only use best-standards-support built into browsers
24
23
  config.action_dispatch.best_standards_support = :builtin
25
- end
26
24
 
25
+ # Do not compress assets
26
+ config.assets.compress = false
27
+
28
+ # Expands the lines which load the assets
29
+ config.assets.debug = true
30
+ end
@@ -1,7 +1,6 @@
1
- Wristband::Application.configure do
1
+ defined?(Wristband::Application) && Wristband::Application.configure do
2
2
  # Settings specified here will take precedence over those in config/application.rb
3
3
 
4
- # The production environment is meant for finished, "live" apps.
5
4
  # Code is not reloaded between requests
6
5
  config.cache_classes = true
7
6
 
@@ -9,14 +8,27 @@ Wristband::Application.configure do
9
8
  config.consider_all_requests_local = false
10
9
  config.action_controller.perform_caching = true
11
10
 
12
- # Specifies the header that your server uses for sending files
13
- config.action_dispatch.x_sendfile_header = "X-Sendfile"
11
+ # Disable Rails's static asset server (Apache or nginx will already do this)
12
+ config.serve_static_assets = false
13
+
14
+ # Compress JavaScripts and CSS
15
+ config.assets.compress = true
16
+
17
+ # Don't fallback to assets pipeline if a precompiled asset is missed
18
+ config.assets.compile = false
19
+
20
+ # Generate digests for assets URLs
21
+ config.assets.digest = true
14
22
 
15
- # For nginx:
16
- # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect'
23
+ # Defaults to Rails.root.join("public/assets")
24
+ # config.assets.manifest = YOUR_PATH
17
25
 
18
- # If you have no front-end server that supports something like X-Sendfile,
19
- # just comment this out and Rails will serve the files
26
+ # Specifies the header that your server uses for sending files
27
+ # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
28
+ # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
29
+
30
+ # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
31
+ # config.force_ssl = true
20
32
 
21
33
  # See everything in the log (default is :info)
22
34
  # config.log_level = :debug
@@ -27,13 +39,12 @@ Wristband::Application.configure do
27
39
  # Use a different cache store in production
28
40
  # config.cache_store = :mem_cache_store
29
41
 
30
- # Disable Rails's static asset server
31
- # In production, Apache or nginx will already do this
32
- config.serve_static_assets = false
33
-
34
- # Enable serving of images, stylesheets, and javascripts from an asset server
42
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server
35
43
  # config.action_controller.asset_host = "http://assets.example.com"
36
44
 
45
+ # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
46
+ # config.assets.precompile += %w( search.js )
47
+
37
48
  # Disable delivery errors, bad email addresses will be ignored
38
49
  # config.action_mailer.raise_delivery_errors = false
39
50
 
@@ -1,4 +1,4 @@
1
- Wristband::Application.configure do
1
+ defined?(Wristband::Application) && Wristband::Application.configure do
2
2
  # Settings specified here will take precedence over those in config/application.rb
3
3
 
4
4
  # The test environment is used exclusively to run your application's
@@ -7,7 +7,11 @@ Wristband::Application.configure do
7
7
  # and recreated between test runs. Don't rely on the data there!
8
8
  config.cache_classes = true
9
9
 
10
- # Log error messages when you accidentally call methods on nil.
10
+ # Configure static asset server for tests with Cache-Control for performance
11
+ config.serve_static_assets = true
12
+ config.static_cache_control = "public, max-age=3600"
13
+
14
+ # Log error messages when you accidentally call methods on nil
11
15
  config.whiny_nils = true
12
16
 
13
17
  # Show full error reports and disable caching
@@ -32,4 +36,7 @@ Wristband::Application.configure do
32
36
 
33
37
  # Print deprecation notices to the stderr
34
38
  config.active_support.deprecation = :stderr
39
+
40
+ # Allow pass debug_assets=true as a query parameter to load pages with unpackaged assets
41
+ config.assets.allow_debugging = true
35
42
  end
data/config/routes.rb CHANGED
@@ -1,10 +1,8 @@
1
- if defined?(Wristband::Application)
2
- Rails.application.routes.draw do
3
- post '/login' => 'sessions#create'
4
- get '/login' => 'sessions#new'
5
- get '/logout' => 'sessions#destroy'
1
+ Rails.application.routes.draw do
2
+ post '/login' => 'sessions#create'
3
+ get '/login' => 'sessions#new'
4
+ get '/logout' => 'sessions#destroy'
6
5
 
7
- resources :users
8
- resources :passwords, :only => [:new, :create, :edit, :update]
9
- end
10
- end
6
+ resources :users
7
+ resources :passwords, :only => [:new, :create, :edit, :update]
8
+ end
@@ -26,19 +26,27 @@ class NewUserAuthorityCheck < AuthorityCheck
26
26
 
27
27
  end
28
28
 
29
- class NewUser < ActiveRecord::Base
30
- def self.columns() @columns ||= []; end
31
-
32
- def self.column(name, sql_type = nil, default = nil, null = true)
33
- columns << ActiveRecord::ConnectionAdapters::Column.new(name.to_s, default, sql_type.to_s, null)
34
- end
35
-
36
- column :email
37
- column :password_hash
38
- column :password_salt
39
- column :role
29
+ class NewUser
30
+ include ActiveModel::Validations
31
+ include ActiveRecord::Callbacks
32
+ extend Wristband::ClassMethods
33
+
34
+ attr_accessor :email
35
+ attr_accessor :password_hash
36
+ attr_accessor :password_salt
37
+ attr_accessor :role
40
38
 
41
39
  wristband :has_authorities => true
40
+
41
+ def initialize(params = {})
42
+ if params
43
+ @email = params[:email]
44
+ @password_hash = params[:password_hash]
45
+ @password_salt = params[:password_salt]
46
+ @role = params[:role]
47
+ end
48
+ end
49
+
42
50
  end
43
51
 
44
52
 
data/wristband.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{wristband}
8
- s.version = "1.1.0"
8
+ s.version = "2.0.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jack Neto", "The Working Group Inc"]
12
- s.date = %q{2011-09-13}
12
+ s.date = %q{2011-09-25}
13
13
  s.description = %q{Provides a starting point for user authentication}
14
14
  s.email = %q{jack@theworkinggroup.ca}
15
15
  s.extra_rdoc_files = [
@@ -75,49 +75,38 @@ Gem::Specification.new do |s|
75
75
  s.require_paths = ["lib"]
76
76
  s.rubygems_version = %q{1.6.2}
77
77
  s.summary = %q{An authentication engine}
78
- s.test_files = [
79
- "test/dummy/user.rb",
80
- "test/functional/passwords_controller_test.rb",
81
- "test/functional/sessions_controller_test.rb",
82
- "test/test_helper.rb",
83
- "test/unit/has_authorities_test.rb",
84
- "test/unit/session_user_test.rb",
85
- "test/unit/user_mailer_test.rb",
86
- "test/unit/user_test.rb",
87
- "test/unit/wristband_test.rb"
88
- ]
89
78
 
90
79
  if s.respond_to? :specification_version then
91
80
  s.specification_version = 3
92
81
 
93
82
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
94
- s.add_runtime_dependency(%q<rails>, [">= 3.0.4"])
95
- s.add_runtime_dependency(%q<haml>, [">= 3.0.25"])
96
- s.add_runtime_dependency(%q<formatted_form>, [">= 0"])
83
+ s.add_runtime_dependency(%q<rails>, [">= 3.1.0"])
84
+ s.add_runtime_dependency(%q<haml>, [">= 3.1.3"])
85
+ s.add_runtime_dependency(%q<formatted_form>, [">= 1.0.2"])
97
86
  s.add_development_dependency(%q<sqlite3>, [">= 0"])
98
87
  s.add_development_dependency(%q<jeweler>, [">= 0"])
99
- s.add_runtime_dependency(%q<rails>, [">= 3.0.4"])
100
- s.add_runtime_dependency(%q<haml>, [">= 3.0.25"])
101
- s.add_runtime_dependency(%q<formatted_form>, [">= 1.0.0"])
88
+ s.add_runtime_dependency(%q<rails>, [">= 3.1.0"])
89
+ s.add_runtime_dependency(%q<haml>, [">= 3.1.3"])
90
+ s.add_runtime_dependency(%q<formatted_form>, [">= 1.0.2"])
102
91
  else
103
- s.add_dependency(%q<rails>, [">= 3.0.4"])
104
- s.add_dependency(%q<haml>, [">= 3.0.25"])
105
- s.add_dependency(%q<formatted_form>, [">= 0"])
92
+ s.add_dependency(%q<rails>, [">= 3.1.0"])
93
+ s.add_dependency(%q<haml>, [">= 3.1.3"])
94
+ s.add_dependency(%q<formatted_form>, [">= 1.0.2"])
106
95
  s.add_dependency(%q<sqlite3>, [">= 0"])
107
96
  s.add_dependency(%q<jeweler>, [">= 0"])
108
- s.add_dependency(%q<rails>, [">= 3.0.4"])
109
- s.add_dependency(%q<haml>, [">= 3.0.25"])
110
- s.add_dependency(%q<formatted_form>, [">= 1.0.0"])
97
+ s.add_dependency(%q<rails>, [">= 3.1.0"])
98
+ s.add_dependency(%q<haml>, [">= 3.1.3"])
99
+ s.add_dependency(%q<formatted_form>, [">= 1.0.2"])
111
100
  end
112
101
  else
113
- s.add_dependency(%q<rails>, [">= 3.0.4"])
114
- s.add_dependency(%q<haml>, [">= 3.0.25"])
115
- s.add_dependency(%q<formatted_form>, [">= 0"])
102
+ s.add_dependency(%q<rails>, [">= 3.1.0"])
103
+ s.add_dependency(%q<haml>, [">= 3.1.3"])
104
+ s.add_dependency(%q<formatted_form>, [">= 1.0.2"])
116
105
  s.add_dependency(%q<sqlite3>, [">= 0"])
117
106
  s.add_dependency(%q<jeweler>, [">= 0"])
118
- s.add_dependency(%q<rails>, [">= 3.0.4"])
119
- s.add_dependency(%q<haml>, [">= 3.0.25"])
120
- s.add_dependency(%q<formatted_form>, [">= 1.0.0"])
107
+ s.add_dependency(%q<rails>, [">= 3.1.0"])
108
+ s.add_dependency(%q<haml>, [">= 3.1.3"])
109
+ s.add_dependency(%q<formatted_form>, [">= 1.0.2"])
121
110
  end
122
111
  end
123
112
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wristband
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 2.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,45 +10,45 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-09-13 00:00:00.000000000 -04:00
13
+ date: 2011-09-25 00:00:00.000000000 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
18
- requirement: &2168802080 !ruby/object:Gem::Requirement
18
+ requirement: &2169255100 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ! '>='
22
22
  - !ruby/object:Gem::Version
23
- version: 3.0.4
23
+ version: 3.1.0
24
24
  type: :runtime
25
25
  prerelease: false
26
- version_requirements: *2168802080
26
+ version_requirements: *2169255100
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: haml
29
- requirement: &2168801260 !ruby/object:Gem::Requirement
29
+ requirement: &2169254620 !ruby/object:Gem::Requirement
30
30
  none: false
31
31
  requirements:
32
32
  - - ! '>='
33
33
  - !ruby/object:Gem::Version
34
- version: 3.0.25
34
+ version: 3.1.3
35
35
  type: :runtime
36
36
  prerelease: false
37
- version_requirements: *2168801260
37
+ version_requirements: *2169254620
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: formatted_form
40
- requirement: &2168800540 !ruby/object:Gem::Requirement
40
+ requirement: &2169254140 !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
- version: '0'
45
+ version: 1.0.2
46
46
  type: :runtime
47
47
  prerelease: false
48
- version_requirements: *2168800540
48
+ version_requirements: *2169254140
49
49
  - !ruby/object:Gem::Dependency
50
50
  name: sqlite3
51
- requirement: &2168799800 !ruby/object:Gem::Requirement
51
+ requirement: &2169253660 !ruby/object:Gem::Requirement
52
52
  none: false
53
53
  requirements:
54
54
  - - ! '>='
@@ -56,10 +56,10 @@ dependencies:
56
56
  version: '0'
57
57
  type: :development
58
58
  prerelease: false
59
- version_requirements: *2168799800
59
+ version_requirements: *2169253660
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: jeweler
62
- requirement: &2168799280 !ruby/object:Gem::Requirement
62
+ requirement: &2169253180 !ruby/object:Gem::Requirement
63
63
  none: false
64
64
  requirements:
65
65
  - - ! '>='
@@ -67,40 +67,40 @@ dependencies:
67
67
  version: '0'
68
68
  type: :development
69
69
  prerelease: false
70
- version_requirements: *2168799280
70
+ version_requirements: *2169253180
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: rails
73
- requirement: &2168798720 !ruby/object:Gem::Requirement
73
+ requirement: &2169252700 !ruby/object:Gem::Requirement
74
74
  none: false
75
75
  requirements:
76
76
  - - ! '>='
77
77
  - !ruby/object:Gem::Version
78
- version: 3.0.4
78
+ version: 3.1.0
79
79
  type: :runtime
80
80
  prerelease: false
81
- version_requirements: *2168798720
81
+ version_requirements: *2169252700
82
82
  - !ruby/object:Gem::Dependency
83
83
  name: haml
84
- requirement: &2168798060 !ruby/object:Gem::Requirement
84
+ requirement: &2169252220 !ruby/object:Gem::Requirement
85
85
  none: false
86
86
  requirements:
87
87
  - - ! '>='
88
88
  - !ruby/object:Gem::Version
89
- version: 3.0.25
89
+ version: 3.1.3
90
90
  type: :runtime
91
91
  prerelease: false
92
- version_requirements: *2168798060
92
+ version_requirements: *2169252220
93
93
  - !ruby/object:Gem::Dependency
94
94
  name: formatted_form
95
- requirement: &2168797340 !ruby/object:Gem::Requirement
95
+ requirement: &2169251740 !ruby/object:Gem::Requirement
96
96
  none: false
97
97
  requirements:
98
98
  - - ! '>='
99
99
  - !ruby/object:Gem::Version
100
- version: 1.0.0
100
+ version: 1.0.2
101
101
  type: :runtime
102
102
  prerelease: false
103
- version_requirements: *2168797340
103
+ version_requirements: *2169251740
104
104
  description: Provides a starting point for user authentication
105
105
  email: jack@theworkinggroup.ca
106
106
  executables: []
@@ -177,7 +177,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
177
177
  version: '0'
178
178
  segments:
179
179
  - 0
180
- hash: 2843623027733758625
180
+ hash: 4047135453176872071
181
181
  required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  none: false
183
183
  requirements:
@@ -190,13 +190,4 @@ rubygems_version: 1.6.2
190
190
  signing_key:
191
191
  specification_version: 3
192
192
  summary: An authentication engine
193
- test_files:
194
- - test/dummy/user.rb
195
- - test/functional/passwords_controller_test.rb
196
- - test/functional/sessions_controller_test.rb
197
- - test/test_helper.rb
198
- - test/unit/has_authorities_test.rb
199
- - test/unit/session_user_test.rb
200
- - test/unit/user_mailer_test.rb
201
- - test/unit/user_test.rb
202
- - test/unit/wristband_test.rb
193
+ test_files: []