warden-ldap 0.0.1.pre → 0.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.
Files changed (3) hide show
  1. data/README.md +1 -3
  2. data/lib/warden/ldap/version.rb +1 -1
  3. metadata +5 -7
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Warden::Ldap
2
2
 
3
- **NOTE**: This product is still pre-release, and implementation is *not* in sync with documentation yet - hence the pre-release version. We'll follow [the Semantic Versioning Specification (Semver)](http://semver.org/), so you can assume anything at 0.x.x still has an unstable API. But we *are* actively developing this.
4
-
5
- LDAP Strategy for Warden
3
+ TODO: Write a gem description
6
4
 
7
5
  ## Installation
8
6
 
@@ -1,5 +1,5 @@
1
1
  module Warden
2
2
  module Ldap
3
- VERSION = "0.0.1.pre"
3
+ VERSION = "0.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: warden-ldap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre
5
- prerelease: 6
4
+ version: 0.0.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maher Hawash
@@ -116,15 +116,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
116
116
  - - ! '>='
117
117
  - !ruby/object:Gem::Version
118
118
  version: '0'
119
- segments:
120
- - 0
121
- hash: -2051351063243103119
122
119
  required_rubygems_version: !ruby/object:Gem::Requirement
123
120
  none: false
124
121
  requirements:
125
- - - ! '>'
122
+ - - ! '>='
126
123
  - !ruby/object:Gem::Version
127
- version: 1.3.1
124
+ version: '0'
128
125
  requirements: []
129
126
  rubyforge_project:
130
127
  rubygems_version: 1.8.23
@@ -138,3 +135,4 @@ test_files:
138
135
  - spec/warden/ldap/connection_spec.rb
139
136
  - spec/warden/ldap/strategy_spec.rb
140
137
  - spec/warden/ldap_spec.rb
138
+ has_rdoc: