warden 1.0.5 → 1.0.6

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.
@@ -1,3 +1,5 @@
1
+ == Version 1.0.6
2
+ * Remove gem files from the packaged gem
1
3
  == Version 1.0.3
2
4
  * Do not renew session on user fetch
3
5
 
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Warden
3
- VERSION = "1.0.5".freeze
3
+ VERSION = "1.0.6".freeze
4
4
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  "LICENSE",
13
13
  "README.textile"
14
14
  ]
15
- s.files = Dir["**/*"]
15
+ s.files = Dir["**/*"] - Dir["*.gem"]
16
16
  s.homepage = %q{http://github.com/hassox/warden}
17
17
  s.rdoc_options = ["--charset=UTF-8"]
18
18
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: warden
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 5
10
- version: 1.0.5
9
+ - 6
10
+ version: 1.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Neighman
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-27 00:00:00 +10:00
19
- default_executable:
18
+ date: 2011-07-27 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: rack
@@ -82,12 +81,7 @@ files:
82
81
  - spec/warden/test/helpers_spec.rb
83
82
  - spec/warden/test/test_mode_spec.rb
84
83
  - TODO.textile
85
- - warden-1.0.0.gem
86
- - warden-1.0.1.gem
87
- - warden-1.0.4.gem
88
- - warden-1.0.5.gem
89
84
  - warden.gemspec
90
- has_rdoc: true
91
85
  homepage: http://github.com/hassox/warden
92
86
  licenses: []
93
87
 
@@ -117,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
111
  requirements: []
118
112
 
119
113
  rubyforge_project: warden
120
- rubygems_version: 1.6.2
114
+ rubygems_version: 1.8.6
121
115
  signing_key:
122
116
  specification_version: 3
123
117
  summary: Rack middleware that provides authentication for rack applications
Binary file
Binary file
Binary file