scashin133-rsaml 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/rsaml.rb +2 -2
  2. data/lib/rsaml/version.rb +1 -1
  3. metadata +1 -1
@@ -16,9 +16,9 @@ end
16
16
  require 'rubygems'
17
17
  require 'uuid'
18
18
  begin
19
- require 'activesupport'
20
- rescue LoadError
21
19
  require 'active_support'
20
+ rescue LoadError
21
+ require 'activesupport'
22
22
  end
23
23
 
24
24
  require "rexml/document"
@@ -2,7 +2,7 @@ module RSAML#:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scashin133-rsaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anthony Eden