We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcbaef commit adced51Copy full SHA for adced51
README.md
@@ -18,7 +18,7 @@ Using `Gemfile`
18
19
```ruby
20
# latest stable
21
-gem 'ruby-saml', '~> 0.8.1'
+gem 'ruby-saml', '~> 0.9'
22
23
# or track master for bleeding-edge
24
gem 'ruby-saml', :github => 'onelogin/ruby-saml'
changelog.md
@@ -1,4 +1,6 @@
1
# RubySaml Changelog
2
+### 0.9 (Jan 23, 2015)
3
+
4
5
### 0.8.0 (Feb 21, 2014)
6
Changed namespace of the gem from `OneLogin::Saml` to `OneLogin::RubySaml`. Please update your implementations of the gem accordingly.
lib/onelogin/ruby-saml/version.rb
@@ -1,5 +1,5 @@
module OneLogin
module RubySaml
- VERSION = '0.8.1'
+ VERSION = '0.9'
end
0 commit comments