confswap 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/confswap.gemspec +2 -1
  4. metadata +16 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1dd67f5b084096165578ad492543a3573786f49a
4
- data.tar.gz: 82b6e68ce88949d2cfe60234fd1faf10f0e3c4c4
3
+ metadata.gz: 63dffdfc16d8f6f014cc33d485e978b8cc8e98ae
4
+ data.tar.gz: a115a0ad6878127a50ddb6fe417219b8a13a78e1
5
5
  SHA512:
6
- metadata.gz: c47dbc00b593461e9081146e2de2e38fbaa993e1d401e4a6401b75540fd767f5a1c153d95eb2c49706d285f418149059c82f191999e860c4d8d1fbee90b2bec2
7
- data.tar.gz: 4523d361fe485aadc40013d38eaf61f665f6582305852552f1d9a773737b88c91f8fdc15d3596675e6352f4b6860fbe60dd55b4f482887ad666be7f4bf1105ba
6
+ metadata.gz: 41e987aebba28bc2d7faf14b0e3a1a3d9326389c258f6414201b057f8c831b0c9ce66034845d196935875fc81b7dadf9f993ce0f5a6bca40e3d811600686ce93
7
+ data.tar.gz: 5975397d4553080610508565f53ac613e3f0f483c0bbb5ec02292b30f120a18e87f8e47a69fa5d3353bbc4b1d7a92170b4fbb6fc906277f7643e844878416fc6
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # confswap [![Build Status](https://travis-ci.org/tlcowling/confswap.svg?branch=master)](https://travis-ci.org/tlcowling/confswap) [![Dependency Status](https://gemnasium.com/tlcowling/confswap.svg)](https://gemnasium.com/tlcowling/confswap) [![Code Climate](https://codeclimate.com/github/tlcowling/confswap/badges/gpa.svg)](https://codeclimate.com/github/tlcowling/confswap)
1
+ # confswap [![Build Status](https://travis-ci.org/tlcowling/confswap.svg?branch=master)](https://travis-ci.org/tlcowling/confswap) [![Dependency Status](https://gemnasium.com/tlcowling/confswap.svg)](https://gemnasium.com/tlcowling/confswap) [![Code Climate](https://codeclimate.com/github/tlcowling/confswap/badges/gpa.svg)](https://codeclimate.com/github/tlcowling/confswap) [![Gem Version](https://badge.fury.io/rb/confswap.svg)](http://badge.fury.io/rb/confswap)
2
2
  :cow: :cow2: :cow: :cow2: :cow: :cow2: :cow: :cow2: :cow: :cow2: :cow: :cow2: :cow: :cow2: :cow: :cow2: :cow: :cow2: :cow: :cow2: :cow: :cow2: :cow: :cow2: :cow: :cow2: :cow: :cow2: :cow:
3
3
 
4
4
 
data/confswap.gemspec CHANGED
@@ -1,12 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'confswap'
3
- s.version = '0.0.1'
3
+ s.version = '0.0.2'
4
4
  s.licenses = ['APACHE2']
5
5
  s.summary = "Confswap swaps conf variables!"
6
6
  s.description = "Create a configuration from a template using environment variables"
7
7
  s.authors = ["Tom Cowling"]
8
8
  s.email = 'tom.cowling@gmail.com'
9
9
  s.homepage = 'https://www.tlcowling.com/gems/confswap'
10
+ s.add_runtime_dependency 'clamp', '~> 0.6.3'
10
11
 
11
12
  s.files = `git ls-files`.split("\n")
12
13
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: confswap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Cowling
@@ -9,7 +9,21 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2014-11-16 00:00:00.000000000 Z
12
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: clamp
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 0.6.3
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 0.6.3
13
27
  description: Create a configuration from a template using environment variables
14
28
  email: tom.cowling@gmail.com
15
29
  executables: