koala 3.0.0.rc2 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/changelog.md +1 -1
- data/lib/koala/version.rb +1 -1
- data/readme.md +3 -9
- 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: 6941f9efa1f2d1a275581f20b5d10977f3d73fdd
|
4
|
+
data.tar.gz: 726f62799f0c20c9266515dc6d68bc333e9995d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10d6e349ebe3e89487f9052840d12d27b52b5fce77cb649fb97e2554855bf39c12acf60da93c3c5e55bf2f0ea66b9533310c50cad23006da331b4e253dfa4e77
|
7
|
+
data.tar.gz: 67c74e5c4af1c273d4c1e7edae915897753b610357763bf398b8c8b6107853dbbdaf86ac174951e2efddadd9aa5a611cb343c0655388e7a75b407ba80823a1c4
|
data/changelog.md
CHANGED
data/lib/koala/version.rb
CHANGED
data/readme.md
CHANGED
@@ -12,28 +12,22 @@ Koala [![Version](https://img.shields.io/gem/v/koala.svg)](https://rubygems.org/
|
|
12
12
|
Installation
|
13
13
|
------------
|
14
14
|
|
15
|
-
**Koala 3.0 is
|
16
|
-
|
15
|
+
**Koala 3.0 is out! There should be no significant changes** for most users. If you encounter any
|
16
|
+
problems, please file an issue and I'll take a look.
|
17
17
|
|
18
18
|
In Bundler:
|
19
19
|
```ruby
|
20
|
-
gem "koala"
|
21
|
-
# if you need the previous release
|
22
|
-
gem "koala", "~> 2.4"
|
20
|
+
gem "koala"
|
23
21
|
```
|
24
22
|
|
25
23
|
Otherwise:
|
26
24
|
```bash
|
27
|
-
[sudo|rvm] gem install koala --pre
|
28
|
-
# if you need the previous release
|
29
25
|
[sudo|rvm] gem install koala
|
30
26
|
```
|
31
27
|
|
32
28
|
Configuration
|
33
29
|
-------------
|
34
30
|
|
35
|
-
**Available with 3.0.0.beta3**
|
36
|
-
|
37
31
|
Most applications will only use one application configuration. Rather than having to provide that
|
38
32
|
value every time, you can configure Koala to use global settings:
|
39
33
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: koala
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Koppel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-03-
|
11
|
+
date: 2017-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -147,9 +147,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
147
147
|
version: '2.1'
|
148
148
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
149
149
|
requirements:
|
150
|
-
- - "
|
150
|
+
- - ">="
|
151
151
|
- !ruby/object:Gem::Version
|
152
|
-
version:
|
152
|
+
version: '0'
|
153
153
|
requirements: []
|
154
154
|
rubyforge_project:
|
155
155
|
rubygems_version: 2.6.10
|