quaderno 2.1.2 → 2.1.3

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
2
  SHA256:
3
- metadata.gz: 5785e9a03af0c0ffa3eb2d52fc0586e8fa866c9da75170619a0a53755f2d2623
4
- data.tar.gz: b45c9dbb82dc07b655dc3a8a3bb9a636fad5d1e3d5b1e15382fdeb4290c84357
3
+ metadata.gz: 3b72b840488a77aa9debc644d902aa6ce0aadbaa1019decc45f8e39647a15348
4
+ data.tar.gz: 9c9fb8d00bfa50a463a7becb9fb67dc604778f657f02f34e7b8723ad67978f4d
5
5
  SHA512:
6
- metadata.gz: fae563254f44fbd6a1128916bbc79d134b312a0945ad97b727b064140900e7d336499836b7eafd6f103d2a3b0cce5be5c410eb1e72043dfbea3b3eb7ec1bfdbb
7
- data.tar.gz: fe5a981e7e7a2c3f48df1b83c0f9bf1cc87db36044d45cd998b2167940cc5401534750145617baa82fafc27b4511061a5468897cf9adfc7ee6ff5528068ab97f
6
+ metadata.gz: 78ac1a824eefa80f83c1b66f60cc3ea01ab4ef8788cab8a393cf840ccbbd3c1c2ff2cd8326eabd90baccf1731c10b4ae8fa00e372d03e50f883065e1dfdde604
7
+ data.tar.gz: 0e9fbc1193e4ecaf2b18fed0809ab3c0895bac882fed76fbcfe0ece38d969cc68ed534971eaf9120bb5d8984a921c96e56ebb1a03c996f1cbd9f8fcaf0c7d408
data/README.md CHANGED
@@ -706,7 +706,7 @@ Remember this is only a ruby wrapper for the original API. If you want more info
706
706
  ## License
707
707
  (The MIT License)
708
708
 
709
- Copyright © 2013-2015 Quaderno
709
+ Copyright © 2013-2023 Quaderno
710
710
 
711
711
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
712
712
 
data/changelog.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.1.3
4
+ * Bumped dependency httparty to 0.21.0 by [**adamgiounas**](https://github.com/adamgiounas): https://github.com/quaderno/quaderno-ruby/pull/28
5
+
3
6
  ## 2.1.2
4
7
  * Fixed a reference to non-existent variable by [**@fwitzke**](https://github.com/fwitzke)
5
8
  ## 2.1.1
@@ -1,3 +1,3 @@
1
1
  class Quaderno
2
- VERSION = "2.1.2"
2
+ VERSION = "2.1.3"
3
3
  end
data/quaderno.gemspec CHANGED
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
  spec.date = '2018-05-07'
22
22
  spec.extra_rdoc_files = %w(LICENSE.txt README.md)
23
23
 
24
- spec.add_dependency('httparty', '~> 0.13')
24
+ spec.add_dependency('httparty', '~> 0.21.0')
25
25
  spec.add_development_dependency('rdoc', '>= 6.3.1')
26
26
  spec.add_development_dependency('activesupport', '~> 4.2.0')
27
27
  spec.add_development_dependency('webmock', '~> 1.22.6')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quaderno
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recrea
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.13'
19
+ version: 0.21.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.13'
26
+ version: 0.21.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rdoc
29
29
  requirement: !ruby/object:Gem::Requirement