Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Commit

Permalink
changes in configuration file and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenad Nikolic committed Oct 14, 2015
1 parent 4248747 commit 08b7183
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Stormpath makes it incredibly simple to add users and user data to your applicat
Add the following line to your Gemfile. Stormpath is currently in beta so it is necessary to include the gem version

```ruby
gem 'stormpath-rails', '~> 1.1.1.beta'
gem 'stormpath-rails', '~> 1.1.2.beta'
```

Bundle the Gemfile
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/stormpath/install/templates/stormpath.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Stormpath::Rails.configure do |config|
config.api_key.file = ENV['STORMPATH_API_KEY_FILE_LOCATION']
config.application.location = ENV['STORMPATH_SDK_TEST_APPLICATION_URL']
config.application.href = ENV['STORMPATH_SDK_TEST_APPLICATION_URL']
end
2 changes: 1 addition & 1 deletion lib/stormpath/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Stormpath
module Rails
VERSION = "1.1.1.beta"
VERSION = "1.1.2.beta"
end
end

0 comments on commit 08b7183

Please sign in to comment.