config_for 0.2.0.beta1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/config_for/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 913db2240a68c47d331fd92b549f037e8e51e50a
|
4
|
+
data.tar.gz: ac3a6cb0e0491c7b0bbe1aa5abb076fa49d08665
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98e1d460ae50bfee669183ffa146e4e9cadf3d26982dda1599e5d15f2eb875646cb37cfd132e87f467b13b961449bb409639ce03fb7366b314c23ac158ed4d17
|
7
|
+
data.tar.gz: b6bef0f6bc1ae0b202273367e209eac7e41f9816fff8699e7898730062c6fe631ae0e002bc28fa3e043bd20d7028091e9593661de86819638137ad7af3181c5c
|
data/README.md
CHANGED
@@ -2,9 +2,11 @@
|
|
2
2
|
|
3
3
|
Framework for generating, uploading and loading config files in Ruby apps.
|
4
4
|
|
5
|
-
It offers integrations with Rails and Sinatra.
|
5
|
+
It offers integrations with [Rails](#rails) and [Sinatra](#sinatra).
|
6
6
|
|
7
|
-
For generating and uploading configs it
|
7
|
+
For generating and uploading configs it [Capistrano Task](#capistrano).
|
8
|
+
|
9
|
+
It is inspied by [config_for](https://github.com/rails/rails/pull/16129) in Rails 4.2. If you are using Rails 4.2, you don't need to use the Rails integration, but you might want to use the [Capistrano Task](#capistrano).
|
8
10
|
|
9
11
|
# How to use it?
|
10
12
|
|
data/lib/config_for/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: config_for
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michal Cichra
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -193,9 +193,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
193
193
|
version: '0'
|
194
194
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
195
195
|
requirements:
|
196
|
-
- - "
|
196
|
+
- - ">="
|
197
197
|
- !ruby/object:Gem::Version
|
198
|
-
version:
|
198
|
+
version: '0'
|
199
199
|
requirements: []
|
200
200
|
rubyforge_project:
|
201
201
|
rubygems_version: 2.2.2
|