rack-config-flexible 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. data/README.md +2 -2
  2. metadata +1 -1
data/README.md CHANGED
@@ -19,7 +19,7 @@ Usage
19
19
  Just add something like this to your _config.ru_:
20
20
 
21
21
  ```ruby
22
- require 'rack/config/simple'
22
+ require 'rack/config/flexible'
23
23
 
24
24
  use Rack::Config::Flexible do
25
25
  environment :production
@@ -59,7 +59,7 @@ Loading an Environment/Section from Yaml
59
59
  ========================================
60
60
 
61
61
  ```ruby
62
- require 'rack/config/simple'
62
+ require 'rack/config/flexible'
63
63
 
64
64
  use Rack::Config::Flexible do
65
65
  environment :production
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-config-flexible
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: