quaderno 2.1.2 → 2.1.3
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 +4 -4
- data/README.md +1 -1
- data/changelog.md +3 -0
- data/lib/quaderno-ruby/version.rb +1 -1
- data/quaderno.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b72b840488a77aa9debc644d902aa6ce0aadbaa1019decc45f8e39647a15348
|
|
4
|
+
data.tar.gz: 9c9fb8d00bfa50a463a7becb9fb67dc604778f657f02f34e7b8723ad67978f4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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-
|
|
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
|
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.
|
|
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.
|
|
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:
|
|
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:
|
|
26
|
+
version: 0.21.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rdoc
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|