inova_aws_s3 0.2.0 → 0.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77cfd04705ca0c487ab7be55de7adb480aa663e43c7e418df4d61c62f4618e84
4
- data.tar.gz: 6e7434d01e06e880357698079386bc631ce9029d9414aec525c9718bfc14357f
3
+ metadata.gz: 44a00ab34bb9ec0d7b0dfb1333a92f64de264ef16c10b47f17b1bb94d2b545e8
4
+ data.tar.gz: d2508c45a788747652517da78e4fa6bd36a16e1f520ec6bb69c5203b6bb2fe83
5
5
  SHA512:
6
- metadata.gz: dadf61b27fa8461bdc3be1ee1e812168106b10e4717e516f05a0df3272019cf00135b805d390f01514b8c448c11128364c70448b4a201aea7786914cbbab29f9
7
- data.tar.gz: 283e401eb08cd603d1169415078eb1bfd8c34e269e310f8f2f9a930158a882e3d7b082d57c8363547c8f1779c3e91b855981cd6c568ed66f1ebac65f0f2124e1
6
+ metadata.gz: a3e5ee3cd46d97ec0c6865a03a93b138395251410d7424077465f6df7a5151749973dc7e0ca05763d726371c33ceaefa66920a338f3a708b65a88e4e3761739d
7
+ data.tar.gz: 7c144bc9b3806662d6ee242b441160bebf3c3e0a1277085ffb2887b35543a8d7546cb19e6e4018e2c48fae61db1760109beb95e07bb8f083ac784daa984ee7cf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.3.0] - 2023-11-23
2
+
3
+ - Fix install generator typo
4
+
1
5
  ## [0.1.0] - 2023-11-23
2
6
 
3
7
  - Initial release
data/README.md CHANGED
@@ -5,18 +5,18 @@ InovaAwsS3 is a Ruby gem designed to simplify interactions with Amazon S3, provi
5
5
  To use this gem in your project, add it to your application's Gemfile:
6
6
 
7
7
  ```ruby
8
- gem 'inova_aws_s3', '~> 0.1.0'
8
+ gem 'inova_aws_s3', '~> 0.3.0'
9
9
  ```
10
10
 
11
11
  Alternatively, you can install the gem directly using:
12
12
 
13
13
  ```bash
14
- gem install inova_aws_s3 -v '~> 0.1.0'
14
+ gem install inova_aws_s3 -v '~> 0.3.0'
15
15
  ```
16
16
  ## Requirments
17
17
 
18
- - Ruby >= 3.0.0
19
- - Rails >= 6.1.3
18
+ - Ruby >= 3.1.2
19
+ - Rails >= 6.1.7
20
20
 
21
21
  ## Usage
22
22
 
@@ -1,4 +1,4 @@
1
- YourGemName.configure do |config|
1
+ InovaAwsS3.configure do |config|
2
2
  # Set your configuration options here
3
3
  config.acl = 'public-read'
4
4
  config.bucket_name = 'your_bucket_name'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InovaAwsS3
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inova_aws_s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmed Mos`ad