a9n 0.4.9 → 0.4.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/.travis.yml +3 -3
- data/LICENSE +1 -1
- data/README.md +6 -6
- data/a9n.gemspec +1 -1
- data/lib/a9n/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1d8f2c513626e5bfb81877c7829ae35c6967379
|
4
|
+
data.tar.gz: b4b7178b605d1130d79cb7ea500931dbdab8d318
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45d9e0ed919596f3a1f9a1ea1df92f1be3cb85fa2964f5ac525c486a444b0a3a91f364c178389e22d3c5b32e35a7a5ccfe3422bfc21da51225313eeca84c7866
|
7
|
+
data.tar.gz: 42732ec164bb8ab98aa70306e1b239937520e389b3c1afc5995905badd4a55ece4a51c727743ad68c4135a0f2dafca1d3b40c94d23f57f7366c1259018fda180
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.3.
|
1
|
+
2.3.1
|
data/.travis.yml
CHANGED
data/LICENSE
CHANGED
data/README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# A9n
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/a9n.png)][gem_version]
|
4
|
-
[![Build status](https://secure.travis-ci.org/
|
5
|
-
[![Code Climate](https://codeclimate.com/github/
|
6
|
-
[![Coverage Status](https://codeclimate.com/github/
|
4
|
+
[![Build status](https://secure.travis-ci.org/knapo/a9n.png)][travis]
|
5
|
+
[![Code Climate](https://codeclimate.com/github/knapo/a9n.png)][codeclimate]
|
6
|
+
[![Coverage Status](https://codeclimate.com/github/knapo/a9n/coverage.png)][coverage]
|
7
7
|
|
8
8
|
[gem_version]: https://rubygems.org/gems/a9n
|
9
|
-
[travis]: http://travis-ci.org/
|
10
|
-
[codeclimate]: https://codeclimate.com/github/
|
11
|
-
[coverage]: https://codeclimate.com/github/
|
9
|
+
[travis]: http://travis-ci.org/knapo/a9n
|
10
|
+
[codeclimate]: https://codeclimate.com/github/knapo/a9n
|
11
|
+
[coverage]: https://codeclimate.com/github/knapo/a9n
|
12
12
|
|
13
13
|
A9n is a simple tool to keep ruby/rails apps configuration maintanable and verifiable. It supports Rails 3.x, 4.x and Ruby 2.0. 2.1, 2.2, 2.3. Ruby 1.8 and Rails 2.x are not supported since version 0.1.2. Ruby 1.9 is not supported since version 0.4.0.
|
14
14
|
|
data/a9n.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.email = ["k@knapik.cc"]
|
7
7
|
gem.description = %q{a9n - ruby/rails apps configuration manager}
|
8
8
|
gem.summary = %q{a9n is a tool to keep ruby/rails apps extra configuration easily maintainable and verifiable}
|
9
|
-
gem.homepage = "https://github.com/
|
9
|
+
gem.homepage = "https://github.com/knapo/a9n"
|
10
10
|
gem.license = 'MIT'
|
11
11
|
gem.files = `git ls-files`.split($\)
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/a9n/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: a9n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: a9n - ruby/rails apps configuration manager
|
14
14
|
email:
|
@@ -49,7 +49,7 @@ files:
|
|
49
49
|
- test_app/config/configuration.yml
|
50
50
|
- test_app/config/configuration.yml.example
|
51
51
|
- test_app/config/no_defaults.yml
|
52
|
-
homepage: https://github.com/
|
52
|
+
homepage: https://github.com/knapo/a9n
|
53
53
|
licenses:
|
54
54
|
- MIT
|
55
55
|
metadata: {}
|