elmas 2.4.0 → 2.4.1

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: 9a9ed5ba705a72bd6891dcf22693b1266785c87a
4
- data.tar.gz: 9e096590a3fbcf310c117c0ca80b66564c924d99
3
+ metadata.gz: f4a5126fa9862e5bd434c0d6dc9728004542abdb
4
+ data.tar.gz: afc4aeb865ca82f9560358f3a49524d525b96a19
5
5
  SHA512:
6
- metadata.gz: dd2449651468db6b7dcadc2b32a478903055c7f4f43e4cc9c0ed78803cc2e9a5bb0ac37682f0f920c583fd3864f8a2a6e92f2ce77b6e8ad1f89c3b6f0afdcdca
7
- data.tar.gz: 23773f8506826a87f8ff24b4b2570ee0653e0c441d15fac620597314331408b4446caac447b50829d7144af8f086f9b871e3c4696e609c1f343fbc2870ebceeb
6
+ metadata.gz: c0f50a73f1e89114ae95744e3f4692c3befb425e25e68ad95bf4b413c2ceba672dd15da22f867a3e10862979986295d2fb60b8cb942c2dcb2c2be23f2042027f
7
+ data.tar.gz: d4b2846e81eab8868e37a6577131f96112040c50d0e357946b0ad58f9fb91158489ddaaec6e400b8b9b8726be75a8bb033f266c719f0cf867bdb8f0b769d4714
data/Changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.4.1
2
+
3
+ - Update gem versions of mechanize and faraday
4
+
1
5
  ## 2.4.0
2
6
 
3
7
  - Add security measures for constantizing Exact Resources thanks to @confiks
data/README.md CHANGED
@@ -5,7 +5,21 @@
5
5
 
6
6
  # Elmas
7
7
 
8
- Elmas means diamond, but in this case it's an API wrapper for [Exact Online](https://developers.exactonline.com/).
8
+ Elmas means diamond, but in this case it's an API wrapper for [Exact Online](https://developers.exactonline.com/). This gem was created by [@Marthyn](https://github.com/marthyn), [Hoppinger](http://www.hoppinger.com) and a few people:
9
+
10
+ ### Contributers
11
+
12
+ * [Commuun](https://github.com/commuun)
13
+ * [dunyakirkali](https://github.com/dunyakirkali)
14
+ * [Korstiaan](https://github.com/korstiaan)
15
+ * [confiks](https://github.com/confiks)
16
+ * [Menno-de-brie](https://github.com/Menno-de-brie)
17
+ * [Dahie](https://github.com/Dahie)
18
+ * [mipmip](https://github.com/mipmip)
19
+ * [Bramjetten](https://github.com/Bramjetten)
20
+ * [LaurensN](https://github.com/LaurensN)
21
+
22
+ Thanks for helping! If you want to contribute read through this readme how to!
9
23
 
10
24
  ## Installation
11
25
 
@@ -258,4 +272,3 @@ When you're editing code it's advised you run guard, which watches file changes
258
272
 
259
273
  This gem was created by [Hoppinger](http://www.hoppinger.com)
260
274
 
261
- [![forthebadge](http://forthebadge.com/images/badges/built-with-ruby.svg)](http://www.hoppinger.com)
data/elmas.gemspec CHANGED
@@ -16,8 +16,8 @@ Gem::Specification.new do |spec|
16
16
  spec.require_paths = %w(lib)
17
17
  spec.version = Elmas::Version.to_s
18
18
 
19
- spec.add_dependency "faraday", [">= 0.8", "< 0.10"]
20
- spec.add_dependency "mechanize", ">= 2.6.0"
19
+ spec.add_dependency "faraday", [">= 0.12.1"]
20
+ spec.add_dependency "mechanize", ">= 2.7.5"
21
21
  spec.add_dependency "activesupport"
22
22
 
23
23
  spec.add_development_dependency "bundler"
data/lib/elmas/version.rb CHANGED
@@ -2,7 +2,7 @@ module Elmas
2
2
  class Version
3
3
  MAJOR = 2
4
4
  MINOR = 4
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  class << self
8
8
  def to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elmas
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marthyn
@@ -16,34 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.8'
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '0.10'
19
+ version: 0.12.1
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - ">="
28
25
  - !ruby/object:Gem::Version
29
- version: '0.8'
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '0.10'
26
+ version: 0.12.1
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: mechanize
35
29
  requirement: !ruby/object:Gem::Requirement
36
30
  requirements:
37
31
  - - ">="
38
32
  - !ruby/object:Gem::Version
39
- version: 2.6.0
33
+ version: 2.7.5
40
34
  type: :runtime
41
35
  prerelease: false
42
36
  version_requirements: !ruby/object:Gem::Requirement
43
37
  requirements:
44
38
  - - ">="
45
39
  - !ruby/object:Gem::Version
46
- version: 2.6.0
40
+ version: 2.7.5
47
41
  - !ruby/object:Gem::Dependency
48
42
  name: activesupport
49
43
  requirement: !ruby/object:Gem::Requirement