dynamo-client 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 8ca1ce4809b162ab1ce2fa749b63e86128e0b4c5
4
- data.tar.gz: c55e8cea75565c4b1d1b38daa0df22cad7ef077f
2
+ SHA256:
3
+ metadata.gz: 7ab661ff47d2b411124de0d94131074078f5f337d9149e3592b6d4ed49ccedb4
4
+ data.tar.gz: b2d0e6483b83743300f6b1c13aac2c38314ad346d58d71fa5a058475d1782d4d
5
5
  SHA512:
6
- metadata.gz: b7ad337ccf1825af65563ce41c469f44815f9d3c52b6a084402a5661b4653d63ffa036c06b99fee8071f8ad68261c42724a0e395a509038b41df59e9e7e0c044
7
- data.tar.gz: 887729cc238a3a0131fbde488aa1e3d0d724bcb159c2032282fa2223ddb72b1fe7c3d83cda266e685c21602396586b7ed5a3a95360a305826ca17cd816499457
6
+ metadata.gz: e18a6d7cfe7150c4d121ccd2c88d52268ec867c8a9d84d7d7cc338385ca1ef765bd9b50ac96f02f31d90fdef589285d22acdd93d3c1391771bd42053433a2bab
7
+ data.tar.gz: 41d12217003cd91d178578acf82e28450319d4cebcaad85496b54a02f24c6e567ca877109d8b64d3b84117022e9d6b840ab07b8b2aa90b8014e409169b3ea783
data/README.md CHANGED
@@ -30,7 +30,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
30
30
 
31
31
  ## Contributing
32
32
 
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/dynamo-client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
33
+ Bug reports and pull requests are welcome on BitBucket at https://bitbucket.org/stijnster/dynamo-client-ruby/overview. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
34
34
 
35
35
 
36
36
  ## License
@@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
34
34
  spec.add_development_dependency "rake", "~> 10.0"
35
35
  spec.add_development_dependency "minitest", "~> 5.0"
36
36
 
37
- spec.add_dependency 'httparty', '~> 0.13.7'
37
+ spec.add_dependency 'httparty', '~> 0.18'
38
38
  end
@@ -2,7 +2,7 @@ module Dynamo
2
2
 
3
3
  class Client
4
4
 
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
 
7
7
  end
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamo-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stijn Mathysen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-08 00:00:00.000000000 Z
11
+ date: 2021-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 0.13.7
61
+ version: '0.18'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 0.13.7
68
+ version: '0.18'
69
69
  description: A client for the dynamo-server
70
70
  email:
71
71
  - stijn@skylight.be
@@ -106,8 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  - !ruby/object:Gem::Version
107
107
  version: '0'
108
108
  requirements: []
109
- rubyforge_project:
110
- rubygems_version: 2.4.5.1
109
+ rubygems_version: 3.0.3
111
110
  signing_key:
112
111
  specification_version: 4
113
112
  summary: A client for the dynamo-server