config_for 0.2.0.beta1 → 0.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f3f3b81d68611878491f67a0014bb0d1f8bc13d
4
- data.tar.gz: 6c954ff1b4082e9b8b6c7bfa59fae50357427090
3
+ metadata.gz: 913db2240a68c47d331fd92b549f037e8e51e50a
4
+ data.tar.gz: ac3a6cb0e0491c7b0bbe1aa5abb076fa49d08665
5
5
  SHA512:
6
- metadata.gz: 1f7bb67663da4cbd96470890c8e2e88f66ba2d5c4e3ecf413d2d59967a116ed7dd5a56030f95ddac0159e40912c7b50fabe957383e91f68ad30f58d4c6a0fdf0
7
- data.tar.gz: 2b8738ab9ef1edd4beceff12116d13235202f837afd7d895439a6402a20bbc05e30b198c16b74fcce9fc4c56ef7b37f2f69fc0e020404bd0dc412d39992d00ca
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 uses Capistrano task.
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
 
@@ -1,3 +1,3 @@
1
1
  module ConfigFor
2
- VERSION = '0.2.0.beta1'
2
+ VERSION = '0.2.0'
3
3
  end
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.beta1
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-03 00:00:00.000000000 Z
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: 1.3.1
198
+ version: '0'
199
199
  requirements: []
200
200
  rubyforge_project:
201
201
  rubygems_version: 2.2.2