koala 3.0.0.rc2 → 3.0.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: 0eac39f026e6d23a571e10c1015b6979dc91f972
4
- data.tar.gz: db216bdd744f86a1d807c5aa348f6f6d3d235968
3
+ metadata.gz: 6941f9efa1f2d1a275581f20b5d10977f3d73fdd
4
+ data.tar.gz: 726f62799f0c20c9266515dc6d68bc333e9995d0
5
5
  SHA512:
6
- metadata.gz: fa8a8de920d8376722f99b625e2fc00ce61a3ee2d7734cd2cdc05bc48747864ae5d210d35f656f63b11e8dd9d84e4afac8a1eeaa304ae9321c5006961da9853c
7
- data.tar.gz: 6f7582d696bfab86a29e595d14fa9c34f643eacd1939f7674a7e8672620d63ad8aff75ef1703f9822f6ab4416f197952960c1905a52595ba2e7415f555074c5c
6
+ metadata.gz: 10d6e349ebe3e89487f9052840d12d27b52b5fce77cb649fb97e2554855bf39c12acf60da93c3c5e55bf2f0ea66b9533310c50cad23006da331b4e253dfa4e77
7
+ data.tar.gz: 67c74e5c4af1c273d4c1e7edae915897753b610357763bf398b8c8b6107853dbbdaf86ac174951e2efddadd9aa5a611cb343c0655388e7a75b407ba80823a1c4
@@ -1,4 +1,4 @@
1
- v3.0.0 (not released yet)
1
+ v3.0.0 (2017-03-17)
2
2
  ======
3
3
 
4
4
  Most users should not see any difference upgrading from 2.x to 3.0. Most of the changes are
@@ -1,3 +1,3 @@
1
1
  module Koala
2
- VERSION = "3.0.0.rc2"
2
+ VERSION = "3.0.0"
3
3
  end
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 in beta! There should be no significant changes** for most users -- please check it
16
- out!
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", "~> 3.0.0.beta2"
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.rc2
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-08 00:00:00.000000000 Z
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: 1.3.1
152
+ version: '0'
153
153
  requirements: []
154
154
  rubyforge_project:
155
155
  rubygems_version: 2.6.10