delivery-sdk-ruby 0.10.3 → 0.10.4

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 +4 -14
  3. data/lib/delivery/version.rb +1 -1
  4. metadata +14 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6f5dd503a71bd10a440409537f0494562c9df0571345532e164b754869c4da1
4
- data.tar.gz: 8026534999e36eec50e7c30f4b5e114ddcc9124bb548f84101dda166d97c1241
3
+ metadata.gz: 93aac4e21da4779cd9e280df4c033432795d22e7abf55bf209be069268d2ca95
4
+ data.tar.gz: b82185864a24c07cf421ffe2779f8960209e7b7c7115dd8314eb4a181d8d5e2c
5
5
  SHA512:
6
- metadata.gz: fe27ed78fc6271e0a7ca049eb2f842ff28fc8175c36f3c031b0cda79dbad812f82b719f01baef6afe7a560c27260aa43239389d3e198c8563358312bc99330d9
7
- data.tar.gz: 2991312b1137c03966d2e611f79f4025ac104a6181df7feae2652cd2e802cd6e135c1a6bab6abfa1b7b3654c1d04e26969a2ca81de84f867b96dec1a52803326
6
+ metadata.gz: 666c298a042bd1c8334b298928f9ee6ff1749349f5c4c87e1112f89882f663d9c571aee121cfe55e2b09abe7462853186b19f3b338735f25ba1c7af2f4cdd8fc
7
+ data.tar.gz: 844bfd2a145b903209d8410a185a0695da80605b7e8910fa02f19f2ec9e41dc1f5ed5b158ba4c9c86592e83cff1d7232661a597d710d753b4b2732374801df6b
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- [![Forums](https://img.shields.io/badge/chat-on%20forums-orange.svg)](https://forums.kenticocloud.com) [![Join the chat at https://kentico-community.slack.com](https://img.shields.io/badge/join-slack-E6186D.svg)](https://kentico-community.slack.com) [![Version](https://img.shields.io/badge/version-0.10.3-green.svg)](https://rubygems.org/gems/delivery-sdk-ruby)
2
+ [![Forums](https://img.shields.io/badge/chat-on%20forums-orange.svg)](https://forums.kenticocloud.com) [![Join the chat at https://kentico-community.slack.com](https://img.shields.io/badge/join-slack-E6186D.svg)](https://kentico-community.slack.com) [![Version](https://img.shields.io/badge/version-0.10.4-green.svg)](https://rubygems.org/gems/delivery-sdk-ruby)
3
3
 
4
4
  # Delivery Ruby SDK
5
5
 
@@ -7,23 +7,13 @@ The Delivery Ruby SDK can be used in Ruby/Rails projects to retrieve content fro
7
7
 
8
8
  ## Installation
9
9
 
10
- To create the gem, clone this repo and run `rake build`, or download the gem from the /pkg directory. Then install the gem and its dependencies as usual:
10
+ Add the gem to your Gemfile:
11
11
 
12
12
  ```ruby
13
- gem install delivery-sdk-ruby-0.6.1.gem
14
- gem install rest-client
15
- gem install nokogiri
13
+ gem 'delivery-sdk-ruby'
16
14
  ```
17
15
 
18
- Or, if you have a Gemfile, you can link the application directly to this repository:
19
-
20
- ```ruby
21
- gem 'delivery-sdk-ruby', :git => 'https://github.com/Kentico/delivery-sdk-ruby.git'
22
- gem 'rest-client'
23
- gem 'nokogiri'
24
- ```
25
-
26
- Then run `bundle install`. To use the SDK in an `.rb` file, you need to require it:
16
+ Then run `bundle install`. You can also download the gem from [RubyGems.org](https://rubygems.org/gems/delivery-sdk-ruby). To use the SDK in an `.rb` file, you need to require it:
27
17
 
28
18
  ```ruby
29
19
  require 'delivery-sdk-ruby'
@@ -1,3 +1,3 @@
1
1
  module Delivery
2
- VERSION = '0.10.3'.freeze
2
+ VERSION = '0.10.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: delivery-sdk-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.3
4
+ version: 0.10.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Dugre
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-02-05 00:00:00.000000000 Z
11
+ date: 2019-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -17,6 +17,9 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: 1.10.0
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.8.4
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -24,6 +27,9 @@ dependencies:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
29
  version: 1.10.0
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.8.4
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: rest-client
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -31,6 +37,9 @@ dependencies:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
39
  version: 2.0.2
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 2.0.2
34
43
  type: :runtime
35
44
  prerelease: false
36
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -38,6 +47,9 @@ dependencies:
38
47
  - - "~>"
39
48
  - !ruby/object:Gem::Version
40
49
  version: 2.0.2
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 2.0.2
41
53
  - !ruby/object:Gem::Dependency
42
54
  name: bundler
43
55
  requirement: !ruby/object:Gem::Requirement