heroku_standard_config 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +4 -0
- data/lib/heroku_standard_config/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# HerokuStandardConfig
|
2
2
|
|
3
|
+
Release: [![Build Status](https://travis-ci.org/heroku/heroku_standard_config.png?branch=v0.0.1)](https://travis-ci.org/heroku/heroku_standard_config)
|
4
|
+
Master: [![Build Status](https://travis-ci.org/heroku/heroku_standard_config.png?branch=master)](https://travis-ci.org/heroku/heroku_standard_config)
|
5
|
+
Development: [![Build Status](https://travis-ci.org/heroku/heroku_standard_config.png?branch=development)](https://travis-ci.org/heroku/heroku_standard_config)
|
6
|
+
|
3
7
|
A set of standard configuration settings for Heroku web properties:
|
4
8
|
|
5
9
|
- Rewrites `/paths-with-trailing/slashes/?foo=bar` to `/paths-with-trailing/slashes?foo=bar`
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: heroku_standard_config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-10-
|
12
|
+
date: 2013-10-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -123,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
123
123
|
version: '0'
|
124
124
|
segments:
|
125
125
|
- 0
|
126
|
-
hash:
|
126
|
+
hash: 3802017961314430887
|
127
127
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
128
128
|
none: false
|
129
129
|
requirements:
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
132
132
|
version: '0'
|
133
133
|
segments:
|
134
134
|
- 0
|
135
|
-
hash:
|
135
|
+
hash: 3802017961314430887
|
136
136
|
requirements: []
|
137
137
|
rubyforge_project:
|
138
138
|
rubygems_version: 1.8.23
|