stormpath-rails 1.1.1.beta → 1.1.2.beta

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8a37170216e2a18e2649cc7a24668b4c9adcd39
4
- data.tar.gz: e51d475a6a3bc006fb6cc14ab1dbb52e7fafd62e
3
+ metadata.gz: 85d9877e6a52b149d258babb477ae11df469a485
4
+ data.tar.gz: 7a4fa9ff40e5b1e5ed0f4ebc3d01e9759326c650
5
5
  SHA512:
6
- metadata.gz: f8a2af80d898ce1d3c114c78fc0a8e24120f8875f44bf66cb5952f16ba425d5eb136fd32f3afc75f731f240ccd5df01dccf995f9c050ede423d06b2d243ad795
7
- data.tar.gz: 9f8020e645a5e75dbe1e82cd6624d73688efc6aab714c07c2560d031d72ad3886f0fbc6b70d32981e2e28e76eb0624398067c2a11f4d142a6847cd004ed0b947
6
+ metadata.gz: 622fea20e75a13f18b6b99fba6dbfdc751ac687d10462b8d5f55493b653fe19284c7c0ef50aef35b2b1362b3656f2a94ae5ae13a6dc2b4e9a503241e5a22301c
7
+ data.tar.gz: 0a8431995cdb3e7ad18d3fbbbab06aa35aab2ccc1f4a1eb2b211a61ddb5fa780dd67b88fabab78fbf8b808ad38756a1a1497a99dc9b78457d7d09c1be7b2e57a
data/README.md CHANGED
@@ -11,7 +11,7 @@ Stormpath makes it incredibly simple to add users and user data to your applicat
11
11
  Add the following line to your Gemfile. Stormpath is currently in beta so it is necessary to include the gem version
12
12
 
13
13
  ```ruby
14
- gem 'stormpath-rails', '~> 1.1.0.beta'
14
+ gem 'stormpath-rails', '~> 1.1.2.beta'
15
15
  ```
16
16
 
17
17
  Bundle the Gemfile
@@ -1,4 +1,4 @@
1
1
  Stormpath::Rails.configure do |config|
2
2
  config.api_key.file = ENV['STORMPATH_API_KEY_FILE_LOCATION']
3
- config.application.location = ENV['STORMPATH_SDK_TEST_APPLICATION_URL']
3
+ config.application.href = ENV['STORMPATH_SDK_TEST_APPLICATION_URL']
4
4
  end
@@ -1,5 +1,5 @@
1
1
  module Stormpath
2
2
  module Rails
3
- VERSION = "1.1.1.beta"
3
+ VERSION = "1.1.2.beta"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stormpath-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1.beta
4
+ version: 1.1.2.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nenad Nikolic