ruby-magicwrite 0.1.1 → 0.1.2

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: a0c716f7c2b2ce16a998fd91bf887347655f93ae07e1a895e09c6ee6b857e43f
4
- data.tar.gz: 7c5091fa210d5550b2b8d11ff5ca1c918328702052eee631bec8d661b4453856
3
+ metadata.gz: 16a28c91a11907c3dcc52a156721867ddf9eedae341f2d44ea0b956fa3dace1e
4
+ data.tar.gz: 7dabba494871abef2636e102a2f55b152050a5d2ef56db9478ad7ca05da683bc
5
5
  SHA512:
6
- metadata.gz: 1c403e98fd0c52c5963cc2dd931bf177c87b7ef826f7a270ff716df0623d0b112fb635c6f7f599e1d27b5dd31ac908bea51dc726d5b6ae0ea15b418ad4098c11
7
- data.tar.gz: 766121aa9ed0e0bb7083d870d80f5428a451792707675672a4ce55ddfe16af1a3e81151cf2aa3c23f81857943a4cf6831a32d74574f0c645f099d83baa426055
6
+ metadata.gz: e5feddfdad0dbca6cca5b4eb8a2eb21b87b2c9e0c36e079523b2737e3f6c76ea796a4868b37515820c13502003308f33d81241fb03396c8461916f7f41562bb5
7
+ data.tar.gz: 68dc2fbf796cf6892a7613e30c09d54fecf6684be2af30f84b7a966191517c660d051da35a470a683c58290a5e7f8479ad363070b6ee7414008eda11bcbf419d
data/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.2] - 2023-06-21
9
+
10
+ ### Added
11
+
12
+ - Initial specs
13
+
14
+
8
15
  ## [0.1.1] - 2023-06-21
9
16
 
10
17
  ### Changed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby-magicwrite (0.1.1)
4
+ ruby-magicwrite (0.1.2)
5
5
  faraday (>= 1)
6
6
  faraday-multipart (>= 1)
7
7
 
@@ -16,7 +16,7 @@ GEM
16
16
  rexml
17
17
  diff-lcs (1.5.0)
18
18
  dotenv (2.8.1)
19
- faraday (2.7.4)
19
+ faraday (2.7.7)
20
20
  faraday-net_http (>= 2.0, < 3.1)
21
21
  ruby2_keywords (>= 0.0.4)
22
22
  faraday-multipart (1.0.4)
@@ -1,3 +1,3 @@
1
1
  module MagicWrite
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-magicwrite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Campos