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 +4 -4
- data/README.md +1 -1
- data/lib/generators/stormpath/install/templates/stormpath.rb +1 -1
- data/lib/stormpath/rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85d9877e6a52b149d258babb477ae11df469a485
|
|
4
|
+
data.tar.gz: 7a4fa9ff40e5b1e5ed0f4ebc3d01e9759326c650
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
14
|
+
gem 'stormpath-rails', '~> 1.1.2.beta'
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
Bundle the Gemfile
|