release_image 0.3.1 → 0.3.2

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: 876de90416bb7a1f25b934f5dcfdc7e6a9b111742d04540bb0c1f001d6c71671
4
- data.tar.gz: 515ceb09324e5984b6e9f29b4716418f3e7bc3d7ac6b11ba9ae1e7096c26bcf6
3
+ metadata.gz: 27c51fdd61727da0537fb7d6f22d28c3f6ebb0b0615191339b91a89cbab38fa7
4
+ data.tar.gz: 69563cd61288abb6e9eb00b68523c878ab38bfdd0df506aa0b05effdb8291c5d
5
5
  SHA512:
6
- metadata.gz: cc2c9b4d29e5fc7d0bb84c0adff43ab064d361f8ae9d81adf96c5dc91da6fdda8ff1b107695cf952419cba27d638a208dbbf74c299b44f6fb3ff6da10bc4811d
7
- data.tar.gz: 61ea6e716099efae97a2119b971dc53189df658bae349739730ff2614599c6f1f0d5203f6d5cd9ccfc0a7e00957cc8067080de68522c335e6e73d689548036d5
6
+ metadata.gz: 01c7a1f96d1c0689a17196d41aa772f90f67301fd769bb31334db291ac0e01b415c133b563ccaf9d74d650e5ed498ff0bffeb0c4be649895721c03babcb3a392
7
+ data.tar.gz: 9cfd5077ea69d8e95eb66696ac26c3b63308b09719ff19dbd8945da913823a896d037d915056ccd821a3c5ad2fd305491f6df48512f5e09c4133991fb7d82488
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.3.2] - 2024-03-22
4
+
5
+ -Update readme
6
+
7
+ ## [0.3.1] - 2024-03-22
8
+
9
+ - Moving to RubyGems
10
+
3
11
  ## [0.3.0] - 2023-11-21
4
12
 
5
13
  - Add option to use previously downloaded images
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- release_image (0.3.1)
4
+ release_image (0.3.2)
5
5
  down
6
6
  mini_magick
7
7
 
data/README.md CHANGED
@@ -15,11 +15,11 @@ Enjoy creating eye-catching and unique cover images for your release posts with
15
15
 
16
16
  ## Installation
17
17
 
18
- Install the gem and add it to the application's Gemfile by executing:
18
+ Add this line to your application's Gemfile:
19
19
 
20
- source "https://rubygems.pkg.github.com/effectivastudio" do
21
- gem "release_image", require: false
22
- end
20
+ ```ruby
21
+ gem "release_image", require: false, group: :development
22
+ ```
23
23
 
24
24
  ## Usage
25
25
 
@@ -86,14 +86,12 @@ ReleaseImage.generate(version: version, date: date, skip_download: true)
86
86
 
87
87
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
88
88
 
89
- To install this gem onto your local machine, run `bundle exec rake install:local`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.pkg.github.com](https://rubygems.pkg.github.com/effectivastudio).
90
-
89
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
91
90
 
92
91
  ## Contributing
93
92
 
94
93
  Bug reports and pull requests are welcome on GitHub at https://github.com/EffectivaStudio/release_image. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/EffectivaStudio/release_image/blob/main/CODE_OF_CONDUCT.md).
95
94
 
96
-
97
95
  ## License
98
96
 
99
97
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReleaseImage
4
- VERSION = "0.3.1"
4
+ VERSION = "0.3.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: release_image
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Effectiva studio